author | unc0rr |
Mon, 12 Oct 2009 16:44:30 +0000 | |
changeset 2428 | 6800f8aa0184 |
parent 2414 | fd9ca82077d8 |
child 2437 | 10e4b5fc0d93 |
permissions | -rw-r--r-- |
184 | 1 |
/* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
1236 | 3 |
* Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com> |
184 | 4 |
* |
5 |
* This program is free software; you can redistribute it and/or modify |
|
6 |
* it under the terms of the GNU General Public License as published by |
|
7 |
* the Free Software Foundation; version 2 of the License |
|
8 |
* |
|
9 |
* This program is distributed in the hope that it will be useful, |
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
* GNU General Public License for more details. |
|
13 |
* |
|
14 |
* You should have received a copy of the GNU General Public License |
|
15 |
* along with this program; if not, write to the Free Software |
|
16 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
|
17 |
*/ |
|
18 |
||
19 |
#include <QGridLayout> |
|
20 |
#include <QPushButton> |
|
21 |
#include <QGroupBox> |
|
22 |
#include <QComboBox> |
|
311 | 23 |
#include <QCheckBox> |
184 | 24 |
#include <QLabel> |
25 |
#include <QToolBox> |
|
26 |
#include <QLineEdit> |
|
27 |
#include <QListWidget> |
|
28 |
#include <QApplication> |
|
231 | 29 |
#include <QSpinBox> |
452 | 30 |
#include <QTextEdit> |
636 | 31 |
#include <QRadioButton> |
665 | 32 |
#include <QTableView> |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
33 |
#include <QMessageBox> |
673 | 34 |
#include <QHeaderView> |
1252 | 35 |
#include <QTabWidget> |
1377 | 36 |
#include <QTextBrowser> |
1399 | 37 |
#include <QTableWidget> |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
38 |
#include <QAction> |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
39 |
#include <QMenu> |
1885 | 40 |
#include <QDataWidgetMapper> |
41 |
||
184 | 42 |
|
43 |
#include "pages.h" |
|
44 |
#include "sdlkeys.h" |
|
45 |
#include "hwconsts.h" |
|
46 |
#include "gamecfgwidget.h" |
|
47 |
#include "teamselect.h" |
|
48 |
#include "gamecfgwidget.h" |
|
49 |
#include "SquareLabel.h" |
|
50 |
#include "mapContainer.h" |
|
187 | 51 |
#include "about.h" |
297 | 52 |
#include "fpsedit.h" |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
53 |
#include "netserverslist.h" |
412 | 54 |
#include "netudpwidget.h" |
461 | 55 |
#include "chatwidget.h" |
579 | 56 |
#include "playrecordpage.h" |
612
333d095319de
abstract class for items container (hedgehogs num, bullets, etc.)
displacer
parents:
603
diff
changeset
|
57 |
#include "selectWeapon.h" |
1192 | 58 |
#include "igbox.h" |
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
59 |
#include "hats.h" |
1885 | 60 |
#include "misc.h" |
1932 | 61 |
#include "togglebutton.h" |
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
62 |
#include "hwform.h" |
2191 | 63 |
#include "SDLs.h" |
184 | 64 |
|
2377 | 65 |
PageMain::PageMain(QWidget* parent) : |
684 | 66 |
AbstractPage(parent) |
184 | 67 |
{ |
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
68 |
if(frontendEffects) setAttribute(Qt::WA_NoSystemBackground, true); |
184 | 69 |
QGridLayout * pageLayout = new QGridLayout(this); |
1148 | 70 |
//pageLayout->setColumnStretch(0, 1); |
71 |
//pageLayout->setColumnStretch(1, 2); |
|
72 |
//pageLayout->setColumnStretch(2, 1); |
|
184 | 73 |
|
1199 | 74 |
//QPushButton* btnLogo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true); |
75 |
//pageLayout->setAlignment(btnLogo, Qt::AlignHCenter); |
|
1148 | 76 |
pageLayout->setRowStretch(0, 1); |
1150 | 77 |
pageLayout->setRowStretch(1, 1); |
78 |
pageLayout->setRowStretch(2, 0); |
|
79 |
pageLayout->setRowStretch(3, 1); |
|
1199 | 80 |
pageLayout->setRowStretch(4, 1); |
184 | 81 |
|
1152
c72b939c00df
Make buttons border have different colors when mouse is over or it is pressed
unc0rr
parents:
1151
diff
changeset
|
82 |
BtnSinglePlayer = addButton(":/res/LocalPlay.png", pageLayout, 2, 0, 1, 2, true); |
1450 | 83 |
BtnSinglePlayer->setToolTip(tr("Local Game (Play a game on a single computer)")); |
1150 | 84 |
pageLayout->setAlignment(BtnSinglePlayer, Qt::AlignHCenter); |
184 | 85 |
|
1152
c72b939c00df
Make buttons border have different colors when mouse is over or it is pressed
unc0rr
parents:
1151
diff
changeset
|
86 |
BtnNet = addButton(":/res/NetworkPlay.png", pageLayout, 2, 2, 1, 2, true); |
1450 | 87 |
BtnNet->setToolTip(tr("Network Game (Play a game across a network)")); |
1150 | 88 |
pageLayout->setAlignment(BtnNet, Qt::AlignHCenter); |
579 | 89 |
|
1199 | 90 |
BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true); |
184 | 91 |
|
1199 | 92 |
//BtnInfo = addButton(":/res/About.png", pageLayout, 3, 1, 1, 2, true); |
93 |
BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true); |
|
1212 | 94 |
BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
1150 | 95 |
pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
1199 | 96 |
//pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
184 | 97 |
|
1199 | 98 |
BtnExit = addButton(":/res/Exit.png", pageLayout, 4, 0, 1, 1, true); |
184 | 99 |
} |
100 |
||
788
00720357601f
- Get rid of PageSimpleGame, now pressing 'quick game' just starts round
unc0rr
parents:
730
diff
changeset
|
101 |
PageEditTeam::PageEditTeam(QWidget* parent) : |
692 | 102 |
AbstractPage(parent) |
184 | 103 |
{ |
104 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1252 | 105 |
QTabWidget * tbw = new QTabWidget(this); |
1389 | 106 |
QWidget * page1 = new QWidget(this); |
107 |
QWidget * page2 = new QWidget(this); |
|
1252 | 108 |
tbw->addTab(page1, tr("General")); |
109 |
tbw->addTab(page2, tr("Advanced")); |
|
110 |
pageLayout->addWidget(tbw, 0, 0, 1, 3); |
|
111 |
BtnTeamDiscard = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
|
112 |
BtnTeamSave = addButton(":/res/Save.png", pageLayout, 1, 2, true);; |
|
1443 | 113 |
BtnTeamSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
2377 | 114 |
|
1252 | 115 |
QHBoxLayout * page1Layout = new QHBoxLayout(page1); |
116 |
page1Layout->setAlignment(Qt::AlignTop); |
|
117 |
QGridLayout * page2Layout = new QGridLayout(page2); |
|
118 |
||
119 |
// ====== Page 1 ====== |
|
120 |
QVBoxLayout * vbox1 = new QVBoxLayout(); |
|
121 |
QVBoxLayout * vbox2 = new QVBoxLayout(); |
|
122 |
QVBoxLayout * vbox3 = new QVBoxLayout(); |
|
123 |
page1Layout->addLayout(vbox1); |
|
124 |
page1Layout->addLayout(vbox2); |
|
125 |
page1Layout->addLayout(vbox3); |
|
2377 | 126 |
|
588 | 127 |
GBoxHedgehogs = new QGroupBox(this); |
184 | 128 |
GBoxHedgehogs->setTitle(QGroupBox::tr("Team Members")); |
129 |
GBoxHedgehogs->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
130 |
QGridLayout * GBHLayout = new QGridLayout(GBoxHedgehogs); |
|
1840 | 131 |
|
132 |
signalMapper = new QSignalMapper(this); |
|
2377 | 133 |
|
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
134 |
HatsModel * hatsModel = new HatsModel(GBoxHedgehogs); |
184 | 135 |
for(int i = 0; i < 8; i++) |
136 |
{ |
|
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
137 |
HHHats[i] = new QComboBox(GBoxHedgehogs); |
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
138 |
HHHats[i]->setModel(hatsModel); |
1282 | 139 |
HHHats[i]->setIconSize(QSize(32, 37)); |
140 |
//HHHats[i]->setSizeAdjustPolicy(QComboBox::AdjustToContents); |
|
1239 | 141 |
//HHHats[i]->setModelColumn(1); |
1240 | 142 |
//HHHats[i]->setMinimumWidth(132); |
1840 | 143 |
GBHLayout->addWidget(HHHats[i], i, 0); |
144 |
||
145 |
HHNameEdit[i] = new QLineEdit(GBoxHedgehogs); |
|
146 |
HHNameEdit[i]->setMaxLength(64); |
|
147 |
HHNameEdit[i]->setMinimumWidth(120); |
|
148 |
GBHLayout->addWidget(HHNameEdit[i], i, 1); |
|
2377 | 149 |
|
1840 | 150 |
randButton[i] = addButton(":/res/dice.png", GBHLayout, i, 3, true); |
151 |
||
152 |
connect(randButton[i], SIGNAL(clicked()), signalMapper, SLOT(map())); |
|
153 |
signalMapper->setMapping(randButton[i], i); |
|
154 |
||
184 | 155 |
} |
1840 | 156 |
|
157 |
randTeamButton = addButton("Random Team", GBHLayout, 9, false); |
|
158 |
||
1252 | 159 |
vbox1->addWidget(GBoxHedgehogs); |
160 |
||
161 |
||
1288
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
162 |
GBoxTeam = new QGroupBox(this); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
163 |
GBoxTeam->setTitle(QGroupBox::tr("Team")); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
164 |
GBoxTeam->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
165 |
QVBoxLayout * GBTLayout = new QVBoxLayout(GBoxTeam); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
166 |
TeamNameEdit = new QLineEdit(GBoxTeam); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
167 |
TeamNameEdit->setMaxLength(64); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
168 |
GBTLayout->addWidget(TeamNameEdit); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
169 |
vbox2->addWidget(GBoxTeam); |
2377 | 170 |
|
1290 | 171 |
CBTeamLvl = new QComboBox(GBoxTeam); |
1440 | 172 |
CBTeamLvl->setIconSize(QSize(48, 48)); |
1287 | 173 |
CBTeamLvl->addItem(QIcon(":/res/botlevels/0.png"), QComboBox::tr("Human")); |
174 |
for(int i = 5; i > 0; i--) |
|
175 |
CBTeamLvl->addItem( |
|
176 |
QIcon(QString(":/res/botlevels/%1.png").arg(6 - i)), |
|
177 |
QString("%1 %2").arg(QComboBox::tr("Level")).arg(i) |
|
178 |
); |
|
1288
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
179 |
GBTLayout->addWidget(CBTeamLvl); |
2377 | 180 |
|
1290 | 181 |
CBGrave = new QComboBox(GBoxTeam); |
1288
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
182 |
CBGrave->setMaxCount(65535); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
183 |
CBGrave->setIconSize(QSize(32, 32)); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
184 |
GBTLayout->addWidget(CBGrave); |
1684 | 185 |
|
1659 | 186 |
{ |
1684 | 187 |
QHBoxLayout * hbox = new QHBoxLayout(); |
188 |
CBVoicepack = new QComboBox(GBoxTeam); |
|
189 |
{ |
|
190 |
QDir tmpdir; |
|
191 |
tmpdir.cd(datadir->absolutePath()); |
|
192 |
tmpdir.cd("Sounds/voices"); |
|
193 |
QStringList list = tmpdir.entryList(QDir::AllDirs | QDir::NoDotAndDotDot, QDir::Name); |
|
194 |
CBVoicepack->addItems(list); |
|
195 |
} |
|
196 |
hbox->addWidget(CBVoicepack, 100); |
|
1718 | 197 |
BtnTestSound = addButton(":/res/PlaySound.png", hbox, 1, true); |
2294
2e6ffb3ef304
For people's consideration. Restore the .11 behaviour of not initialising sound if music is turned off. Reason. I still get 100% CPU useage in frontend due to sucky sound daemon setups *cough*pulseaudio*cough* so this offers an easy workaround for people (turn off music). Disadvantage, this removes Smaxx' code to disable sound-related buttons on failure to init sound.
nemo
parents:
2261
diff
changeset
|
198 |
//BtnTestSound->setEnabled(openal_ready()); |
1684 | 199 |
hbox->setStretchFactor(BtnTestSound, 1); |
200 |
connect(BtnTestSound, SIGNAL(clicked()), this, SLOT(testSound())); |
|
201 |
GBTLayout->addLayout(hbox); |
|
1659 | 202 |
} |
203 |
||
1252 | 204 |
GBoxFort = new QGroupBox(this); |
205 |
GBoxFort->setTitle(QGroupBox::tr("Fort")); |
|
206 |
QGridLayout * GBFLayout = new QGridLayout(GBoxFort); |
|
207 |
CBFort = new QComboBox(GBoxFort); |
|
208 |
CBFort->setMaxCount(65535); |
|
209 |
GBFLayout->addWidget(CBFort, 0, 0); |
|
210 |
FortPreview = new SquareLabel(GBoxFort); |
|
211 |
FortPreview->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
|
212 |
FortPreview->setPixmap(QPixmap()); |
|
2072
6e0fcbcc3f60
Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents:
2071
diff
changeset
|
213 |
// perhaps due to handling its own paintevents, SquareLabel doesn't play nice with the stars |
6e0fcbcc3f60
Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents:
2071
diff
changeset
|
214 |
//FortPreview->setAttribute(Qt::WA_PaintOnScreen, true); |
1252 | 215 |
GBFLayout->addWidget(FortPreview, 1, 0); |
216 |
vbox3->addWidget(GBoxFort); |
|
217 |
||
218 |
QDir tmpdir; |
|
219 |
tmpdir.cd(datadir->absolutePath()); |
|
220 |
tmpdir.cd("Forts"); |
|
221 |
tmpdir.setFilter(QDir::Files); |
|
222 |
||
1287 | 223 |
connect(CBFort, SIGNAL(currentIndexChanged(const QString &)), this, SLOT(CBFort_activated(const QString &))); |
1252 | 224 |
CBFort->addItems(tmpdir.entryList(QStringList("*L.png")).replaceInStrings(QRegExp("^(.*)L\\.png"), "\\1")); |
2377 | 225 |
|
1252 | 226 |
tmpdir.cd("../Graphics/Graves"); |
227 |
QStringList list = tmpdir.entryList(QStringList("*.png")); |
|
228 |
for (QStringList::Iterator it = list.begin(); it != list.end(); ++it ) |
|
229 |
{ |
|
1287 | 230 |
QPixmap pix(datadir->absolutePath() + "/Graphics/Graves/" + *it); |
231 |
QIcon icon(pix.copy(0, 0, 32, 32)); |
|
232 |
CBGrave->addItem(icon, (*it).replace(QRegExp("^(.*)\\.png"), "\\1")); |
|
1252 | 233 |
} |
234 |
||
235 |
vbox1->addStretch(); |
|
236 |
vbox2->addStretch(); |
|
237 |
// vbox3->addStretch(); |
|
238 |
||
239 |
// ====== Page 2 ====== |
|
588 | 240 |
GBoxBinds = new QGroupBox(this); |
184 | 241 |
GBoxBinds->setTitle(QGroupBox::tr("Key binds")); |
242 |
QGridLayout * GBBLayout = new QGridLayout(GBoxBinds); |
|
243 |
BindsBox = new QToolBox(GBoxBinds); |
|
244 |
BindsBox->setLineWidth(0); |
|
245 |
GBBLayout->addWidget(BindsBox); |
|
1252 | 246 |
page2Layout->addWidget(GBoxBinds, 0, 0); |
184 | 247 |
|
248 |
quint16 widind = 0, i = 0; |
|
2428 | 249 |
quint16 num = 0; |
250 |
QWidget * curW = NULL; |
|
251 |
QGridLayout * pagelayout = NULL; |
|
252 |
QLabel* l = NULL; |
|
184 | 253 |
while (i < BINDS_NUMBER) { |
2428 | 254 |
if(cbinds[i].category != NULL) |
255 |
{ |
|
256 |
if(curW != NULL) |
|
257 |
{ |
|
258 |
l = new QLabel(curW); |
|
259 |
l->setText(""); |
|
260 |
pagelayout->addWidget(l, num++, 0, 1, 2); |
|
261 |
} |
|
262 |
curW = new QWidget(this); |
|
263 |
BindsBox->addItem(curW, QApplication::translate("binds (categories)", cbinds[i].category)); |
|
264 |
pagelayout = new QGridLayout(curW); |
|
265 |
num = 0; |
|
266 |
} |
|
267 |
if(cbinds[i].description != NULL) |
|
268 |
{ |
|
269 |
l = new QLabel(curW); |
|
270 |
l->setText((num > 0 ? QString("\n") : QString("")) + QApplication::translate("binds (descriptions)", cbinds[i].description)); |
|
271 |
pagelayout->addWidget(l, num++, 0, 1, 2); |
|
272 |
} |
|
273 |
||
274 |
l = new QLabel(curW); |
|
275 |
l->setText(QApplication::translate("binds", cbinds[i].name)); |
|
276 |
l->setAlignment(Qt::AlignRight); |
|
277 |
pagelayout->addWidget(l, num, 0); |
|
278 |
CBBind[i] = new QComboBox(curW); |
|
279 |
for(int j = 0; sdlkeys[j][1][0] != '\0'; j++) |
|
280 |
CBBind[i]->addItem(QApplication::translate("binds (keys)", sdlkeys[j][1]).contains(": ") ? QApplication::translate("binds (keys)", sdlkeys[j][1]) : QApplication::translate("binds (keys)", "Keyboard") + QString(": ") + QApplication::translate("binds (keys)", sdlkeys[j][1]), sdlkeys[j][0]); |
|
281 |
pagelayout->addWidget(CBBind[i++], num++, 1); |
|
184 | 282 |
} |
283 |
} |
|
284 |
||
285 |
void PageEditTeam::CBFort_activated(const QString & fortname) |
|
286 |
{ |
|
287 |
QPixmap pix(datadir->absolutePath() + "/Forts/" + fortname + "L.png"); |
|
288 |
FortPreview->setPixmap(pix); |
|
289 |
} |
|
290 |
||
1684 | 291 |
void PageEditTeam::testSound() |
292 |
{ |
|
2194
1597710c6118
koda adds threading for fadein/out. Untested under windows, but works beautifully under Linux (and presumably OSX, right koda?)
nemo
parents:
2191
diff
changeset
|
293 |
int sound; |
1684 | 294 |
QDir tmpdir; |
2402
edd12b259e7c
revert to manual startup of frontend's OpenAL session (keeping voices' bug fixed)
koda
parents:
2395
diff
changeset
|
295 |
|
edd12b259e7c
revert to manual startup of frontend's OpenAL session (keeping voices' bug fixed)
koda
parents:
2395
diff
changeset
|
296 |
OpenAL_Init(); |
edd12b259e7c
revert to manual startup of frontend's OpenAL session (keeping voices' bug fixed)
koda
parents:
2395
diff
changeset
|
297 |
|
1684 | 298 |
tmpdir.cd(datadir->absolutePath()); |
299 |
tmpdir.cd("Sounds/voices"); |
|
300 |
tmpdir.cd(CBVoicepack->currentText()); |
|
2191 | 301 |
QStringList list = tmpdir.entryList(QStringList() << "Illgetyou.ogg" << "Incoming.ogg" << "Stupid.ogg" << "Coward.ogg" << "Firstblood.ogg", QDir::Files); |
302 |
if (list.size()) { |
|
2194
1597710c6118
koda adds threading for fadein/out. Untested under windows, but works beautifully under Linux (and presumably OSX, right koda?)
nemo
parents:
2191
diff
changeset
|
303 |
sound = openal_loadfile(QString(tmpdir.absolutePath() + "/" + list[rand() % list.size()]).toLocal8Bit().constData()); |
2377 | 304 |
openal_playsound(sound); |
2191 | 305 |
} |
1684 | 306 |
} |
307 |
||
1287 | 308 |
PageMultiplayer::PageMultiplayer(QWidget* parent) : |
692 | 309 |
AbstractPage(parent) |
184 | 310 |
{ |
311 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
312 |
||
1218 | 313 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
187 | 314 |
|
184 | 315 |
gameCFG = new GameCFGWidget(this); |
316 |
pageLayout->addWidget(gameCFG, 0, 0, 1, 2); |
|
696 | 317 |
|
1218 | 318 |
pageLayout->setRowStretch(1, 1); |
319 |
||
184 | 320 |
teamsSelect = new TeamSelWidget(this); |
1218 | 321 |
pageLayout->addWidget(teamsSelect, 0, 2, 2, 2); |
184 | 322 |
|
1218 | 323 |
BtnStartMPGame = addButton(tr("Start"), pageLayout, 2, 3); |
184 | 324 |
} |
325 |
||
1249
b6670a6ea2d0
Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr
parents:
1240
diff
changeset
|
326 |
PageOptions::PageOptions(QWidget* parent) : |
692 | 327 |
AbstractPage(parent) |
184 | 328 |
{ |
329 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
427 | 330 |
pageLayout->setColumnStretch(0, 100); |
331 |
pageLayout->setColumnStretch(1, 100); |
|
332 |
pageLayout->setColumnStretch(2, 100); |
|
333 |
pageLayout->setRowStretch(0, 0); |
|
1644 | 334 |
pageLayout->setRowStretch(1, 100); |
719 | 335 |
pageLayout->setRowStretch(2, 0); |
1644 | 336 |
pageLayout->setContentsMargins(7, 7, 7, 0); |
337 |
pageLayout->setSpacing(0); |
|
427 | 338 |
|
1198 | 339 |
|
340 |
QGroupBox * gbTwoBoxes = new QGroupBox(this); |
|
341 |
pageLayout->addWidget(gbTwoBoxes, 0, 0, 1, 3); |
|
1644 | 342 |
QGridLayout * gbTBLayout = new QGridLayout(gbTwoBoxes); |
343 |
gbTBLayout->setMargin(0); |
|
344 |
gbTBLayout->setSpacing(0); |
|
1198 | 345 |
{ |
2395 | 346 |
teamsBox = new IconedGroupBox(this); |
347 |
//teamsBox->setAttribute(Qt::WA_PaintOnScreen, true); |
|
348 |
teamsBox->setIcon(QIcon(":/res/teamicon.png")); |
|
349 |
teamsBox->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
350 |
teamsBox->setTitle(QGroupBox::tr("Teams")); |
|
1198 | 351 |
|
2395 | 352 |
QVBoxLayout * GBTlayout = new QVBoxLayout(teamsBox); |
184 | 353 |
|
2395 | 354 |
CBTeamName = new QComboBox(teamsBox); |
355 |
GBTlayout->addWidget(CBTeamName); |
|
2377 | 356 |
|
2395 | 357 |
QHBoxLayout * layout1 = new QHBoxLayout; |
358 |
GBTlayout->addLayout(layout1); |
|
359 |
BtnNewTeam = addButton(tr("New team"), layout1, 0); |
|
360 |
BtnEditTeam = addButton(tr("Edit team"), layout1, 1); |
|
361 |
layout1->setStretchFactor(BtnNewTeam, 100); |
|
362 |
layout1->setStretchFactor(BtnEditTeam, 100); |
|
1199 | 363 |
|
2395 | 364 |
QHBoxLayout * layout2 = new QHBoxLayout; |
365 |
GBTlayout->addLayout(layout2); |
|
184 | 366 |
|
2395 | 367 |
labelNN = new QLabel(teamsBox); |
368 |
labelNN->setText(QLabel::tr("Net nick")); |
|
369 |
layout2->addWidget(labelNN); |
|
184 | 370 |
|
2395 | 371 |
editNetNick = new QLineEdit(teamsBox); |
372 |
editNetNick->setMaxLength(20); |
|
373 |
editNetNick->setText(QLineEdit::tr("unnamed")); |
|
374 |
layout2->addWidget(editNetNick); |
|
375 |
||
376 |
gbTBLayout->addWidget(teamsBox, 0, 0); |
|
1198 | 377 |
} |
184 | 378 |
|
2395 | 379 |
{ |
380 |
IconedGroupBox* groupWeapons = new IconedGroupBox(this); |
|
381 |
groupWeapons->setContentTopPadding(0); |
|
382 |
groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
|
383 |
groupWeapons->setIcon(QIcon(":/res/weaponsicon.png")); |
|
384 |
//groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
385 |
groupWeapons->setTitle(QGroupBox::tr("Weapons")); |
|
386 |
QGridLayout * WeaponsLayout = new QGridLayout(groupWeapons); |
|
184 | 387 |
|
2395 | 388 |
WeaponsButt = addButton(tr("Weapons set"), WeaponsLayout, 1, 0); |
389 |
WeaponsName = new QComboBox(this); |
|
390 |
WeaponsLayout->addWidget(WeaponsName, 0, 0, 1, 2); |
|
391 |
WeaponEdit = addButton(tr("Edit"), WeaponsLayout, 1, 1); |
|
392 |
gbTBLayout->addWidget(groupWeapons, 1, 0); |
|
393 |
} |
|
2377 | 394 |
|
2395 | 395 |
{ |
396 |
AGGroupBox = new IconedGroupBox(this); |
|
397 |
AGGroupBox->setIcon(QIcon(":/res/graphicsicon.png")); |
|
398 |
AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); |
|
399 |
AGGroupBox->setTitle(QGroupBox::tr("Audio/Graphic options")); |
|
427 | 400 |
|
2395 | 401 |
QVBoxLayout * GBAlayout = new QVBoxLayout(AGGroupBox); |
402 |
QHBoxLayout * GBAreslayout = new QHBoxLayout(0); |
|
184 | 403 |
|
2428 | 404 |
CBFrontendFullscreen = new QCheckBox(AGGroupBox); |
405 |
CBFrontendFullscreen->setText(QCheckBox::tr("Frontend fullscreen")); |
|
406 |
GBAlayout->addWidget(CBFrontendFullscreen); |
|
407 |
||
408 |
CBFrontendEffects = new QCheckBox(AGGroupBox); |
|
409 |
CBFrontendEffects->setText(QCheckBox::tr("Frontend effects (requires restart)")); |
|
410 |
GBAlayout->addWidget(CBFrontendEffects); |
|
411 |
||
2395 | 412 |
QLabel * resolution = new QLabel(AGGroupBox); |
413 |
resolution->setText(QLabel::tr("Resolution")); |
|
414 |
GBAreslayout->addWidget(resolution); |
|
415 |
||
416 |
CBResolution = new QComboBox(AGGroupBox); |
|
417 |
GBAreslayout->addWidget(CBResolution); |
|
418 |
GBAlayout->addLayout(GBAreslayout); |
|
1812 | 419 |
|
2428 | 420 |
CBFullscreen = new QCheckBox(AGGroupBox); |
421 |
CBFullscreen->setText(QCheckBox::tr("Fullscreen")); |
|
422 |
GBAlayout->addWidget(CBFullscreen); |
|
423 |
||
2395 | 424 |
QHBoxLayout * GBAfpslayout = new QHBoxLayout(0); |
425 |
QLabel * maxfps = new QLabel(AGGroupBox); |
|
426 |
maxfps->setText(QLabel::tr("FPS limit")); |
|
427 |
GBAfpslayout->addWidget(maxfps); |
|
428 |
GBAlayout->addLayout(GBAfpslayout); |
|
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
429 |
|
2395 | 430 |
CBReduceQuality = new QCheckBox(AGGroupBox); |
2428 | 431 |
CBReduceQuality->setText(QCheckBox::tr("Reduced quality")); |
2395 | 432 |
GBAlayout->addWidget(CBReduceQuality); |
184 | 433 |
|
2395 | 434 |
CBHardwareSound = new QCheckBox(AGGroupBox); |
2428 | 435 |
CBHardwareSound->setText(QCheckBox::tr("Hardware sound (if available; requires restart)")); |
2395 | 436 |
//CBHardwareSound->setEnabled(openal_ready()); |
437 |
GBAlayout->addWidget(CBHardwareSound); |
|
184 | 438 |
|
2395 | 439 |
CBEnableSound = new QCheckBox(AGGroupBox); |
440 |
CBEnableSound->setText(QCheckBox::tr("Enable sound")); |
|
441 |
//CBEnableSound->setEnabled(openal_ready()); |
|
442 |
GBAlayout->addWidget(CBEnableSound); |
|
443 |
CBEnableMusic = new QCheckBox(AGGroupBox); |
|
444 |
CBEnableMusic->setText(QCheckBox::tr("Enable music")); |
|
445 |
//CBEnableMusic->setEnabled(openal_ready()); |
|
446 |
GBAlayout->addWidget(CBEnableMusic); |
|
1129 | 447 |
|
2395 | 448 |
QHBoxLayout * GBAvollayout = new QHBoxLayout(0); |
449 |
QLabel * vol = new QLabel(AGGroupBox); |
|
450 |
vol->setText(QLabel::tr("Initial sound volume")); |
|
451 |
GBAvollayout->addWidget(vol); |
|
452 |
GBAlayout->addLayout(GBAvollayout); |
|
453 |
volumeBox = new QSpinBox(AGGroupBox); |
|
454 |
volumeBox->setRange(0, 100); |
|
455 |
volumeBox->setSingleStep(5); |
|
456 |
//volumeBox->setEnabled(openal_ready()); |
|
457 |
GBAvollayout->addWidget(volumeBox); |
|
1777 | 458 |
|
2395 | 459 |
CBShowFPS = new QCheckBox(AGGroupBox); |
460 |
CBShowFPS->setText(QCheckBox::tr("Show FPS")); |
|
461 |
GBAlayout->addWidget(CBShowFPS); |
|
297 | 462 |
|
2395 | 463 |
CBAltDamage = new QCheckBox(AGGroupBox); |
464 |
CBAltDamage->setText(QCheckBox::tr("Alternative damage show")); |
|
465 |
GBAlayout->addWidget(CBAltDamage); |
|
529 | 466 |
|
2395 | 467 |
CBNameWithDate = new QCheckBox(AGGroupBox); |
468 |
CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name")); |
|
469 |
GBAlayout->addWidget(CBNameWithDate); |
|
1487
b4cc59a6d50a
Add an option to name records with current date and time
unc0rr
parents:
1457
diff
changeset
|
470 |
|
2395 | 471 |
#ifdef SPARKLE_ENABLED |
472 |
CBAutoUpdate = new QCheckBox(AGGroupBox); |
|
473 |
CBAutoUpdate->setText(QCheckBox::tr("Check for updates at startup")); |
|
474 |
GBAlayout->addWidget(CBAutoUpdate); |
|
2261 | 475 |
#endif |
2377 | 476 |
|
2261 | 477 |
fpsedit = new FPSEdit(AGGroupBox); |
478 |
GBAfpslayout->addWidget(fpsedit); |
|
479 |
gbTBLayout->addWidget(AGGroupBox, 0, 1, 2, 1); |
|
2395 | 480 |
} |
184 | 481 |
|
1644 | 482 |
BtnSaveOptions = addButton(":/res/Save.png", pageLayout, 2, 2, true); |
1443 | 483 |
BtnSaveOptions->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
184 | 484 |
|
1644 | 485 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
184 | 486 |
} |
487 |
||
1153 | 488 |
PageNet::PageNet(QWidget* parent) : AbstractPage(parent) |
184 | 489 |
{ |
490 |
QFont * font14 = new QFont("MS Shell Dlg", 14); |
|
491 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
492 |
pageLayout->setColumnStretch(0, 1); |
|
493 |
pageLayout->setColumnStretch(1, 1); |
|
617 | 494 |
pageLayout->setColumnStretch(2, 1); |
421 | 495 |
|
496 |
BtnNetSvrStart = new QPushButton(this); |
|
497 |
BtnNetSvrStart->setFont(*font14); |
|
498 |
BtnNetSvrStart->setText(QPushButton::tr("Start server")); |
|
1415
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1409
diff
changeset
|
499 |
BtnNetSvrStart->setVisible(haveServer); |
1395 | 500 |
pageLayout->addWidget(BtnNetSvrStart, 4, 2); |
501 |
||
502 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
|
2377 | 503 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
504 |
ConnGroupBox = new QGroupBox(this); |
421 | 505 |
ConnGroupBox->setTitle(QGroupBox::tr("Net game")); |
506 |
pageLayout->addWidget(ConnGroupBox, 2, 0, 1, 3); |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
507 |
GBClayout = new QGridLayout(ConnGroupBox); |
646 | 508 |
GBClayout->setColumnStretch(0, 1); |
421 | 509 |
GBClayout->setColumnStretch(1, 1); |
510 |
GBClayout->setColumnStretch(2, 1); |
|
184 | 511 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
512 |
BtnNetConnect = new QPushButton(ConnGroupBox); |
184 | 513 |
BtnNetConnect->setFont(*font14); |
514 |
BtnNetConnect->setText(QPushButton::tr("Connect")); |
|
646 | 515 |
GBClayout->addWidget(BtnNetConnect, 2, 2); |
416 | 516 |
|
665 | 517 |
tvServersList = new QTableView(ConnGroupBox); |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
518 |
tvServersList->setSelectionBehavior(QAbstractItemView::SelectRows); |
665 | 519 |
GBClayout->addWidget(tvServersList, 1, 0, 1, 3); |
421 | 520 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
521 |
BtnUpdateSList = new QPushButton(ConnGroupBox); |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
522 |
BtnUpdateSList->setFont(*font14); |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
523 |
BtnUpdateSList->setText(QPushButton::tr("Update")); |
646 | 524 |
GBClayout->addWidget(BtnUpdateSList, 2, 0); |
314 | 525 |
|
653
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
526 |
BtnSpecifyServer = new QPushButton(ConnGroupBox); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
527 |
BtnSpecifyServer->setFont(*font14); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
528 |
BtnSpecifyServer->setText(QPushButton::tr("Specify")); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
529 |
GBClayout->addWidget(BtnSpecifyServer, 2, 1); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
530 |
|
668 | 531 |
connect(BtnNetConnect, SIGNAL(clicked()), this, SLOT(slotConnect())); |
184 | 532 |
} |
533 |
||
646 | 534 |
void PageNet::updateServersList() |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
535 |
{ |
1310 | 536 |
tvServersList->setModel(new HWNetUdpModel(tvServersList)); |
659 | 537 |
|
673 | 538 |
tvServersList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch); |
539 |
||
665 | 540 |
static_cast<HWNetServersModel *>(tvServersList->model())->updateList(); |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
541 |
|
665 | 542 |
connect(BtnUpdateSList, SIGNAL(clicked()), static_cast<HWNetServersModel *>(tvServersList->model()), SLOT(updateList())); |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
543 |
connect(tvServersList, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT(slotConnect())); |
646 | 544 |
} |
545 |
||
546 |
void PageNet::slotConnect() |
|
547 |
{ |
|
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
548 |
HWNetServersModel * model = static_cast<HWNetServersModel *>(tvServersList->model()); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
549 |
QModelIndex mi = tvServersList->currentIndex(); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
550 |
if(!mi.isValid()) |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
551 |
{ |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
552 |
QMessageBox::information(this, tr("Error"), tr("Please, select server from the list above")); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
553 |
return; |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
554 |
} |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
555 |
QString host = model->index(mi.row(), 1).data().toString(); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
556 |
quint16 port = model->index(mi.row(), 2).data().toUInt(); |
672
08ed55ea1e2a
- Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
unc0rr
parents:
671
diff
changeset
|
557 |
|
08ed55ea1e2a
- Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
unc0rr
parents:
671
diff
changeset
|
558 |
emit connectClicked(host, port); |
646 | 559 |
} |
560 |
||
1153 | 561 |
PageNetServer::PageNetServer(QWidget* parent) : AbstractPage(parent) |
646 | 562 |
{ |
563 |
QFont * font14 = new QFont("MS Shell Dlg", 14); |
|
564 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
565 |
pageLayout->setColumnStretch(0, 1); |
|
566 |
pageLayout->setColumnStretch(1, 1); |
|
567 |
pageLayout->setColumnStretch(2, 1); |
|
568 |
||
675 | 569 |
pageLayout->setRowStretch(0, 1); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
570 |
pageLayout->setRowStretch(1, 0); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
571 |
|
1153 | 572 |
BtnBack =addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
646 | 573 |
|
574 |
BtnStart = new QPushButton(this); |
|
575 |
BtnStart->setFont(*font14); |
|
576 |
BtnStart->setText(QPushButton::tr("Start")); |
|
675 | 577 |
pageLayout->addWidget(BtnStart, 1, 2); |
578 |
||
579 |
QWidget * wg = new QWidget(this); |
|
580 |
pageLayout->addWidget(wg, 0, 0, 1, 3); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
581 |
|
675 | 582 |
QGridLayout * wgLayout = new QGridLayout(wg); |
583 |
wgLayout->setColumnStretch(0, 1); |
|
584 |
wgLayout->setColumnStretch(1, 3); |
|
585 |
wgLayout->setColumnStretch(2, 1); |
|
586 |
||
587 |
wgLayout->setRowStretch(0, 0); |
|
588 |
wgLayout->setRowStretch(1, 1); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
589 |
|
675 | 590 |
QGroupBox * gb = new QGroupBox(wg); |
591 |
wgLayout->addWidget(gb, 0, 1); |
|
592 |
||
593 |
QGridLayout * gbLayout = new QGridLayout(gb); |
|
594 |
||
595 |
labelSD = new QLabel(gb); |
|
596 |
labelSD->setText(QLabel::tr("Server name:")); |
|
597 |
gbLayout->addWidget(labelSD, 0, 0); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
598 |
|
675 | 599 |
leServerDescr = new QLineEdit(gb); |
600 |
gbLayout->addWidget(leServerDescr, 0, 1); |
|
601 |
||
602 |
labelPort = new QLabel(gb); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
603 |
labelPort->setText(QLabel::tr("Server port:")); |
675 | 604 |
gbLayout->addWidget(labelPort, 1, 0); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
605 |
|
675 | 606 |
sbPort = new QSpinBox(gb); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
607 |
sbPort->setMinimum(0); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
608 |
sbPort->setMaximum(65535); |
675 | 609 |
gbLayout->addWidget(sbPort, 1, 1); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
610 |
|
675 | 611 |
BtnDefault = new QPushButton(gb); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
612 |
BtnDefault->setText(QPushButton::tr("default")); |
675 | 613 |
gbLayout->addWidget(BtnDefault, 1, 2); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
614 |
|
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
615 |
connect(BtnDefault, SIGNAL(clicked()), this, SLOT(setDefaultPort())); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
616 |
} |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
617 |
|
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
618 |
void PageNetServer::setDefaultPort() |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
619 |
{ |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
620 |
sbPort->setValue(46631); |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
621 |
} |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
622 |
|
1153 | 623 |
PageNetGame::PageNetGame(QWidget* parent) : AbstractPage(parent) |
184 | 624 |
{ |
625 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
452 | 626 |
pageLayout->setSizeConstraint(QLayout::SetMinimumSize); |
461 | 627 |
//pageLayout->setSpacing(1); |
463 | 628 |
pageLayout->setColumnStretch(0, 50); |
629 |
pageLayout->setColumnStretch(1, 50); |
|
322 | 630 |
|
461 | 631 |
// chatwidget |
632 |
pChatWidget = new HWChatWidget(this); |
|
1647 | 633 |
pageLayout->addWidget(pChatWidget, 1, 0, 1, 2); |
464 | 634 |
pageLayout->setRowStretch(1, 100); |
453 | 635 |
|
329
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
636 |
pGameCFG = new GameCFGWidget(this); |
322 | 637 |
pageLayout->addWidget(pGameCFG, 0, 0); |
329
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
638 |
|
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
639 |
pNetTeamsWidget = new TeamSelWidget(this); |
373 | 640 |
pNetTeamsWidget->setAcceptOuter(true); |
1647 | 641 |
pageLayout->addWidget(pNetTeamsWidget, 0, 1); |
184 | 642 |
|
1649 | 643 |
|
644 |
QHBoxLayout * bottomLayout = new QHBoxLayout; |
|
645 |
pageLayout->addLayout(bottomLayout, 3, 0, 1, 2); |
|
646 |
||
647 |
BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true); |
|
2377 | 648 |
|
646 | 649 |
BtnGo = new QPushButton(this); |
1677 | 650 |
BtnGo->setToolTip(QPushButton::tr("Ready")); |
1648 | 651 |
BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); |
652 |
BtnGo->setIconSize(QSize(25, 34)); |
|
1649 | 653 |
BtnGo->setMinimumWidth(50); |
654 |
BtnGo->setMinimumHeight(50); |
|
1951 | 655 |
bottomLayout->addWidget(BtnGo, 4); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
656 |
|
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
657 |
|
1951 | 658 |
BtnMaster = addButton(tr("Control"), bottomLayout, 2); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
659 |
QMenu * menu = new QMenu(BtnMaster); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
660 |
restrictJoins = new QAction(QAction::tr("Restrict Joins"), menu); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
661 |
restrictJoins->setCheckable(true); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
662 |
restrictTeamAdds = new QAction(QAction::tr("Restrict Team Additions"), menu); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
663 |
restrictTeamAdds->setCheckable(true); |
1951 | 664 |
//menu->addAction(startGame); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
665 |
menu->addAction(restrictJoins); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
666 |
menu->addAction(restrictTeamAdds); |
2377 | 667 |
|
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
668 |
BtnMaster->setMenu(menu); |
1649 | 669 |
|
1951 | 670 |
BtnStart = addButton(QAction::tr("Start"), bottomLayout, 3); |
671 |
||
1649 | 672 |
bottomLayout->insertStretch(1, 100); |
184 | 673 |
} |
187 | 674 |
|
1648 | 675 |
void PageNetGame::setReadyStatus(bool isReady) |
676 |
{ |
|
677 |
if(isReady) |
|
678 |
BtnGo->setIcon(QIcon(":/res/lightbulb_on.png")); |
|
679 |
else |
|
680 |
BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); |
|
681 |
} |
|
682 |
||
1649 | 683 |
void PageNetGame::setMasterMode(bool isMaster) |
684 |
{ |
|
685 |
BtnMaster->setVisible(isMaster); |
|
1951 | 686 |
BtnStart->setVisible(isMaster); |
1649 | 687 |
} |
688 |
||
1153 | 689 |
PageInfo::PageInfo(QWidget* parent) : AbstractPage(parent) |
187 | 690 |
{ |
691 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
692 |
pageLayout->setColumnStretch(0, 1); |
|
693 |
pageLayout->setColumnStretch(1, 1); |
|
694 |
pageLayout->setColumnStretch(2, 1); |
|
695 |
||
1153 | 696 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
187 | 697 |
|
698 |
about = new About(this); |
|
699 |
pageLayout->addWidget(about, 0, 0, 1, 3); |
|
700 |
} |
|
306 | 701 |
|
1150 | 702 |
PageSinglePlayer::PageSinglePlayer(QWidget* parent) : AbstractPage(parent) |
586 | 703 |
{ |
1443 | 704 |
QVBoxLayout * vLayout = new QVBoxLayout(this); |
705 |
QHBoxLayout * topLine = new QHBoxLayout(); |
|
706 |
QHBoxLayout * middleLine = new QHBoxLayout(); |
|
707 |
QHBoxLayout * bottomLine = new QHBoxLayout(); |
|
1444 | 708 |
vLayout->addStretch(); |
1443 | 709 |
vLayout->addLayout(topLine); |
1457 | 710 |
vLayout->addSpacing(30); |
1443 | 711 |
vLayout->addLayout(middleLine); |
1444 | 712 |
vLayout->addStretch(); |
1443 | 713 |
vLayout->addLayout(bottomLine); |
586 | 714 |
|
1457 | 715 |
topLine->addStretch(); |
1443 | 716 |
BtnSimpleGamePage = addButton(":/res/SimpleGame.png", topLine, 0, true); |
1450 | 717 |
BtnSimpleGamePage->setToolTip(tr("Simple Game (a quick game against the computer, settings are chosen for you)")); |
1457 | 718 |
topLine->addSpacing(60); |
1443 | 719 |
BtnMultiplayer = addButton(":/res/Multiplayer.png", topLine, 1, true); |
1450 | 720 |
BtnMultiplayer->setToolTip(tr("Multiplayer (play a hotseat game against your friends, or AI teams)")); |
1457 | 721 |
topLine->addStretch(); |
2377 | 722 |
|
1457 | 723 |
|
1443 | 724 |
BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 0, true); |
1450 | 725 |
BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT")); |
2377 | 726 |
|
1443 | 727 |
BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true); |
1444 | 728 |
bottomLine->addStretch(); |
729 |
||
1447 | 730 |
BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true); |
1450 | 731 |
BtnDemos->setToolTip(tr("Demos (Watch recorded demos)")); |
1443 | 732 |
BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true); |
733 |
BtnLoad->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
|
1450 | 734 |
BtnLoad->setToolTip(tr("Load (Load a previously saved game)")); |
586 | 735 |
} |
736 |
||
1153 | 737 |
PageTraining::PageTraining(QWidget* parent) : AbstractPage(parent) |
587 | 738 |
{ |
739 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
740 |
pageLayout->setColumnStretch(0, 1); |
|
741 |
pageLayout->setColumnStretch(1, 2); |
|
742 |
pageLayout->setColumnStretch(2, 1); |
|
743 |
||
744 |
BtnStartTrain = new QPushButton(this); |
|
745 |
BtnStartTrain->setFont(*font14); |
|
746 |
BtnStartTrain->setText(QPushButton::tr("Go!")); |
|
747 |
pageLayout->addWidget(BtnStartTrain, 1, 2); |
|
748 |
||
1153 | 749 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
587 | 750 |
} |
751 |
||
923
b3d097097b54
Use default ammostore string size for weapons number instead of predefined const
unc0rr
parents:
788
diff
changeset
|
752 |
PageSelectWeapon::PageSelectWeapon(QWidget* parent) : |
684 | 753 |
AbstractPage(parent) |
600 | 754 |
{ |
755 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
2377 | 756 |
|
2369
c3eb11f1ab3a
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr
parents:
2368
diff
changeset
|
757 |
pWeapons = new SelWeaponWidget(cAmmoNumber, this); |
718 | 758 |
pageLayout->addWidget(pWeapons, 0, 0, 1, 4); |
600 | 759 |
|
1168 | 760 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
730 | 761 |
BtnDefault = addButton(tr("Default"), pageLayout, 1, 1); |
762 |
BtnDelete = addButton(tr("Delete"), pageLayout, 1, 2); |
|
1168 | 763 |
BtnSave = addButton(":/res/Save.png", pageLayout, 1, 3, true); |
2368 | 764 |
BtnSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
765 |
||
766 |
connect(BtnDefault, SIGNAL(clicked()), pWeapons, SLOT(setDefault())); |
|
767 |
connect(BtnSave, SIGNAL(clicked()), pWeapons, SLOT(save())); |
|
600 | 768 |
} |
769 |
||
1249
b6670a6ea2d0
Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr
parents:
1240
diff
changeset
|
770 |
PageInGame::PageInGame(QWidget* parent) : |
686 | 771 |
AbstractPage(parent) |
772 |
{ |
|
773 |
QLabel * label = new QLabel(this); |
|
774 |
label->setText("In game..."); |
|
775 |
} |
|
1311 | 776 |
|
777 |
PageRoomsList::PageRoomsList(QWidget* parent) : |
|
778 |
AbstractPage(parent) |
|
779 |
{ |
|
1312 | 780 |
QGridLayout * pageLayout = new QGridLayout(this); |
1314 | 781 |
|
2428 | 782 |
QHBoxLayout * newRoomLayout = new QHBoxLayout(); |
2414 | 783 |
QLabel * roomNameLabel = new QLabel(this); |
784 |
roomNameLabel->setText(tr("Room Name:")); |
|
1314 | 785 |
roomName = new QLineEdit(this); |
1334
b58afaadf7ae
Send team removal message to others in room when client disconnects
unc0rr
parents:
1315
diff
changeset
|
786 |
roomName->setMaxLength(60); |
2414 | 787 |
newRoomLayout->addWidget(roomNameLabel); |
788 |
newRoomLayout->addWidget(roomName); |
|
789 |
pageLayout->addLayout(newRoomLayout, 0, 0); |
|
2377 | 790 |
|
1399 | 791 |
roomsList = new QTableWidget(this); |
2414 | 792 |
roomsList->setColumnCount(7); |
1399 | 793 |
roomsList->setSelectionBehavior(QAbstractItemView::SelectRows); |
794 |
roomsList->verticalHeader()->setVisible(false); |
|
795 |
roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive); |
|
1894 | 796 |
roomsList->setAlternatingRowColors(true); |
1522 | 797 |
pageLayout->addWidget(roomsList, 1, 0, 3, 1); |
1584
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
798 |
pageLayout->setRowStretch(2, 100); |
2377 | 799 |
|
1584
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
800 |
chatWidget = new HWChatWidget(this); |
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
801 |
pageLayout->addWidget(chatWidget, 4, 0, 1, 2); |
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
802 |
pageLayout->setRowStretch(4, 350); |
1522 | 803 |
|
1312 | 804 |
BtnCreate = addButton(tr("Create"), pageLayout, 0, 1); |
805 |
BtnJoin = addButton(tr("Join"), pageLayout, 1, 1); |
|
1522 | 806 |
BtnRefresh = addButton(tr("Refresh"), pageLayout, 3, 1); |
2377 | 807 |
|
1856
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
808 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 5, 0, true); |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
809 |
BtnAdmin = addButton(tr("Admin features"), pageLayout, 5, 1); |
1314 | 810 |
|
811 |
connect(BtnCreate, SIGNAL(clicked()), this, SLOT(onCreateClick())); |
|
812 |
connect(BtnJoin, SIGNAL(clicked()), this, SLOT(onJoinClick())); |
|
1315 | 813 |
connect(BtnRefresh, SIGNAL(clicked()), this, SLOT(onRefreshClick())); |
1314 | 814 |
connect(roomsList, SIGNAL(doubleClicked (const QModelIndex &)), this, SLOT(onJoinClick())); |
1311 | 815 |
} |
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
816 |
|
1856
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
817 |
void PageRoomsList::setAdmin(bool flag) |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
818 |
{ |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
819 |
BtnAdmin->setVisible(flag); |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
820 |
} |
1377 | 821 |
|
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
822 |
void PageRoomsList::setRoomsList(const QStringList & list) |
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
823 |
{ |
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
824 |
roomsList->clear(); |
1399 | 825 |
roomsList->setHorizontalHeaderLabels( |
826 |
QStringList() << |
|
2414 | 827 |
QTableWidget::tr("Room Name") << |
828 |
QTableWidget::tr("C") << |
|
829 |
QTableWidget::tr("T") << |
|
830 |
QTableWidget::tr("Owner") << |
|
831 |
QTableWidget::tr("Map") << |
|
832 |
QTableWidget::tr("Rules") << |
|
833 |
QTableWidget::tr("Weapons") |
|
1399 | 834 |
); |
1893 | 835 |
|
2414 | 836 |
// set resize modes |
837 |
roomsList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch); |
|
838 |
roomsList->horizontalHeader()->setResizeMode(1, QHeaderView::ResizeToContents); |
|
839 |
roomsList->horizontalHeader()->setResizeMode(2, QHeaderView::ResizeToContents); |
|
840 |
roomsList->horizontalHeader()->setResizeMode(3, QHeaderView::ResizeToContents); |
|
841 |
roomsList->horizontalHeader()->setResizeMode(4, QHeaderView::ResizeToContents); |
|
842 |
roomsList->horizontalHeader()->setResizeMode(5, QHeaderView::ResizeToContents); |
|
843 |
roomsList->horizontalHeader()->setResizeMode(6, QHeaderView::ResizeToContents); |
|
1893 | 844 |
|
2414 | 845 |
if (list.size() % 8) |
1399 | 846 |
return; |
847 |
||
2414 | 848 |
roomsList->setRowCount(list.size() / 8); |
849 |
for(int i = 0, r = 0; i < list.size(); i += 8, r++) |
|
850 |
{ |
|
851 |
QTableWidgetItem * item; |
|
852 |
item = new QTableWidgetItem(list[i + 1]); // room name |
|
853 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
854 |
||
855 |
// pick appropriate room icon and tooltip (game in progress yes/no; later maybe locked rooms etc.) |
|
856 |
if(list[i].compare("True")) |
|
857 |
{ |
|
858 |
item->setIcon(QIcon(":/res/iconTime.png"));// game is in lobby |
|
859 |
item->setToolTip(tr("This game is in lobby.\nYou may join and start playing once the game starts.")); |
|
860 |
} |
|
861 |
else |
|
1399 | 862 |
{ |
2414 | 863 |
item->setIcon(QIcon(":/res/iconDamage.png"));// game has started |
864 |
item->setToolTip(tr("This game is in progress.\nYou may join and spectate now but you'll have to wait for the game to end to start playing.")); |
|
1399 | 865 |
} |
2414 | 866 |
|
867 |
roomsList->setItem(r, 0, item); |
|
868 |
||
869 |
item = new QTableWidgetItem(list[i + 2]); // number of clients |
|
870 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
871 |
item->setTextAlignment(Qt::AlignCenter); |
|
872 |
item->setToolTip(tr("There are %1 clients connected to this room.").arg(list[i + 2])); |
|
873 |
roomsList->setItem(r, 1, item); |
|
874 |
||
875 |
item = new QTableWidgetItem(list[i + 3]); // number of teams |
|
876 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
877 |
item->setTextAlignment(Qt::AlignCenter); |
|
878 |
item->setToolTip(tr("There are %1 teams participating in this room.").arg(list[i + 3])); |
|
879 |
roomsList->setItem(r, 2, item); |
|
880 |
||
881 |
item = new QTableWidgetItem(list[i + 4]); // name of host |
|
882 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
883 |
item->setToolTip(tr("%1 is the host. He may adjust settings and start the game.").arg(list[i + 4])); |
|
884 |
roomsList->setItem(r, 3, item); |
|
885 |
||
886 |
if(list[i + 5].compare("+rnd+")) |
|
887 |
item = new QTableWidgetItem(list[i + 5]); // selected map |
|
888 |
else |
|
889 |
item = new QTableWidgetItem(tr("Random Map")); // selected map (is randomized) |
|
890 |
||
891 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
892 |
item->setToolTip(tr("Games may be played on precreated or randomized maps.")); |
|
893 |
roomsList->setItem(r, 4, item); |
|
894 |
||
895 |
item = new QTableWidgetItem(list[i + 6]); // selected game scheme |
|
896 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
897 |
item->setToolTip(tr("The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism.")); |
|
898 |
roomsList->setItem(r, 5, item); |
|
899 |
||
900 |
item = new QTableWidgetItem(list[i + 7]); // selected weapon scheme |
|
901 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
902 |
item->setToolTip(tr("The Weapon Scheme defines available weapons and their ammunition count.")); |
|
903 |
roomsList->setItem(r, 6, item); |
|
904 |
||
905 |
} |
|
906 |
roomsList->resizeColumnsToContents(); |
|
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
907 |
} |
1314 | 908 |
|
909 |
void PageRoomsList::onCreateClick() |
|
910 |
{ |
|
911 |
if (roomName->text().size()) |
|
912 |
emit askForCreateRoom(roomName->text()); |
|
913 |
else |
|
914 |
QMessageBox::critical(this, |
|
915 |
tr("Error"), |
|
1315 | 916 |
tr("Please, enter room name"), |
1314 | 917 |
tr("OK")); |
918 |
} |
|
919 |
||
920 |
void PageRoomsList::onJoinClick() |
|
921 |
{ |
|
1399 | 922 |
QTableWidgetItem * curritem = roomsList->item(roomsList->currentRow(), 0); |
1314 | 923 |
if (!curritem) |
924 |
{ |
|
925 |
QMessageBox::critical(this, |
|
926 |
tr("Error"), |
|
927 |
tr("Please, select room from the list"), |
|
928 |
tr("OK")); |
|
929 |
return ; |
|
930 |
} |
|
931 |
emit askForJoinRoom(curritem->data(Qt::DisplayRole).toString()); |
|
932 |
} |
|
933 |
||
1315 | 934 |
void PageRoomsList::onRefreshClick() |
935 |
{ |
|
936 |
emit askForRoomList(); |
|
937 |
} |
|
938 |
||
1800 | 939 |
|
940 |
PageConnecting::PageConnecting(QWidget* parent) : |
|
941 |
AbstractPage(parent) |
|
942 |
{ |
|
943 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1904 | 944 |
|
945 |
QLabel * lblConnecting = new QLabel(this); |
|
946 |
lblConnecting->setText(tr("Connecting...")); |
|
947 |
pageLayout->addWidget(lblConnecting); |
|
1800 | 948 |
} |
1884 | 949 |
|
950 |
PageScheme::PageScheme(QWidget* parent) : |
|
951 |
AbstractPage(parent) |
|
952 |
{ |
|
953 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1943 | 954 |
QGroupBox * gb = new QGroupBox(this); |
2377 | 955 |
|
1932 | 956 |
QGridLayout * gl = new QGridLayout(); |
957 |
gb->setLayout(gl); |
|
1943 | 958 |
QSizePolicy sp; |
959 |
sp.setVerticalPolicy(QSizePolicy::MinimumExpanding); |
|
960 |
sp.setHorizontalPolicy(QSizePolicy::Expanding); |
|
1885 | 961 |
|
1932 | 962 |
pageLayout->addWidget(gb, 1,0,13,4); |
2377 | 963 |
|
1984 | 964 |
gbGameModes = new QGroupBox(QGroupBox::tr("Game Modifiers"), gb); |
965 |
gbBasicSettings = new QGroupBox(QGroupBox::tr("Basic Settings"), gb); |
|
1943 | 966 |
|
967 |
gbGameModes->setStyleSheet(".QGroupBox {" |
|
968 |
"background-color: #130f2c; background-image:url();" |
|
969 |
"}"); |
|
970 |
gbBasicSettings->setStyleSheet(".QGroupBox {" |
|
971 |
"background-color: #130f2c; background-image:url();" |
|
972 |
"}"); |
|
973 |
||
974 |
gbGameModes->setSizePolicy(sp); |
|
975 |
gbBasicSettings->setSizePolicy(sp); |
|
976 |
gl->addWidget(gbGameModes,0,0,1,3,Qt::AlignTop); |
|
977 |
gl->addWidget(gbBasicSettings,0,3,1,3,Qt::AlignTop); |
|
2377 | 978 |
|
1932 | 979 |
QGridLayout * glGMLayout = new QGridLayout(gbGameModes); |
980 |
QGridLayout * glBSLayout = new QGridLayout(gbBasicSettings); |
|
981 |
gbGameModes->setLayout(glGMLayout); |
|
982 |
gbBasicSettings->setLayout(glBSLayout); |
|
983 |
// Left |
|
2377 | 984 |
|
1932 | 985 |
TBW_mode_Forts = new ToggleButtonWidget(gbGameModes, ":/res/btnForts.png"); |
986 |
TBW_mode_Forts->setText(ToggleButtonWidget::tr("Fort Mode")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
987 |
TBW_mode_Forts->setToolTip(tr("Defend your fort and destroy the opponents, two team colours max!")); |
1932 | 988 |
glGMLayout->addWidget(TBW_mode_Forts,0,0,1,1); |
1885 | 989 |
|
1932 | 990 |
TBW_teamsDivide = new ToggleButtonWidget(gbGameModes, ":/res/btnTeamsDivide.png"); |
991 |
TBW_teamsDivide->setText(ToggleButtonWidget::tr("Divide Teams")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
992 |
TBW_teamsDivide->setToolTip(tr("Teams will start on opposite sides of the terrain, two team colours max!")); |
1932 | 993 |
glGMLayout->addWidget(TBW_teamsDivide,0,1,1,1); |
1885 | 994 |
|
1932 | 995 |
TBW_solid = new ToggleButtonWidget(gbGameModes, ":/res/btnSolid.png"); |
996 |
TBW_solid->setText(ToggleButtonWidget::tr("Solid Land")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
997 |
TBW_solid->setToolTip(tr("Land can not be destroyed!")); |
1932 | 998 |
glGMLayout->addWidget(TBW_solid,0,2,1,1); |
1885 | 999 |
|
1932 | 1000 |
TBW_border = new ToggleButtonWidget(gbGameModes, ":/res/btnBorder.png"); |
1001 |
TBW_border->setText(ToggleButtonWidget::tr("Add Border")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1002 |
TBW_border->setToolTip(tr("Add an indestructable border around the terrain")); |
1932 | 1003 |
glGMLayout->addWidget(TBW_border,0,3,1,1); |
1895 | 1004 |
|
1932 | 1005 |
TBW_lowGravity = new ToggleButtonWidget(gbGameModes, ":/res/btnLowGravity.png"); |
1006 |
TBW_lowGravity->setText(ToggleButtonWidget::tr("Low Gravity")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1007 |
TBW_lowGravity->setToolTip(tr("Lower gravity")); |
1932 | 1008 |
glGMLayout->addWidget(TBW_lowGravity,1,0,1,1); |
1009 |
||
1010 |
TBW_laserSight = new ToggleButtonWidget(gbGameModes, ":/res/btnLaserSight.png"); |
|
1011 |
TBW_laserSight->setText(ToggleButtonWidget::tr("Laser Sight")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1012 |
TBW_laserSight->setToolTip(tr("Assisted aiming with laser sight")); |
1932 | 1013 |
glGMLayout->addWidget(TBW_laserSight,1,1,1,1); |
1895 | 1014 |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1015 |
TBW_invulnerable = new ToggleButtonWidget(gbGameModes, ":/res/btnInvulnerable.png"); |
1932 | 1016 |
TBW_invulnerable->setText(ToggleButtonWidget::tr("Invulnerable")); |
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1017 |
TBW_invulnerable->setToolTip(tr("All hogs have a personal forcefield")); |
1932 | 1018 |
glGMLayout->addWidget(TBW_invulnerable,1,2,1,1); |
1019 |
||
1020 |
TBW_mines = new ToggleButtonWidget(gbGameModes, ":/res/btnMines.png"); |
|
1021 |
TBW_mines->setText(ToggleButtonWidget::tr("Add Mines")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1022 |
TBW_mines->setToolTip(tr("Enable random mines")); |
1932 | 1023 |
glGMLayout->addWidget(TBW_mines,1,3,1,1); |
1895 | 1024 |
|
2017 | 1025 |
TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric.png"); |
1026 |
TBW_vampiric->setText(ToggleButtonWidget::tr("Vampirism")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1027 |
TBW_vampiric->setToolTip(tr("Gain 80% of the damage you do back in health")); |
2017 | 1028 |
glGMLayout->addWidget(TBW_vampiric,2,0,1,1); |
1029 |
||
1030 |
TBW_karma = new ToggleButtonWidget(gbGameModes, ":/res/btnKarma.png"); |
|
1031 |
TBW_karma->setText(ToggleButtonWidget::tr("Karma")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1032 |
TBW_karma->setToolTip(tr("Share your opponents pain, share their damage")); |
2017 | 1033 |
glGMLayout->addWidget(TBW_karma,2,1,1,1); |
1034 |
||
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1035 |
TBW_artillery = new ToggleButtonWidget(gbGameModes, ":/res/btnArtillery.png"); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1036 |
TBW_artillery->setText(ToggleButtonWidget::tr("Artillery")); |
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1037 |
TBW_artillery->setToolTip(tr("Your hogs are unable to move, put your artillery skills to the test")); |
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1038 |
glGMLayout->addWidget(TBW_artillery,2,2,1,1); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1039 |
|
1932 | 1040 |
// Right |
1041 |
QLabel * l; |
|
2377 | 1042 |
|
1932 | 1043 |
l = new QLabel(gbBasicSettings); |
1044 |
l->setText(QLabel::tr("Damage Modifier")); |
|
1933 | 1045 |
l->setWordWrap(true); |
1932 | 1046 |
glBSLayout->addWidget(l,0,0,1,1); |
1047 |
l = new QLabel(gbBasicSettings); |
|
1048 |
l->setFixedSize(32,32); |
|
1049 |
l->setPixmap(QPixmap(":/res/iconDamage.png")); |
|
1943 | 1050 |
glBSLayout->addWidget(l,0,1,1,1); |
2377 | 1051 |
|
1932 | 1052 |
SB_DamageModifier = new QSpinBox(gbBasicSettings); |
1895 | 1053 |
SB_DamageModifier->setRange(10, 300); |
1054 |
SB_DamageModifier->setValue(100); |
|
1055 |
SB_DamageModifier->setSingleStep(25); |
|
1943 | 1056 |
glBSLayout->addWidget(SB_DamageModifier,0,2,1,1); |
1932 | 1057 |
|
1058 |
l = new QLabel(gbBasicSettings); |
|
1059 |
l->setText(QLabel::tr("Turn Time")); |
|
1933 | 1060 |
l->setWordWrap(true); |
1932 | 1061 |
glBSLayout->addWidget(l,1,0,1,1); |
1062 |
l = new QLabel(gbBasicSettings); |
|
1063 |
l->setFixedSize(32,32); |
|
1064 |
l->setPixmap(QPixmap(":/res/iconTime.png")); |
|
1943 | 1065 |
glBSLayout->addWidget(l,1,1,1,1); |
2377 | 1066 |
|
1932 | 1067 |
SB_TurnTime = new QSpinBox(gbBasicSettings); |
1885 | 1068 |
SB_TurnTime->setRange(1, 99); |
1069 |
SB_TurnTime->setValue(45); |
|
1070 |
SB_TurnTime->setSingleStep(15); |
|
1943 | 1071 |
glBSLayout->addWidget(SB_TurnTime,1,2,1,1); |
2377 | 1072 |
|
1932 | 1073 |
l = new QLabel(gbBasicSettings); |
1074 |
l->setText(QLabel::tr("Initial Health")); |
|
1933 | 1075 |
l->setWordWrap(true); |
1932 | 1076 |
glBSLayout->addWidget(l,2,0,1,1); |
1077 |
l = new QLabel(gbBasicSettings); |
|
1078 |
l->setFixedSize(32,32); |
|
1079 |
l->setPixmap(QPixmap(":/res/iconHealth.png")); |
|
1943 | 1080 |
glBSLayout->addWidget(l,2,1,1,1); |
2377 | 1081 |
|
1932 | 1082 |
SB_InitHealth = new QSpinBox(gbBasicSettings); |
1885 | 1083 |
SB_InitHealth->setRange(50, 200); |
1084 |
SB_InitHealth->setValue(100); |
|
1085 |
SB_InitHealth->setSingleStep(25); |
|
1943 | 1086 |
glBSLayout->addWidget(SB_InitHealth,2,2,1,1); |
2377 | 1087 |
|
1932 | 1088 |
l = new QLabel(gbBasicSettings); |
1089 |
l->setText(QLabel::tr("Sudden Death Timeout")); |
|
1933 | 1090 |
l->setWordWrap(true); |
1932 | 1091 |
glBSLayout->addWidget(l,3,0,1,1); |
1092 |
l = new QLabel(gbBasicSettings); |
|
1093 |
l->setFixedSize(32,32); |
|
1094 |
l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); |
|
1943 | 1095 |
glBSLayout->addWidget(l,3,1,1,1); |
1932 | 1096 |
|
1097 |
SB_SuddenDeath = new QSpinBox(gbBasicSettings); |
|
1885 | 1098 |
SB_SuddenDeath->setRange(0, 50); |
1099 |
SB_SuddenDeath->setValue(15); |
|
1100 |
SB_SuddenDeath->setSingleStep(3); |
|
1943 | 1101 |
glBSLayout->addWidget(SB_SuddenDeath,3,2,1,1); |
2377 | 1102 |
|
1932 | 1103 |
l = new QLabel(gbBasicSettings); |
1943 | 1104 |
l->setText(QLabel::tr("Crate Drops")); |
1933 | 1105 |
l->setWordWrap(true); |
1932 | 1106 |
glBSLayout->addWidget(l,4,0,1,1); |
1107 |
l = new QLabel(gbBasicSettings); |
|
1108 |
l->setFixedSize(32,32); |
|
1109 |
l->setPixmap(QPixmap(":/res/iconBox.png")); |
|
1943 | 1110 |
glBSLayout->addWidget(l,4,1,1,1); |
1932 | 1111 |
|
1112 |
SB_CaseProb = new FreqSpinBox(gbBasicSettings); |
|
1885 | 1113 |
SB_CaseProb->setRange(0, 9); |
1114 |
SB_CaseProb->setValue(5); |
|
1943 | 1115 |
glBSLayout->addWidget(SB_CaseProb,4,2,1,1); |
1932 | 1116 |
|
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1117 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1118 |
l->setText(QLabel::tr("Mines Time")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1119 |
l->setWordWrap(true); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1120 |
glBSLayout->addWidget(l,5,0,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1121 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1122 |
l->setFixedSize(32,32); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1123 |
l->setPixmap(QPixmap(":/res/iconTime.png")); // TODO: icon |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1124 |
glBSLayout->addWidget(l,5,1,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1125 |
SB_MinesTime = new QSpinBox(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1126 |
SB_MinesTime->setRange(-1, 3); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1127 |
SB_MinesTime->setValue(3); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1128 |
SB_MinesTime->setSingleStep(1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1129 |
SB_MinesTime->setSpecialValueText(tr("Random")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1130 |
SB_MinesTime->setSuffix(" "+ tr("Seconds")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1131 |
glBSLayout->addWidget(SB_MinesTime,5,2,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1132 |
|
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1133 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1134 |
l->setText(QLabel::tr("Mines")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1135 |
l->setWordWrap(true); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1136 |
glBSLayout->addWidget(l,6,0,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1137 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1138 |
l->setFixedSize(32,32); |
2036 | 1139 |
l->setPixmap(QPixmap(":/res/iconMine.png")); // TODO: icon |
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1140 |
glBSLayout->addWidget(l,6,1,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1141 |
SB_Mines = new QSpinBox(gbBasicSettings); |
2076
aa3263e57b8f
increase # of mines to 50, limit max depth of drowning damage tag
nemo
parents:
2072
diff
changeset
|
1142 |
SB_Mines->setRange(1, 50); |
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1143 |
SB_Mines->setValue(1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1144 |
SB_Mines->setSingleStep(5); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1145 |
glBSLayout->addWidget(SB_Mines,6,2,1,1); |
1932 | 1146 |
|
1147 |
l = new QLabel(gbBasicSettings); |
|
1148 |
l->setText(QLabel::tr("Scheme Name:")); |
|
1885 | 1149 |
|
1150 |
LE_name = new QLineEdit(this); |
|
2377 | 1151 |
|
1943 | 1152 |
gl->addWidget(LE_name,14,1,1,5); |
1932 | 1153 |
gl->addWidget(l,14,0,1,1); |
1885 | 1154 |
|
1155 |
mapper = new QDataWidgetMapper(this); |
|
1887 | 1156 |
|
1895 | 1157 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 15, 0, true); |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1158 |
BtnNew = addButton(tr("New"), pageLayout, 15, 2); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1159 |
BtnDelete = addButton(tr("Delete"), pageLayout, 15, 3); |
1887 | 1160 |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1161 |
selectScheme = new QComboBox(this); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1162 |
pageLayout->addWidget(selectScheme, 15, 1); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1163 |
|
1889 | 1164 |
connect(BtnNew, SIGNAL(clicked()), this, SLOT(newRow())); |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1165 |
connect(BtnDelete, SIGNAL(clicked()), this, SLOT(deleteRow())); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1166 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), mapper, SLOT(setCurrentIndex(int))); |
1984 | 1167 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), this, SLOT(schemeSelected(int))); |
1887 | 1168 |
} |
1169 |
||
1170 |
void PageScheme::setModel(QAbstractItemModel * model) |
|
1171 |
{ |
|
1172 |
mapper->setModel(model); |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1173 |
selectScheme->setModel(model); |
2377 | 1174 |
|
1885 | 1175 |
mapper->addMapping(LE_name, 0); |
1932 | 1176 |
mapper->addMapping(TBW_mode_Forts->button(), 1); |
1177 |
mapper->addMapping(TBW_teamsDivide->button(), 2); |
|
1178 |
mapper->addMapping(TBW_solid->button(), 3); |
|
1179 |
mapper->addMapping(TBW_border->button(), 4); |
|
1180 |
mapper->addMapping(TBW_lowGravity->button(), 5); |
|
1181 |
mapper->addMapping(TBW_laserSight->button(), 6); |
|
1182 |
mapper->addMapping(TBW_invulnerable->button(), 7); |
|
1183 |
mapper->addMapping(TBW_mines->button(), 8); |
|
2017 | 1184 |
mapper->addMapping(TBW_vampiric->button(), 9); |
1185 |
mapper->addMapping(TBW_karma->button(), 10); |
|
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1186 |
mapper->addMapping(TBW_artillery->button(), 11); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1187 |
mapper->addMapping(SB_DamageModifier, 12); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1188 |
mapper->addMapping(SB_TurnTime, 13); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1189 |
mapper->addMapping(SB_InitHealth, 14); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1190 |
mapper->addMapping(SB_SuddenDeath, 15); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1191 |
mapper->addMapping(SB_CaseProb, 16); |
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1192 |
mapper->addMapping(SB_MinesTime, 17); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1193 |
mapper->addMapping(SB_Mines, 18); |
1887 | 1194 |
|
1195 |
mapper->toFirst(); |
|
1884 | 1196 |
} |
1889 | 1197 |
|
1198 |
void PageScheme::newRow() |
|
1199 |
{ |
|
1200 |
QAbstractItemModel * model = mapper->model(); |
|
1201 |
model->insertRow(model->rowCount()); |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1202 |
selectScheme->setCurrentIndex(model->rowCount() - 1); |
1889 | 1203 |
} |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1204 |
|
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1205 |
void PageScheme::deleteRow() |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1206 |
{ |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1207 |
QAbstractItemModel * model = mapper->model(); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1208 |
model->removeRow(selectScheme->currentIndex()); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1209 |
} |
1905 | 1210 |
|
1984 | 1211 |
void PageScheme::schemeSelected(int n) |
1212 |
{ |
|
2093
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1213 |
gbGameModes->setEnabled(n >= 5); // FIXME: derive number from model |
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1214 |
gbBasicSettings->setEnabled(n >= 5); |
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1215 |
LE_name->setEnabled(n >= 5); |
1984 | 1216 |
} |
1217 |
||
1905 | 1218 |
///////////////////////////////////////////////// |
1219 |
||
1220 |
PageAdmin::PageAdmin(QWidget* parent) : |
|
1221 |
AbstractPage(parent) |
|
1222 |
{ |
|
1223 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1224 |
||
1924 | 1225 |
QLabel * lblSM = new QLabel(this); |
1226 |
lblSM->setText(tr("Server message:")); |
|
1227 |
pageLayout->addWidget(lblSM, 0, 0); |
|
1228 |
||
1229 |
leServerMessage = new QLineEdit(this); |
|
1230 |
pageLayout->addWidget(leServerMessage, 0, 1); |
|
1231 |
||
1232 |
pbSetSM = addButton(tr("Set message"), pageLayout, 0, 2); |
|
2155
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1233 |
pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 1, 0); |
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1234 |
|
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1235 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
1924 | 1236 |
|
1237 |
connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged())); |
|
1905 | 1238 |
} |
1924 | 1239 |
|
1240 |
void PageAdmin::smChanged() |
|
1241 |
{ |
|
1242 |
emit setServerMessage(leServerMessage->text()); |
|
1243 |
} |
|
1244 |
||
1245 |
void PageAdmin::serverMessage(const QString & str) |
|
1246 |
{ |
|
1247 |
leServerMessage->setText(str); |
|
1248 |
} |
|
1950 | 1249 |
|
1250 |
///////////////////////////////////////////////// |
|
1251 |
||
1252 |
PageNetType::PageNetType(QWidget* parent) : AbstractPage(parent) |
|
1253 |
{ |
|
1254 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1255 |
pageLayout->setRowStretch(0, 10); |
|
1977 | 1256 |
pageLayout->setRowStretch(3, 10); |
1257 |
||
1258 |
pageLayout->setColumnStretch(1, 10); |
|
1259 |
pageLayout->setColumnStretch(2, 20); |
|
1260 |
pageLayout->setColumnStretch(3, 10); |
|
1950 | 1261 |
|
1977 | 1262 |
BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2); |
1263 |
BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2); |
|
1950 | 1264 |
|
1977 | 1265 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
1950 | 1266 |
} |