author | Wuzzy <Wuzzy2@mail.ru> |
Wed, 19 Dec 2018 01:47:41 +0100 | |
changeset 14474 | 2c3fb87ad1c5 |
parent 14279 | 20b08e59730d |
child 14559 | da2094316dd7 |
permissions | -rw-r--r-- |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
1 |
/* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
2 |
* Hedgewars, a free turn based strategy game |
11046 | 3 |
* Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
4 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
5 |
* This program is free software; you can redistribute it and/or modify |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
6 |
* it under the terms of the GNU General Public License as published by |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
7 |
* the Free Software Foundation; version 2 of the License |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
8 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
9 |
* This program is distributed in the hope that it will be useful, |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
12 |
* GNU General Public License for more details. |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
13 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
14 |
* You should have received a copy of the GNU General Public License |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
15 |
* along with this program; if not, write to the Free Software |
10108
c68cf030eded
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
sheepluva
parents:
9998
diff
changeset
|
16 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
17 |
*/ |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
18 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
19 |
#include <QGridLayout> |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
20 |
#include <QHBoxLayout> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
21 |
#include <QPushButton> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
22 |
#include <QGroupBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
23 |
#include <QComboBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
24 |
#include <QLabel> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
25 |
#include <QLineEdit> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
26 |
#include <QMessageBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
27 |
#include <QDataWidgetMapper> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
28 |
#include <QSpinBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
29 |
|
13197
0bc5f618ca7c
Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
Wuzzy <Wuzzy2@mail.ru>
parents:
12254
diff
changeset
|
30 |
#include "gameSchemeModel.h" |
5204 | 31 |
#include "pagescheme.h" |
6062
2827ded8a5ef
rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)
sheepluva
parents:
6060
diff
changeset
|
32 |
#include "FreqSpinBox.h" |
13817
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
33 |
#include "SDTimeoutSpinBox.h" |
11815
68bc5ebce319
Fix mines time displaying "1 seconds" in frontend
Wuzzy <almikes@aol.com>
parents:
11813
diff
changeset
|
34 |
#include "MinesTimeSpinBox.h" |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
35 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
36 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
37 |
QLayout * PageScheme::bodyLayoutDefinition() |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
38 |
{ |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
39 |
QGridLayout * pageLayout = new QGridLayout(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
40 |
QGroupBox * gb = new QGroupBox(this); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
41 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
42 |
QGridLayout * gl = new QGridLayout(); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
43 |
gb->setLayout(gl); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
44 |
QSizePolicy sp; |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
45 |
sp.setVerticalPolicy(QSizePolicy::MinimumExpanding); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
46 |
sp.setHorizontalPolicy(QSizePolicy::Expanding); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
47 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
48 |
pageLayout->addWidget(gb, 1,0,13,5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
49 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
50 |
gbGameModes = new QGroupBox(QGroupBox::tr("Game Modifiers"), gb); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
51 |
gbBasicSettings = new QGroupBox(QGroupBox::tr("Basic Settings"), gb); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
52 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
53 |
// TODO name stuff and put CSS into main style sheet |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
54 |
gbGameModes->setStyleSheet(".QGroupBox {" |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6089
diff
changeset
|
55 |
"background-color: #130f2c; background-image:url();" |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6089
diff
changeset
|
56 |
"}"); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
57 |
gbBasicSettings->setStyleSheet(".QGroupBox {" |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6089
diff
changeset
|
58 |
"background-color: #130f2c; background-image:url();" |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6089
diff
changeset
|
59 |
"}"); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
60 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
61 |
gbGameModes->setSizePolicy(sp); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
62 |
gbBasicSettings->setSizePolicy(sp); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
63 |
gl->addWidget(gbGameModes,0,0,1,3,Qt::AlignTop); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
64 |
gl->addWidget(gbBasicSettings,0,3,1,3,Qt::AlignTop); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
65 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
66 |
QGridLayout * glGMLayout = new QGridLayout(gbGameModes); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
67 |
QGridLayout * glBSLayout = new QGridLayout(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
68 |
gbGameModes->setLayout(glGMLayout); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
69 |
gbBasicSettings->setLayout(glBSLayout); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
70 |
// Left |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
71 |
|
11690 | 72 |
TBW_disablegirders = new ToggleButtonWidget(gbGameModes, ":/res/btnDisableGirders@2x.png"); |
73 |
TBW_disablegirders->setWhatsThis(tr("Disable girders when generating random maps.")); |
|
11881
34ede05e4d4f
Remove old Fort Mode from frontend
Wuzzy <almikes@aol.com>
parents:
11816
diff
changeset
|
74 |
glGMLayout->addWidget(TBW_disablegirders,0,0,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
75 |
|
11690 | 76 |
TBW_disablelandobjects = new ToggleButtonWidget(gbGameModes, ":/res/btnDisableLandObjects@2x.png"); |
77 |
TBW_disablelandobjects->setWhatsThis(tr("Disable land objects when generating random maps.")); |
|
11881
34ede05e4d4f
Remove old Fort Mode from frontend
Wuzzy <almikes@aol.com>
parents:
11816
diff
changeset
|
78 |
glGMLayout->addWidget(TBW_disablelandobjects,0,1,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
79 |
|
6089 | 80 |
TBW_border = new ToggleButtonWidget(gbGameModes, ":/res/btnBorder@2x.png"); |
6699
83dd3447a212
exploit the new setWhatsThis feature in our desktop frontend
koda
parents:
6616
diff
changeset
|
81 |
TBW_border->setWhatsThis(tr("Add an indestructible border around the terrain")); |
11881
34ede05e4d4f
Remove old Fort Mode from frontend
Wuzzy <almikes@aol.com>
parents:
11816
diff
changeset
|
82 |
glGMLayout->addWidget(TBW_border,0,2,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
83 |
|
11690 | 84 |
TBW_bottomborder = new ToggleButtonWidget(gbGameModes, ":/res/btnBottomBorder@2x.png"); |
85 |
TBW_bottomborder->setWhatsThis(tr("Add an indestructible border along the bottom")); |
|
11881
34ede05e4d4f
Remove old Fort Mode from frontend
Wuzzy <almikes@aol.com>
parents:
11816
diff
changeset
|
86 |
glGMLayout->addWidget(TBW_bottomborder,0,3,1,1); |
11690 | 87 |
|
13272
5984e8c6cbeb
Add new game flag gfSwitchHog, enable hog switching at turn start
Wuzzy <Wuzzy2@mail.ru>
parents:
13228
diff
changeset
|
88 |
TBW_switchhog = new ToggleButtonWidget(gbGameModes, ":/res/btnSwitchHog@2x.png"); |
5984e8c6cbeb
Add new game flag gfSwitchHog, enable hog switching at turn start
Wuzzy <Wuzzy2@mail.ru>
parents:
13228
diff
changeset
|
89 |
TBW_switchhog->setWhatsThis(tr("Select a hedgehog at the beginning of a turn")); |
5984e8c6cbeb
Add new game flag gfSwitchHog, enable hog switching at turn start
Wuzzy <Wuzzy2@mail.ru>
parents:
13228
diff
changeset
|
90 |
glGMLayout->addWidget(TBW_switchhog,0,4,1,1); |
5984e8c6cbeb
Add new game flag gfSwitchHog, enable hog switching at turn start
Wuzzy <Wuzzy2@mail.ru>
parents:
13228
diff
changeset
|
91 |
|
11690 | 92 |
TBW_solid = new ToggleButtonWidget(gbGameModes, ":/res/btnSolid@2x.png"); |
13612
7b4a56157bc5
Fix description of gfSolidLand in scheme editor
Wuzzy <Wuzzy2@mail.ru>
parents:
13554
diff
changeset
|
93 |
TBW_solid->setWhatsThis(tr("Land can not be destroyed by most weapons.")); |
11690 | 94 |
glGMLayout->addWidget(TBW_solid,1,0,1,1); |
95 |
||
6089 | 96 |
TBW_lowGravity = new ToggleButtonWidget(gbGameModes, ":/res/btnLowGravity@2x.png"); |
6699
83dd3447a212
exploit the new setWhatsThis feature in our desktop frontend
koda
parents:
6616
diff
changeset
|
97 |
TBW_lowGravity->setWhatsThis(tr("Lower gravity")); |
11690 | 98 |
glGMLayout->addWidget(TBW_lowGravity,1,1,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
99 |
|
11690 | 100 |
TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind@2x.png"); |
101 |
TBW_nowind->setWhatsThis(tr("You will not have to worry about wind anymore.")); |
|
102 |
glGMLayout->addWidget(TBW_nowind,1,2,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
103 |
|
11690 | 104 |
TBW_morewind = new ToggleButtonWidget(gbGameModes, ":/res/btnMoreWind@2x.png"); |
105 |
TBW_morewind->setWhatsThis(tr("Wind will affect almost everything.")); |
|
106 |
glGMLayout->addWidget(TBW_morewind,1,3,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
107 |
|
6089 | 108 |
TBW_artillery = new ToggleButtonWidget(gbGameModes, ":/res/btnArtillery@2x.png"); |
6699
83dd3447a212
exploit the new setWhatsThis feature in our desktop frontend
koda
parents:
6616
diff
changeset
|
109 |
TBW_artillery->setWhatsThis(tr("Your hogs are unable to move, put your artillery skills to the test")); |
11690 | 110 |
glGMLayout->addWidget(TBW_artillery,1,4,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
111 |
|
11690 | 112 |
TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric@2x.png"); |
113 |
TBW_vampiric->setWhatsThis(tr("Gain 80% of the damage you do back in health")); |
|
114 |
glGMLayout->addWidget(TBW_vampiric,2,0,1,1); |
|
115 |
||
116 |
TBW_karma = new ToggleButtonWidget(gbGameModes, ":/res/btnKarma@2x.png"); |
|
117 |
TBW_karma->setWhatsThis(tr("Share your opponents pain, share their damage")); |
|
118 |
glGMLayout->addWidget(TBW_karma,2,1,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
119 |
|
11690 | 120 |
TBW_resethealth = new ToggleButtonWidget(gbGameModes, ":/res/btnResetHealth@2x.png"); |
121 |
TBW_resethealth->setWhatsThis(tr("All (living) hedgehogs are fully restored at the end of turn")); |
|
122 |
glGMLayout->addWidget(TBW_resethealth,2,2,1,1); |
|
123 |
||
124 |
TBW_aisurvival = new ToggleButtonWidget(gbGameModes, ":/res/btnAISurvival@2x.png"); |
|
125 |
TBW_aisurvival->setWhatsThis(tr("AI respawns on death.")); |
|
126 |
glGMLayout->addWidget(TBW_aisurvival,2,3,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
127 |
|
11690 | 128 |
TBW_invulnerable = new ToggleButtonWidget(gbGameModes, ":/res/btnInvulnerable@2x.png"); |
129 |
TBW_invulnerable->setWhatsThis(tr("All hogs have a personal forcefield")); |
|
130 |
glGMLayout->addWidget(TBW_invulnerable,2,4,1,1); |
|
131 |
||
132 |
TBW_perhogammo = new ToggleButtonWidget(gbGameModes, ":/res/btnPerHogAmmo@2x.png"); |
|
133 |
TBW_perhogammo->setWhatsThis(tr("Each hedgehog has its own ammo. It does not share with the team.")); |
|
134 |
glGMLayout->addWidget(TBW_perhogammo,3,0,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
135 |
|
6089 | 136 |
TBW_sharedammo = new ToggleButtonWidget(gbGameModes, ":/res/btnSharedAmmo@2x.png"); |
6699
83dd3447a212
exploit the new setWhatsThis feature in our desktop frontend
koda
parents:
6616
diff
changeset
|
137 |
TBW_sharedammo->setWhatsThis(tr("Ammo is shared between all teams that share a colour.")); |
11690 | 138 |
glGMLayout->addWidget(TBW_sharedammo,3,1,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
139 |
|
11690 | 140 |
TBW_resetweps = new ToggleButtonWidget(gbGameModes, ":/res/btnResetWeps@2x.png"); |
141 |
TBW_resetweps->setWhatsThis(tr("Weapons are reset to starting values each turn.")); |
|
142 |
glGMLayout->addWidget(TBW_resetweps,3,2,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
143 |
|
6089 | 144 |
TBW_infattack = new ToggleButtonWidget(gbGameModes, ":/res/btnInfAttack@2x.png"); |
6699
83dd3447a212
exploit the new setWhatsThis feature in our desktop frontend
koda
parents:
6616
diff
changeset
|
145 |
TBW_infattack->setWhatsThis(tr("Attacking does not end your turn.")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
146 |
glGMLayout->addWidget(TBW_infattack,3,3,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
147 |
|
11690 | 148 |
TBW_laserSight = new ToggleButtonWidget(gbGameModes, ":/res/btnLaserSight@2x.png"); |
149 |
TBW_laserSight->setWhatsThis(tr("Assisted aiming with laser sight")); |
|
150 |
glGMLayout->addWidget(TBW_laserSight,3,4,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
151 |
|
11690 | 152 |
TBW_randomorder = new ToggleButtonWidget(gbGameModes, ":/res/btnRandomOrder@2x.png"); |
153 |
TBW_randomorder->setWhatsThis(tr("Order of play is random instead of in room order.")); |
|
154 |
glGMLayout->addWidget(TBW_randomorder,4,0,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
155 |
|
11690 | 156 |
TBW_placehog = new ToggleButtonWidget(gbGameModes, ":/res/btnPlaceHog@2x.png"); |
157 |
TBW_placehog->setWhatsThis(tr("Take turns placing your hedgehogs before the start of play.")); |
|
158 |
glGMLayout->addWidget(TBW_placehog,4,1,1,1); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
159 |
|
11690 | 160 |
TBW_teamsDivide = new ToggleButtonWidget(gbGameModes, ":/res/btnTeamsDivide@2x.png"); |
11755
ae881363fc64
fix for bug 117: Incorrect description of modifier “divide teams”
Wuzzy
parents:
11695
diff
changeset
|
161 |
TBW_teamsDivide->setWhatsThis(tr("Each clan starts in its own part of the terrain.")); |
11690 | 162 |
glGMLayout->addWidget(TBW_teamsDivide,4,2,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
163 |
|
6089 | 164 |
TBW_tagteam = new ToggleButtonWidget(gbGameModes, ":/res/btnTagTeam@2x.png"); |
6699
83dd3447a212
exploit the new setWhatsThis feature in our desktop frontend
koda
parents:
6616
diff
changeset
|
165 |
TBW_tagteam->setWhatsThis(tr("Teams in each clan take successive turns sharing their turn time.")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
166 |
glGMLayout->addWidget(TBW_tagteam,4,3,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
167 |
|
11690 | 168 |
TBW_king = new ToggleButtonWidget(gbGameModes, ":/res/btnKing@2x.png"); |
169 |
TBW_king->setWhatsThis(tr("Play with a King. If he dies, your side dies.")); |
|
170 |
glGMLayout->addWidget(TBW_king,4,4,1,1); |
|
5717 | 171 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
172 |
// Right |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
173 |
QLabel * l; |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
174 |
|
14279
20b08e59730d
Add a few translator comments to some not-so-obvious strings
Wuzzy <Wuzzy2@mail.ru>
parents:
14262
diff
changeset
|
175 |
//: Description of the game scheme setting “Damage Modifier”. “Knockback” means how much hedgehogs and objects get pushed by explosions and other forces |
11816 | 176 |
QString wtDamageModifier = tr("Overall damage and knockback in percent"); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
177 |
QString wtTurnTime = tr("Turn time in seconds"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
178 |
QString wtInitHealth = tr("Initial health of hedgehogs"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
179 |
QString wtSuddenDeath = tr("How many rounds have to be played before Sudden Death begins"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
180 |
QString wtWaterRise = tr("How much the water rises per turn while in Sudden Death. Set to 0 along with Sudden Death Health Decrease to disable Sudden Death."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
181 |
QString wtHealthDecrease = tr("How much health hedgehogs lose per turn while in Sudden Death, down to 1 health. Set to 0 along with Sudden Death Water Rise to disable Sudden Death."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
182 |
QString wtRopeModifier = tr("Maximum rope length in percent"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
183 |
QString wtHealthCrates = tr("Likelihood of a dropped crate being a health crate. All other crates will be weapon or utility crates."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
184 |
QString wtCaseProb = tr("Likelihood of a crate dropping before a turn"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
185 |
QString wtCrateHealth= tr("Health bonus for collecting a health crate"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
186 |
QString wtMinesTime = tr("Detonation timer of mines. The random timer lies between 0 and 5 seconds. The timer of air mines will be a quarter of the mines timer."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
187 |
QString wtMines = tr("Average number of mines to be placed a medium-sized island map. This number will be scaled for other maps."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
188 |
QString wtMineDuds = tr("Likelihood of a mine being a dud. Does not affect mines placed by hedgehogs."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
189 |
QString wtExplosives = tr("Average number of barrels to be placed a medium-sized island map. This number will be scaled for other maps."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
190 |
QString wtAirMines = tr("Average number of air mines to be placed a medium-sized island map. This number will be scaled for other maps."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
191 |
QString wtWorldEdge = tr("Affects the left and right boundaries of the map"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
192 |
QString wtGetAwayTime = tr("Time you get after an attack"); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
193 |
QString wtScriptParam = tr("Additional parameter to configure game styles. The meaning depends on the used style, refer to the documentation. When in doubt, leave it empty."); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
194 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
195 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
196 |
l->setText(QLabel::tr("Damage Modifier")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
197 |
l->setWhatsThis(wtDamageModifier); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
198 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
199 |
glBSLayout->addWidget(l,0,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
200 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
201 |
l->setWhatsThis(wtDamageModifier); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
202 |
l->setFixedSize(32,32); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
203 |
l->setPixmap(QPixmap(":/res/iconDamage.png")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
204 |
glBSLayout->addWidget(l,0,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
205 |
SB_DamageModifier = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
206 |
SB_DamageModifier->setWhatsThis(wtDamageModifier); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
207 |
SB_DamageModifier->setRange(10, 300); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
208 |
SB_DamageModifier->setValue(100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
209 |
SB_DamageModifier->setSingleStep(25); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
210 |
glBSLayout->addWidget(SB_DamageModifier,0,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
211 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
212 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
213 |
l->setText(QLabel::tr("Turn Time")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
214 |
l->setWhatsThis(wtTurnTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
215 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
216 |
glBSLayout->addWidget(l,1,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
217 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
218 |
l->setWhatsThis(wtTurnTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
219 |
l->setFixedSize(32,32); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
220 |
l->setPixmap(QPixmap(":/res/iconTime.png")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
221 |
glBSLayout->addWidget(l,1,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
222 |
SB_TurnTime = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
223 |
SB_TurnTime->setWhatsThis(wtTurnTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
224 |
SB_TurnTime->setRange(1, 9999); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
225 |
SB_TurnTime->setValue(45); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
226 |
SB_TurnTime->setSingleStep(15); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
227 |
glBSLayout->addWidget(SB_TurnTime,1,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
228 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
229 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
230 |
l->setText(QLabel::tr("Initial Health")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
231 |
l->setWhatsThis(wtInitHealth); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
232 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
233 |
glBSLayout->addWidget(l,2,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
234 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
235 |
l->setWhatsThis(wtInitHealth); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
236 |
l->setFixedSize(32,32); |
12254
9d501bd1169c
Replace initial health icon in game scheme editor
Wuzzy <almikes@aol.com>
parents:
12123
diff
changeset
|
237 |
l->setPixmap(QPixmap(":/res/iconInitHealth.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
238 |
glBSLayout->addWidget(l,2,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
239 |
SB_InitHealth = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
240 |
SB_InitHealth->setWhatsThis(wtInitHealth); |
11886
b27d2351ec16
Relax some health bounds in game scheme editor
Wuzzy <almikes@aol.com>
parents:
11881
diff
changeset
|
241 |
SB_InitHealth->setRange(1, 1000); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
242 |
SB_InitHealth->setValue(100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
243 |
SB_InitHealth->setSingleStep(25); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
244 |
glBSLayout->addWidget(SB_InitHealth,2,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
245 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
246 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
247 |
l->setText(QLabel::tr("Sudden Death Timeout")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
248 |
l->setWhatsThis(wtSuddenDeath); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
249 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
250 |
glBSLayout->addWidget(l,3,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
251 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
252 |
l->setFixedSize(32,32); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
253 |
l->setWhatsThis(wtSuddenDeath); |
11694 | 254 |
l->setPixmap(QPixmap(":/res/iconSuddenDeathTime.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
255 |
glBSLayout->addWidget(l,3,1,1,1); |
13817
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
256 |
/* NOTE: |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
257 |
The internally stored value for Sudden Death Timeout |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
258 |
is defined as |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
259 |
"number of full rounds to play till Sudden Death, minus one" |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
260 |
i.e. value 0 means Sudden Death starts in 2nd round. |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
261 |
The lowest possible internal value is 0. |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
262 |
The user-facing value is different, it's defined as |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
263 |
"number of full rounds to play till Sudden Death" |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
264 |
i.e. the user-facing value 1 is equivalent to internal value 0. |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
265 |
We use SDTimeoutSpinBox for the magic to happen. */ |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
266 |
SB_SuddenDeath = new SDTimeoutSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
267 |
SB_SuddenDeath->setWhatsThis(wtSuddenDeath); |
13817
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
268 |
// Will display as 1-52 |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
269 |
SB_SuddenDeath->setRange(0, 51); |
419de2dea82b
Fix frontend displayed value of Sudden Death timeout being off-by-one
Wuzzy <Wuzzy2@mail.ru>
parents:
13612
diff
changeset
|
270 |
// Will display as 16 |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
271 |
SB_SuddenDeath->setValue(15); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
272 |
SB_SuddenDeath->setSingleStep(3); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
273 |
glBSLayout->addWidget(SB_SuddenDeath,3,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
274 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
275 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
276 |
l->setText(QLabel::tr("Sudden Death Water Rise")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
277 |
l->setWhatsThis(wtWaterRise); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
278 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
279 |
glBSLayout->addWidget(l,4,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
280 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
281 |
l->setWhatsThis(wtWaterRise); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
282 |
l->setFixedSize(32,32); |
11694 | 283 |
l->setPixmap(QPixmap(":/res/iconSuddenDeathWater.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
284 |
glBSLayout->addWidget(l,4,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
285 |
SB_WaterRise = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
286 |
SB_WaterRise->setWhatsThis(wtWaterRise); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
287 |
SB_WaterRise->setRange(0, 100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
288 |
SB_WaterRise->setValue(47); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
289 |
SB_WaterRise->setSingleStep(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
290 |
glBSLayout->addWidget(SB_WaterRise,4,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
291 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
292 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
293 |
l->setText(QLabel::tr("Sudden Death Health Decrease")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
294 |
l->setWhatsThis(wtHealthDecrease); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
295 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
296 |
glBSLayout->addWidget(l,5,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
297 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
298 |
l->setWhatsThis(wtHealthDecrease); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
299 |
l->setFixedSize(32,32); |
11694 | 300 |
l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
301 |
glBSLayout->addWidget(l,5,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
302 |
SB_HealthDecrease = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
303 |
SB_HealthDecrease->setWhatsThis(wtHealthDecrease); |
11886
b27d2351ec16
Relax some health bounds in game scheme editor
Wuzzy <almikes@aol.com>
parents:
11881
diff
changeset
|
304 |
SB_HealthDecrease->setRange(0, 1000); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
305 |
SB_HealthDecrease->setValue(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
306 |
SB_HealthDecrease->setSingleStep(1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
307 |
glBSLayout->addWidget(SB_HealthDecrease,5,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
308 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
309 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
310 |
l->setText(QLabel::tr("% Rope Length")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
311 |
l->setWhatsThis(wtRopeModifier); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
312 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
313 |
glBSLayout->addWidget(l,6,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
314 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
315 |
l->setWhatsThis(wtRopeModifier); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
316 |
l->setFixedSize(32,32); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
317 |
l->setPixmap(QPixmap(":/res/iconRope.png")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
318 |
glBSLayout->addWidget(l,6,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
319 |
SB_RopeModifier = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
320 |
SB_RopeModifier->setWhatsThis(wtRopeModifier); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
321 |
SB_RopeModifier->setRange(25, 999); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
322 |
SB_RopeModifier->setValue(100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
323 |
SB_RopeModifier->setSingleStep(25); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
324 |
glBSLayout->addWidget(SB_RopeModifier,6,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
325 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
326 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
327 |
l->setText(QLabel::tr("Crate Drops")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
328 |
l->setWhatsThis(wtCaseProb); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
329 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
330 |
glBSLayout->addWidget(l,7,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
331 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
332 |
l->setFixedSize(32,32); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
333 |
l->setWhatsThis(wtCaseProb); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
334 |
l->setPixmap(QPixmap(":/res/iconBox.png")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
335 |
glBSLayout->addWidget(l,7,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
336 |
SB_CaseProb = new FreqSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
337 |
SB_CaseProb->setWhatsThis(wtCaseProb); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
338 |
SB_CaseProb->setRange(0, 9); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
339 |
SB_CaseProb->setValue(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
340 |
glBSLayout->addWidget(SB_CaseProb,7,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
341 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
342 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
343 |
l->setText(QLabel::tr("% Health Crates")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
344 |
l->setWhatsThis(wtHealthCrates); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
345 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
346 |
glBSLayout->addWidget(l,8,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
347 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
348 |
l->setFixedSize(32,32); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
349 |
l->setWhatsThis(wtHealthCrates); |
11694 | 350 |
l->setPixmap(QPixmap(":/res/iconHealthPercent.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
351 |
glBSLayout->addWidget(l,8,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
352 |
SB_HealthCrates = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
353 |
SB_HealthCrates->setWhatsThis(wtHealthCrates); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
354 |
SB_HealthCrates->setRange(0, 100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
355 |
SB_HealthCrates->setValue(35); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
356 |
SB_HealthCrates->setSingleStep(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
357 |
glBSLayout->addWidget(SB_HealthCrates,8,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
358 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
359 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
360 |
l->setText(QLabel::tr("Health in Crates")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
361 |
l->setWhatsThis(wtCrateHealth); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
362 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
363 |
glBSLayout->addWidget(l,9,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
364 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
365 |
l->setFixedSize(32,32); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
366 |
l->setWhatsThis(wtCrateHealth); |
11694 | 367 |
l->setPixmap(QPixmap(":/res/iconHealth.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
368 |
glBSLayout->addWidget(l,9,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
369 |
SB_CrateHealth = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
370 |
SB_CrateHealth->setWhatsThis(wtCrateHealth); |
11886
b27d2351ec16
Relax some health bounds in game scheme editor
Wuzzy <almikes@aol.com>
parents:
11881
diff
changeset
|
371 |
SB_CrateHealth->setRange(0, 1000); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
372 |
SB_CrateHealth->setValue(25); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
373 |
SB_CrateHealth->setSingleStep(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
374 |
glBSLayout->addWidget(SB_CrateHealth,9,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
375 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
376 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
377 |
l->setText(QLabel::tr("Mines Time")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
378 |
l->setWhatsThis(wtMinesTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
379 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
380 |
glBSLayout->addWidget(l,10,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
381 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
382 |
l->setWhatsThis(wtMinesTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
383 |
l->setFixedSize(32,32); |
11694 | 384 |
l->setPixmap(QPixmap(":/res/iconMineTime.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
385 |
glBSLayout->addWidget(l,10,1,1,1); |
11815
68bc5ebce319
Fix mines time displaying "1 seconds" in frontend
Wuzzy <almikes@aol.com>
parents:
11813
diff
changeset
|
386 |
SB_MinesTime = new MinesTimeSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
387 |
SB_MinesTime->setWhatsThis(wtMinesTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
388 |
SB_MinesTime->setRange(-1, 5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
389 |
SB_MinesTime->setValue(3); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
390 |
SB_MinesTime->setSingleStep(1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
391 |
glBSLayout->addWidget(SB_MinesTime,10,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
392 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
393 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
394 |
l->setText(QLabel::tr("Mines")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
395 |
l->setWhatsThis(wtMines); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
396 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
397 |
glBSLayout->addWidget(l,11,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
398 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
399 |
l->setWhatsThis(wtMines); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
400 |
l->setFixedSize(32,32); |
11694 | 401 |
l->setPixmap(QPixmap(":/res/iconMine.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
402 |
glBSLayout->addWidget(l,11,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
403 |
SB_Mines = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
404 |
SB_Mines->setWhatsThis(wtMines); |
10236
8fa1ccfba752
- Increase limits on number of mines and explosives in game scheme
unc0rr
parents:
10108
diff
changeset
|
405 |
SB_Mines->setRange(0, 200); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
406 |
SB_Mines->setValue(0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
407 |
SB_Mines->setSingleStep(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
408 |
glBSLayout->addWidget(SB_Mines,11,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
409 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
410 |
l = new QLabel(gbBasicSettings); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
411 |
l->setText(QLabel::tr("% Dud Mines")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
412 |
l->setWhatsThis(wtMineDuds); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
413 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
414 |
glBSLayout->addWidget(l,12,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
415 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
416 |
l->setWhatsThis(wtMineDuds); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
417 |
l->setFixedSize(32,32); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
418 |
l->setPixmap(QPixmap(":/res/iconDud.png")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
419 |
glBSLayout->addWidget(l,12,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
420 |
SB_MineDuds = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
421 |
SB_MineDuds->setWhatsThis(wtMineDuds); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
422 |
SB_MineDuds->setRange(0, 100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
423 |
SB_MineDuds->setValue(0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
424 |
SB_MineDuds->setSingleStep(5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
425 |
glBSLayout->addWidget(SB_MineDuds,12,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
426 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
427 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
428 |
l->setText(QLabel::tr("Barrels")); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
429 |
l->setWhatsThis(wtExplosives); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
430 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
431 |
glBSLayout->addWidget(l,13,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
432 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
433 |
l->setWhatsThis(wtExplosives); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
434 |
l->setFixedSize(32,32); |
11694 | 435 |
l->setPixmap(QPixmap(":/res/iconExplosive.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
436 |
glBSLayout->addWidget(l,13,1,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
437 |
SB_Explosives = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
438 |
SB_Explosives->setWhatsThis(wtExplosives); |
10236
8fa1ccfba752
- Increase limits on number of mines and explosives in game scheme
unc0rr
parents:
10108
diff
changeset
|
439 |
SB_Explosives->setRange(0, 200); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
440 |
SB_Explosives->setValue(0); |
10236
8fa1ccfba752
- Increase limits on number of mines and explosives in game scheme
unc0rr
parents:
10108
diff
changeset
|
441 |
SB_Explosives->setSingleStep(3); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
442 |
glBSLayout->addWidget(SB_Explosives,13,2,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
443 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
444 |
l = new QLabel(gbBasicSettings); |
10822 | 445 |
l->setText(QLabel::tr("Air Mines")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
446 |
l->setWhatsThis(wtAirMines); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
447 |
l->setWordWrap(true); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
448 |
glBSLayout->addWidget(l,14,0,1,1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
449 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
450 |
l->setWhatsThis(wtAirMines); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
451 |
l->setFixedSize(32,32); |
11694 | 452 |
l->setPixmap(QPixmap(":/res/iconAirMine.png")); |
10822 | 453 |
glBSLayout->addWidget(l,14,1,1,1); |
454 |
SB_AirMines = new QSpinBox(gbBasicSettings); |
|
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
455 |
SB_AirMines->setWhatsThis(wtAirMines); |
10822 | 456 |
SB_AirMines->setRange(0, 200); |
457 |
SB_AirMines->setValue(0); |
|
458 |
SB_AirMines->setSingleStep(5); |
|
459 |
glBSLayout->addWidget(SB_AirMines,14,2,1,1); |
|
460 |
||
461 |
l = new QLabel(gbBasicSettings); |
|
14279
20b08e59730d
Add a few translator comments to some not-so-obvious strings
Wuzzy <Wuzzy2@mail.ru>
parents:
14262
diff
changeset
|
462 |
//: Label of game scheme setting for the time you get after an attack |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
463 |
l->setText(QLabel::tr("% Retreat Time")); |
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
464 |
l->setWhatsThis(wtGetAwayTime); |
10822 | 465 |
l->setWordWrap(true); |
466 |
glBSLayout->addWidget(l,15,0,1,1); |
|
467 |
l = new QLabel(gbBasicSettings); |
|
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
468 |
l->setWhatsThis(wtGetAwayTime); |
10822 | 469 |
l->setFixedSize(32,32); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
470 |
l->setPixmap(QPixmap(":/res/iconTime.png")); |
10822 | 471 |
glBSLayout->addWidget(l,15,1,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
472 |
SB_GetAwayTime = new QSpinBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
473 |
SB_GetAwayTime->setWhatsThis(wtGetAwayTime); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
474 |
SB_GetAwayTime->setRange(0, 999); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
475 |
SB_GetAwayTime->setValue(100); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
476 |
SB_GetAwayTime->setSingleStep(25); |
10822 | 477 |
glBSLayout->addWidget(SB_GetAwayTime,15,2,1,1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6089
diff
changeset
|
478 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
479 |
l = new QLabel(gbBasicSettings); |
9489 | 480 |
l->setText(QLabel::tr("World Edge")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
481 |
l->setWhatsThis(wtWorldEdge); |
9489 | 482 |
l->setWordWrap(true); |
10822 | 483 |
glBSLayout->addWidget(l,16,0,1,1); |
9489 | 484 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
485 |
l->setWhatsThis(wtWorldEdge); |
9489 | 486 |
l->setFixedSize(32,32); |
487 |
l->setPixmap(QPixmap(":/res/iconEarth.png")); |
|
10822 | 488 |
glBSLayout->addWidget(l,16,1,1,1); |
9902 | 489 |
|
9489 | 490 |
CB_WorldEdge = new QComboBox(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
491 |
CB_WorldEdge->setWhatsThis(wtWorldEdge); |
9489 | 492 |
CB_WorldEdge->insertItem(0, tr("None (Default)")); |
493 |
CB_WorldEdge->insertItem(1, tr("Wrap (World wraps)")); |
|
494 |
CB_WorldEdge->insertItem(2, tr("Bounce (Edges reflect)")); |
|
495 |
CB_WorldEdge->insertItem(3, tr("Sea (Edges connect to sea)")); |
|
496 |
/* CB_WorldEdge->insertItem(4, tr("Skybox")); */ |
|
10822 | 497 |
glBSLayout->addWidget(CB_WorldEdge,16,2,1,1); |
9489 | 498 |
|
499 |
||
500 |
l = new QLabel(gbBasicSettings); |
|
9902 | 501 |
l->setText(QLabel::tr("Script parameter")); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
502 |
l->setWhatsThis(wtScriptParam); |
9902 | 503 |
l->setWordWrap(true); |
10822 | 504 |
glBSLayout->addWidget(l,17,0,1,1); |
9902 | 505 |
l = new QLabel(gbBasicSettings); |
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
506 |
l->setWhatsThis(wtScriptParam); |
9902 | 507 |
l->setFixedSize(32,32); |
11694 | 508 |
l->setPixmap(QPixmap(":/res/iconScript.png")); |
10822 | 509 |
glBSLayout->addWidget(l,17,1,1,1); |
9902 | 510 |
|
511 |
LE_ScriptParam = new QLineEdit(gbBasicSettings); |
|
11813
5bda5af6a9c7
Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com>
parents:
11755
diff
changeset
|
512 |
LE_ScriptParam->setWhatsThis(wtScriptParam); |
9902 | 513 |
LE_ScriptParam->setMaxLength(240); |
10822 | 514 |
glBSLayout->addWidget(LE_ScriptParam,17,2,1,1); |
9902 | 515 |
|
13228
d23742ccf92b
Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents:
13197
diff
changeset
|
516 |
L_name = new QLabel(gbBasicSettings); |
d23742ccf92b
Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents:
13197
diff
changeset
|
517 |
L_name->setText(QLabel::tr("Scheme Name:")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
518 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
519 |
LE_name = new QLineEdit(this); |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11886
diff
changeset
|
520 |
LE_name->setWhatsThis(tr("Name of this scheme")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
521 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
522 |
gl->addWidget(LE_name,15,1,1,5); |
13228
d23742ccf92b
Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents:
13197
diff
changeset
|
523 |
gl->addWidget(L_name,15,0,1,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
524 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
525 |
return pageLayout; |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
526 |
} |
6009 | 527 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
528 |
QLayout * PageScheme::footerLayoutDefinition() |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
529 |
{ |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
530 |
QHBoxLayout * bottomLayout = new QHBoxLayout(); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
531 |
selectScheme = new QComboBox(this); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
532 |
selectScheme->setMaxVisibleItems(50); |
6009 | 533 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
534 |
bottomLayout->addWidget(selectScheme, 0); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
535 |
BtnCopy = addButton(tr("Copy"), bottomLayout, 1); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
536 |
BtnNew = addButton(tr("New"), bottomLayout, 2); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
537 |
BtnDelete = addButton(tr("Delete"), bottomLayout, 3); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
538 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
539 |
bottomLayout->setStretch(1,1); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
540 |
bottomLayout->setStretch(2,1); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
541 |
bottomLayout->setStretch(3,1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
542 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
543 |
return bottomLayout; |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
544 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
545 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
546 |
void PageScheme::connectSignals() |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
547 |
{ |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
548 |
connect(BtnCopy, SIGNAL(clicked()), this, SLOT(copyRow())); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
549 |
connect(BtnNew, SIGNAL(clicked()), this, SLOT(newRow())); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
550 |
connect(BtnDelete, SIGNAL(clicked()), this, SLOT(deleteRow())); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
551 |
mapper = new QDataWidgetMapper(this); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
552 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), mapper, SLOT(setCurrentIndex(int))); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
553 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), this, SLOT(schemeSelected(int))); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
554 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
555 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
556 |
PageScheme::PageScheme(QWidget* parent) : AbstractPage(parent) |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
557 |
{ |
14262 | 558 |
changingSchemes = false; |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
559 |
initPage(); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
560 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
561 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
562 |
void PageScheme::setModel(QAbstractItemModel * model) |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
563 |
{ |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
564 |
mapper->setModel(model); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
565 |
selectScheme->setModel(model); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
566 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
567 |
mapper->addMapping(LE_name, 0); |
13272
5984e8c6cbeb
Add new game flag gfSwitchHog, enable hog switching at turn start
Wuzzy <Wuzzy2@mail.ru>
parents:
13228
diff
changeset
|
568 |
mapper->addMapping(TBW_switchhog, 1); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
569 |
mapper->addMapping(TBW_teamsDivide, 2); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
570 |
mapper->addMapping(TBW_solid, 3); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
571 |
mapper->addMapping(TBW_border, 4); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
572 |
mapper->addMapping(TBW_lowGravity, 5); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
573 |
mapper->addMapping(TBW_laserSight, 6); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
574 |
mapper->addMapping(TBW_invulnerable, 7); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
575 |
mapper->addMapping(TBW_resethealth, 8); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
576 |
mapper->addMapping(TBW_vampiric, 9); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
577 |
mapper->addMapping(TBW_karma, 10); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
578 |
mapper->addMapping(TBW_artillery, 11); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
579 |
mapper->addMapping(TBW_randomorder, 12); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
580 |
mapper->addMapping(TBW_king, 13); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
581 |
mapper->addMapping(TBW_placehog, 14); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
582 |
mapper->addMapping(TBW_sharedammo, 15); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
583 |
mapper->addMapping(TBW_disablegirders, 16); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
584 |
mapper->addMapping(TBW_disablelandobjects, 17); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
585 |
mapper->addMapping(TBW_aisurvival, 18); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
586 |
mapper->addMapping(TBW_infattack, 19); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
587 |
mapper->addMapping(TBW_resetweps, 20); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
588 |
mapper->addMapping(TBW_perhogammo, 21); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
589 |
mapper->addMapping(TBW_nowind, 22); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
590 |
mapper->addMapping(TBW_morewind, 23); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
591 |
mapper->addMapping(TBW_tagteam, 24); |
5717 | 592 |
mapper->addMapping(TBW_bottomborder, 25); |
593 |
mapper->addMapping(SB_DamageModifier, 26); |
|
594 |
mapper->addMapping(SB_TurnTime, 27); |
|
595 |
mapper->addMapping(SB_InitHealth, 28); |
|
596 |
mapper->addMapping(SB_SuddenDeath, 29); |
|
597 |
mapper->addMapping(SB_CaseProb, 30); |
|
598 |
mapper->addMapping(SB_MinesTime, 31); |
|
599 |
mapper->addMapping(SB_Mines, 32); |
|
600 |
mapper->addMapping(SB_MineDuds, 33); |
|
601 |
mapper->addMapping(SB_Explosives, 34); |
|
10822 | 602 |
mapper->addMapping(SB_AirMines, 35); |
603 |
mapper->addMapping(SB_HealthCrates, 36); |
|
604 |
mapper->addMapping(SB_CrateHealth, 37); |
|
605 |
mapper->addMapping(SB_WaterRise, 38); |
|
606 |
mapper->addMapping(SB_HealthDecrease, 39); |
|
607 |
mapper->addMapping(SB_RopeModifier, 40); |
|
608 |
mapper->addMapping(SB_GetAwayTime, 41); |
|
609 |
mapper->addMapping(CB_WorldEdge, 42, "currentIndex"); |
|
610 |
mapper->addMapping(LE_ScriptParam, 43); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
611 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
612 |
mapper->toFirst(); |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
613 |
|
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
614 |
connect(model, SIGNAL(dataChanged(QModelIndex, QModelIndex)), this, SLOT(dataChanged(QModelIndex, QModelIndex))); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
615 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
616 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
617 |
void PageScheme::newRow() |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
618 |
{ |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
619 |
changingSchemes = true; |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
620 |
QAbstractItemModel * model = mapper->model(); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
621 |
model->insertRow(-1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
622 |
selectScheme->setCurrentIndex(model->rowCount() - 1); |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
623 |
changingSchemes = false; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
624 |
checkDupe(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
625 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
626 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
627 |
void PageScheme::copyRow() |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
628 |
{ |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
629 |
changingSchemes = true; |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
630 |
QAbstractItemModel * model = mapper->model(); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
631 |
model->insertRow(selectScheme->currentIndex()); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
632 |
selectScheme->setCurrentIndex(model->rowCount() - 1); |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
633 |
changingSchemes = false; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
634 |
checkDupe(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
635 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
636 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
637 |
void PageScheme::deleteRow() |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
638 |
{ |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
639 |
changingSchemes = true; |
13197
0bc5f618ca7c
Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
Wuzzy <Wuzzy2@mail.ru>
parents:
12254
diff
changeset
|
640 |
int numberOfDefaultSchemes = ((GameSchemeModel*)mapper->model())->numberOfDefaultSchemes; |
7792 | 641 |
if (selectScheme->currentIndex() < numberOfDefaultSchemes) |
642 |
{ |
|
7794
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
643 |
QMessageBox deniedMsg(this); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
644 |
deniedMsg.setIcon(QMessageBox::Warning); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
645 |
deniedMsg.setWindowTitle(QMessageBox::tr("Schemes - Warning")); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
646 |
deniedMsg.setText(QMessageBox::tr("Cannot delete default scheme '%1'!").arg(selectScheme->currentText())); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
647 |
deniedMsg.setWindowModality(Qt::WindowModal); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
648 |
deniedMsg.exec(); |
7792 | 649 |
} |
650 |
else |
|
651 |
{ |
|
7794
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
652 |
QMessageBox reallyDeleteMsg(this); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
653 |
reallyDeleteMsg.setIcon(QMessageBox::Question); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
654 |
reallyDeleteMsg.setWindowTitle(QMessageBox::tr("Schemes - Are you sure?")); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
655 |
reallyDeleteMsg.setText(QMessageBox::tr("Do you really want to delete the game scheme '%1'?").arg(selectScheme->currentText())); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
656 |
reallyDeleteMsg.setWindowModality(Qt::WindowModal); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
657 |
reallyDeleteMsg.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
658 |
|
7794
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7792
diff
changeset
|
659 |
if (reallyDeleteMsg.exec() == QMessageBox::Ok) |
7792 | 660 |
{ |
661 |
QAbstractItemModel * model = mapper->model(); |
|
662 |
model->removeRow(selectScheme->currentIndex()); |
|
663 |
} |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
664 |
} |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
665 |
changingSchemes = false; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
666 |
} |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
667 |
|
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
668 |
void PageScheme::dataChanged(QModelIndex topLeft, QModelIndex bottomRight) |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
669 |
{ |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
670 |
Q_UNUSED(bottomRight) |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
671 |
if(topLeft.column() == 0) { |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
672 |
checkDupe(); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
673 |
}; |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
674 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
675 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
676 |
void PageScheme::schemeSelected(int n) |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
677 |
{ |
13197
0bc5f618ca7c
Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
Wuzzy <Wuzzy2@mail.ru>
parents:
12254
diff
changeset
|
678 |
int c = ((GameSchemeModel*)mapper->model())->numberOfDefaultSchemes; |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
679 |
gbGameModes->setEnabled(n >= c); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
680 |
gbBasicSettings->setEnabled(n >= c); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
681 |
LE_name->setEnabled(n >= c); |
13228
d23742ccf92b
Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents:
13197
diff
changeset
|
682 |
L_name->setEnabled(n >= c); |
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
683 |
checkDupe(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
684 |
} |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
685 |
|
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
686 |
// Check for duplicates and rename scheme if duplicate found |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
687 |
void PageScheme::checkDupe() |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
688 |
{ |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
689 |
if (changingSchemes) |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
690 |
{ |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
691 |
return; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
692 |
} |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
693 |
int except = selectScheme->currentIndex(); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
694 |
QString name = selectScheme->currentText(); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
695 |
GameSchemeModel* model = (GameSchemeModel*)mapper->model(); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
696 |
bool dupe = model->hasScheme(name, except); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
697 |
if (dupe) |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
698 |
{ |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
699 |
QString newName; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
700 |
//name already used -> look for an appropriate name |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
701 |
int i=2; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
702 |
while(model->hasScheme(newName = tr("%1 (%2)").arg(name).arg(i++), except)) |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
703 |
{ |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
704 |
if(i > 1000) |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
705 |
{ |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
706 |
return; |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
707 |
} |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
708 |
} |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
709 |
LE_name->setText(newName); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
710 |
selectScheme->setCurrentText(newName); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
711 |
model->renameScheme(except, newName); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6009
diff
changeset
|
712 |
|
13554
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
713 |
QMessageBox dupeMsg(this); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
714 |
dupeMsg.setIcon(QMessageBox::Warning); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
715 |
dupeMsg.setWindowTitle(QMessageBox::tr("Schemes - Name already taken")); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
716 |
dupeMsg.setText(QMessageBox::tr("A scheme with the name '%1' already exists. Your scheme has been renamed to '%2'.").arg(name).arg(newName)); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
717 |
dupeMsg.setWindowModality(Qt::WindowModal); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
718 |
dupeMsg.exec(); |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
719 |
} |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
720 |
} |
a5a8488e2485
Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru>
parents:
13272
diff
changeset
|
721 |