author | koda |
Tue, 30 Jun 2009 17:02:41 +0000 | |
changeset 2216 | 82e7da49c26a |
parent 2194 | 1597710c6118 |
child 2261 | 57e99c908e7c |
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 |
|
684 | 65 |
PageMain::PageMain(QWidget* parent) : |
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;}"); |
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); |
|
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); |
|
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
133 |
|
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); |
|
149 |
||
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); |
1252 | 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); |
1287 | 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); |
2216
82e7da49c26a
-Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
koda
parents:
2194
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")); |
1287 | 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); |
|
1389 | 246 |
page_A = new QWidget(this); |
184 | 247 |
BindsBox->addItem(page_A, QToolBox::tr("Actions")); |
1389 | 248 |
page_W = new QWidget(this); |
184 | 249 |
BindsBox->addItem(page_W, QToolBox::tr("Weapons")); |
1389 | 250 |
page_WP = new QWidget(this); |
184 | 251 |
BindsBox->addItem(page_WP, QToolBox::tr("Weapon properties")); |
1389 | 252 |
page_O = new QWidget(this); |
184 | 253 |
BindsBox->addItem(page_O, QToolBox::tr("Other")); |
1252 | 254 |
page2Layout->addWidget(GBoxBinds, 0, 0); |
184 | 255 |
|
256 |
QStringList binds; |
|
257 |
for(int i = 0; strlen(sdlkeys[i][1]) > 0; i++) |
|
258 |
{ |
|
259 |
binds << sdlkeys[i][1]; |
|
260 |
} |
|
261 |
||
262 |
quint16 widind = 0, i = 0; |
|
263 |
while (i < BINDS_NUMBER) { |
|
264 |
quint16 num = 0; |
|
1389 | 265 |
QWidget * curW = BindsBox->widget(widind); |
266 |
QGridLayout * pagelayout = new QGridLayout(curW); |
|
184 | 267 |
do { |
1389 | 268 |
LBind[i] = new QLabel(curW); |
184 | 269 |
LBind[i]->setText(QApplication::translate("binds", cbinds[i].name)); |
270 |
LBind[i]->setAlignment(Qt::AlignRight); |
|
271 |
pagelayout->addWidget(LBind[i], num, 0); |
|
1389 | 272 |
CBBind[i] = new QComboBox(curW); |
184 | 273 |
CBBind[i]->addItems(binds); |
274 |
pagelayout->addWidget(CBBind[i], num, 1); |
|
275 |
num++; |
|
276 |
} while (!cbinds[i++].chwidget); |
|
1389 | 277 |
pagelayout->addWidget(new QWidget(curW), num, 0, 1, 2); |
184 | 278 |
widind++; |
279 |
} |
|
280 |
} |
|
281 |
||
282 |
void PageEditTeam::CBFort_activated(const QString & fortname) |
|
283 |
{ |
|
284 |
QPixmap pix(datadir->absolutePath() + "/Forts/" + fortname + "L.png"); |
|
285 |
FortPreview->setPixmap(pix); |
|
286 |
} |
|
287 |
||
1684 | 288 |
void PageEditTeam::testSound() |
289 |
{ |
|
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
|
290 |
int sound; |
1684 | 291 |
QDir tmpdir; |
292 |
tmpdir.cd(datadir->absolutePath()); |
|
293 |
tmpdir.cd("Sounds/voices"); |
|
294 |
tmpdir.cd(CBVoicepack->currentText()); |
|
2191 | 295 |
QStringList list = tmpdir.entryList(QStringList() << "Illgetyou.ogg" << "Incoming.ogg" << "Stupid.ogg" << "Coward.ogg" << "Firstblood.ogg", QDir::Files); |
296 |
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
|
297 |
sound = openal_loadfile(QString(tmpdir.absolutePath() + "/" + list[rand() % list.size()]).toLocal8Bit().constData()); |
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
|
298 |
openal_playsound(sound); |
2191 | 299 |
} |
1684 | 300 |
} |
301 |
||
1287 | 302 |
PageMultiplayer::PageMultiplayer(QWidget* parent) : |
692 | 303 |
AbstractPage(parent) |
184 | 304 |
{ |
305 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
306 |
||
1218 | 307 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
187 | 308 |
|
184 | 309 |
gameCFG = new GameCFGWidget(this); |
310 |
pageLayout->addWidget(gameCFG, 0, 0, 1, 2); |
|
696 | 311 |
|
1218 | 312 |
pageLayout->setRowStretch(1, 1); |
313 |
||
184 | 314 |
teamsSelect = new TeamSelWidget(this); |
1218 | 315 |
pageLayout->addWidget(teamsSelect, 0, 2, 2, 2); |
184 | 316 |
|
1218 | 317 |
BtnStartMPGame = addButton(tr("Start"), pageLayout, 2, 3); |
184 | 318 |
} |
319 |
||
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
|
320 |
PageOptions::PageOptions(QWidget* parent) : |
692 | 321 |
AbstractPage(parent) |
184 | 322 |
{ |
323 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
427 | 324 |
pageLayout->setColumnStretch(0, 100); |
325 |
pageLayout->setColumnStretch(1, 100); |
|
326 |
pageLayout->setColumnStretch(2, 100); |
|
327 |
pageLayout->setRowStretch(0, 0); |
|
1644 | 328 |
pageLayout->setRowStretch(1, 100); |
719 | 329 |
pageLayout->setRowStretch(2, 0); |
1644 | 330 |
pageLayout->setContentsMargins(7, 7, 7, 0); |
331 |
pageLayout->setSpacing(0); |
|
427 | 332 |
|
1198 | 333 |
|
334 |
QGroupBox * gbTwoBoxes = new QGroupBox(this); |
|
335 |
pageLayout->addWidget(gbTwoBoxes, 0, 0, 1, 3); |
|
1644 | 336 |
QGridLayout * gbTBLayout = new QGridLayout(gbTwoBoxes); |
337 |
gbTBLayout->setMargin(0); |
|
338 |
gbTBLayout->setSpacing(0); |
|
1198 | 339 |
{ |
340 |
teamsBox = new IconedGroupBox(this); |
|
2072
6e0fcbcc3f60
Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents:
2071
diff
changeset
|
341 |
//teamsBox->setAttribute(Qt::WA_PaintOnScreen, true); |
1198 | 342 |
teamsBox->setIcon(QIcon(":/res/teamicon.png")); |
343 |
teamsBox->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
344 |
teamsBox->setTitle(QGroupBox::tr("Teams")); |
|
345 |
||
1644 | 346 |
QVBoxLayout * GBTlayout = new QVBoxLayout(teamsBox); |
1198 | 347 |
|
348 |
CBTeamName = new QComboBox(teamsBox); |
|
1644 | 349 |
GBTlayout->addWidget(CBTeamName); |
184 | 350 |
|
1644 | 351 |
QHBoxLayout * layout1 = new QHBoxLayout; |
352 |
GBTlayout->addLayout(layout1); |
|
353 |
BtnNewTeam = addButton(tr("New team"), layout1, 0); |
|
354 |
BtnEditTeam = addButton(tr("Edit team"), layout1, 1); |
|
355 |
layout1->setStretchFactor(BtnNewTeam, 100); |
|
356 |
layout1->setStretchFactor(BtnEditTeam, 100); |
|
357 |
||
358 |
QHBoxLayout * layout2 = new QHBoxLayout; |
|
359 |
GBTlayout->addLayout(layout2); |
|
1199 | 360 |
|
361 |
labelNN = new QLabel(teamsBox); |
|
362 |
labelNN->setText(QLabel::tr("Net nick")); |
|
1644 | 363 |
layout2->addWidget(labelNN); |
1199 | 364 |
|
365 |
editNetNick = new QLineEdit(teamsBox); |
|
366 |
editNetNick->setMaxLength(20); |
|
367 |
editNetNick->setText(QLineEdit::tr("unnamed")); |
|
1644 | 368 |
layout2->addWidget(editNetNick); |
1199 | 369 |
|
1644 | 370 |
gbTBLayout->addWidget(teamsBox, 0, 0); |
1198 | 371 |
} |
184 | 372 |
|
1198 | 373 |
{ |
374 |
IconedGroupBox* groupWeapons = new IconedGroupBox(this); |
|
1810 | 375 |
groupWeapons->setContentTopPadding(0); |
1199 | 376 |
groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
1198 | 377 |
groupWeapons->setIcon(QIcon(":/res/weaponsicon.png")); |
1199 | 378 |
//groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
1198 | 379 |
groupWeapons->setTitle(QGroupBox::tr("Weapons")); |
380 |
QGridLayout * WeaponsLayout = new QGridLayout(groupWeapons); |
|
184 | 381 |
|
1198 | 382 |
WeaponsButt = addButton(tr("Weapons set"), WeaponsLayout, 1, 0); |
383 |
WeaponsName = new QComboBox(this); |
|
384 |
WeaponsLayout->addWidget(WeaponsName, 0, 0, 1, 2); |
|
385 |
WeaponEdit = addButton(tr("Edit"), WeaponsLayout, 1, 1); |
|
1644 | 386 |
gbTBLayout->addWidget(groupWeapons, 1, 0); |
1198 | 387 |
} |
184 | 388 |
|
1644 | 389 |
{ |
390 |
AGGroupBox = new IconedGroupBox(this); |
|
391 |
AGGroupBox->setIcon(QIcon(":/res/graphicsicon.png")); |
|
392 |
AGGroupBox->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
393 |
AGGroupBox->setTitle(QGroupBox::tr("Audio/Graphic options")); |
|
184 | 394 |
|
1644 | 395 |
QVBoxLayout * GBAlayout = new QVBoxLayout(AGGroupBox); |
396 |
QHBoxLayout * GBAreslayout = new QHBoxLayout(0); |
|
397 |
QLabel * resolution = new QLabel(AGGroupBox); |
|
398 |
resolution->setText(QLabel::tr("Resolution")); |
|
399 |
GBAreslayout->addWidget(resolution); |
|
427 | 400 |
|
1644 | 401 |
CBResolution = new QComboBox(AGGroupBox); |
402 |
GBAreslayout->addWidget(CBResolution); |
|
403 |
GBAlayout->addLayout(GBAreslayout); |
|
427 | 404 |
|
1644 | 405 |
QHBoxLayout * GBAfpslayout = new QHBoxLayout(0); |
406 |
QLabel * maxfps = new QLabel(AGGroupBox); |
|
407 |
maxfps->setText(QLabel::tr("FPS limit")); |
|
408 |
GBAfpslayout->addWidget(maxfps); |
|
409 |
GBAlayout->addLayout(GBAfpslayout); |
|
184 | 410 |
|
1812 | 411 |
CBReduceQuality = new QCheckBox(AGGroupBox); |
412 |
CBReduceQuality->setText(QCheckBox::tr("Reduce Quality")); |
|
413 |
GBAlayout->addWidget(CBReduceQuality); |
|
414 |
||
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
415 |
CBFrontendEffects = new QCheckBox(AGGroupBox); |
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
416 |
CBFrontendEffects->setText(QCheckBox::tr("Frontend Effects (Requires Restart)")); |
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
417 |
GBAlayout->addWidget(CBFrontendEffects); |
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
418 |
|
1644 | 419 |
CBFullscreen = new QCheckBox(AGGroupBox); |
420 |
CBFullscreen->setText(QCheckBox::tr("Fullscreen")); |
|
421 |
GBAlayout->addWidget(CBFullscreen); |
|
184 | 422 |
|
1644 | 423 |
CBFrontendFullscreen = new QCheckBox(AGGroupBox); |
424 |
CBFrontendFullscreen->setText(QCheckBox::tr("Frontend fullscreen")); |
|
425 |
GBAlayout->addWidget(CBFrontendFullscreen); |
|
1162 | 426 |
|
1644 | 427 |
CBEnableSound = new QCheckBox(AGGroupBox); |
428 |
CBEnableSound->setText(QCheckBox::tr("Enable sound")); |
|
2216
82e7da49c26a
-Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
koda
parents:
2194
diff
changeset
|
429 |
CBEnableSound->setEnabled(openal_ready()); |
1644 | 430 |
GBAlayout->addWidget(CBEnableSound); |
184 | 431 |
|
1644 | 432 |
CBEnableMusic = new QCheckBox(AGGroupBox); |
433 |
CBEnableMusic->setText(QCheckBox::tr("Enable music")); |
|
2216
82e7da49c26a
-Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
koda
parents:
2194
diff
changeset
|
434 |
CBEnableMusic->setEnabled(openal_ready()); |
1644 | 435 |
GBAlayout->addWidget(CBEnableMusic); |
1129 | 436 |
|
1777 | 437 |
QHBoxLayout * GBAvollayout = new QHBoxLayout(0); |
438 |
QLabel * vol = new QLabel(AGGroupBox); |
|
439 |
vol->setText(QLabel::tr("Initial sound volume")); |
|
440 |
GBAvollayout->addWidget(vol); |
|
441 |
GBAlayout->addLayout(GBAvollayout); |
|
442 |
volumeBox = new QSpinBox(AGGroupBox); |
|
443 |
volumeBox->setRange(0, 100); |
|
444 |
volumeBox->setSingleStep(5); |
|
2216
82e7da49c26a
-Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
koda
parents:
2194
diff
changeset
|
445 |
volumeBox->setEnabled(openal_ready()); |
1777 | 446 |
GBAvollayout->addWidget(volumeBox); |
447 |
||
448 |
||
1644 | 449 |
CBShowFPS = new QCheckBox(AGGroupBox); |
450 |
CBShowFPS->setText(QCheckBox::tr("Show FPS")); |
|
451 |
GBAlayout->addWidget(CBShowFPS); |
|
297 | 452 |
|
1644 | 453 |
CBAltDamage = new QCheckBox(AGGroupBox); |
454 |
CBAltDamage->setText(QCheckBox::tr("Alternative damage show")); |
|
455 |
GBAlayout->addWidget(CBAltDamage); |
|
529 | 456 |
|
1644 | 457 |
CBNameWithDate = new QCheckBox(AGGroupBox); |
458 |
CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name")); |
|
459 |
GBAlayout->addWidget(CBNameWithDate); |
|
1487
b4cc59a6d50a
Add an option to name records with current date and time
unc0rr
parents:
1457
diff
changeset
|
460 |
|
1644 | 461 |
fpsedit = new FPSEdit(AGGroupBox); |
462 |
GBAfpslayout->addWidget(fpsedit); |
|
463 |
gbTBLayout->addWidget(AGGroupBox, 0, 1, 2, 1); |
|
464 |
} |
|
184 | 465 |
|
1644 | 466 |
BtnSaveOptions = addButton(":/res/Save.png", pageLayout, 2, 2, true); |
1443 | 467 |
BtnSaveOptions->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
184 | 468 |
|
1644 | 469 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
184 | 470 |
} |
471 |
||
1153 | 472 |
PageNet::PageNet(QWidget* parent) : AbstractPage(parent) |
184 | 473 |
{ |
474 |
QFont * font14 = new QFont("MS Shell Dlg", 14); |
|
475 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
476 |
pageLayout->setColumnStretch(0, 1); |
|
477 |
pageLayout->setColumnStretch(1, 1); |
|
617 | 478 |
pageLayout->setColumnStretch(2, 1); |
421 | 479 |
|
480 |
BtnNetSvrStart = new QPushButton(this); |
|
481 |
BtnNetSvrStart->setFont(*font14); |
|
482 |
BtnNetSvrStart->setText(QPushButton::tr("Start server")); |
|
1415
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1409
diff
changeset
|
483 |
BtnNetSvrStart->setVisible(haveServer); |
1395 | 484 |
pageLayout->addWidget(BtnNetSvrStart, 4, 2); |
485 |
||
486 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
|
1932 | 487 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
488 |
ConnGroupBox = new QGroupBox(this); |
421 | 489 |
ConnGroupBox->setTitle(QGroupBox::tr("Net game")); |
490 |
pageLayout->addWidget(ConnGroupBox, 2, 0, 1, 3); |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
491 |
GBClayout = new QGridLayout(ConnGroupBox); |
646 | 492 |
GBClayout->setColumnStretch(0, 1); |
421 | 493 |
GBClayout->setColumnStretch(1, 1); |
494 |
GBClayout->setColumnStretch(2, 1); |
|
184 | 495 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
496 |
BtnNetConnect = new QPushButton(ConnGroupBox); |
184 | 497 |
BtnNetConnect->setFont(*font14); |
498 |
BtnNetConnect->setText(QPushButton::tr("Connect")); |
|
646 | 499 |
GBClayout->addWidget(BtnNetConnect, 2, 2); |
416 | 500 |
|
665 | 501 |
tvServersList = new QTableView(ConnGroupBox); |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
502 |
tvServersList->setSelectionBehavior(QAbstractItemView::SelectRows); |
665 | 503 |
GBClayout->addWidget(tvServersList, 1, 0, 1, 3); |
421 | 504 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
505 |
BtnUpdateSList = new QPushButton(ConnGroupBox); |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
506 |
BtnUpdateSList->setFont(*font14); |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
507 |
BtnUpdateSList->setText(QPushButton::tr("Update")); |
646 | 508 |
GBClayout->addWidget(BtnUpdateSList, 2, 0); |
314 | 509 |
|
653
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
510 |
BtnSpecifyServer = new QPushButton(ConnGroupBox); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
511 |
BtnSpecifyServer->setFont(*font14); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
512 |
BtnSpecifyServer->setText(QPushButton::tr("Specify")); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
513 |
GBClayout->addWidget(BtnSpecifyServer, 2, 1); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
514 |
|
668 | 515 |
connect(BtnNetConnect, SIGNAL(clicked()), this, SLOT(slotConnect())); |
184 | 516 |
} |
517 |
||
646 | 518 |
void PageNet::updateServersList() |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
519 |
{ |
1310 | 520 |
tvServersList->setModel(new HWNetUdpModel(tvServersList)); |
659 | 521 |
|
673 | 522 |
tvServersList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch); |
523 |
||
665 | 524 |
static_cast<HWNetServersModel *>(tvServersList->model())->updateList(); |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
525 |
|
665 | 526 |
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
|
527 |
connect(tvServersList, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT(slotConnect())); |
646 | 528 |
} |
529 |
||
530 |
void PageNet::slotConnect() |
|
531 |
{ |
|
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
532 |
HWNetServersModel * model = static_cast<HWNetServersModel *>(tvServersList->model()); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
533 |
QModelIndex mi = tvServersList->currentIndex(); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
534 |
if(!mi.isValid()) |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
535 |
{ |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
536 |
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
|
537 |
return; |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
538 |
} |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
539 |
QString host = model->index(mi.row(), 1).data().toString(); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
540 |
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
|
541 |
|
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
|
542 |
emit connectClicked(host, port); |
646 | 543 |
} |
544 |
||
1153 | 545 |
PageNetServer::PageNetServer(QWidget* parent) : AbstractPage(parent) |
646 | 546 |
{ |
547 |
QFont * font14 = new QFont("MS Shell Dlg", 14); |
|
548 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
549 |
pageLayout->setColumnStretch(0, 1); |
|
550 |
pageLayout->setColumnStretch(1, 1); |
|
551 |
pageLayout->setColumnStretch(2, 1); |
|
552 |
||
675 | 553 |
pageLayout->setRowStretch(0, 1); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
554 |
pageLayout->setRowStretch(1, 0); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
555 |
|
1153 | 556 |
BtnBack =addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
646 | 557 |
|
558 |
BtnStart = new QPushButton(this); |
|
559 |
BtnStart->setFont(*font14); |
|
560 |
BtnStart->setText(QPushButton::tr("Start")); |
|
675 | 561 |
pageLayout->addWidget(BtnStart, 1, 2); |
562 |
||
563 |
QWidget * wg = new QWidget(this); |
|
564 |
pageLayout->addWidget(wg, 0, 0, 1, 3); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
565 |
|
675 | 566 |
QGridLayout * wgLayout = new QGridLayout(wg); |
567 |
wgLayout->setColumnStretch(0, 1); |
|
568 |
wgLayout->setColumnStretch(1, 3); |
|
569 |
wgLayout->setColumnStretch(2, 1); |
|
570 |
||
571 |
wgLayout->setRowStretch(0, 0); |
|
572 |
wgLayout->setRowStretch(1, 1); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
573 |
|
675 | 574 |
QGroupBox * gb = new QGroupBox(wg); |
575 |
wgLayout->addWidget(gb, 0, 1); |
|
576 |
||
577 |
QGridLayout * gbLayout = new QGridLayout(gb); |
|
578 |
||
579 |
labelSD = new QLabel(gb); |
|
580 |
labelSD->setText(QLabel::tr("Server name:")); |
|
581 |
gbLayout->addWidget(labelSD, 0, 0); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
582 |
|
675 | 583 |
leServerDescr = new QLineEdit(gb); |
584 |
gbLayout->addWidget(leServerDescr, 0, 1); |
|
585 |
||
586 |
labelPort = new QLabel(gb); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
587 |
labelPort->setText(QLabel::tr("Server port:")); |
675 | 588 |
gbLayout->addWidget(labelPort, 1, 0); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
589 |
|
675 | 590 |
sbPort = new QSpinBox(gb); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
591 |
sbPort->setMinimum(0); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
592 |
sbPort->setMaximum(65535); |
675 | 593 |
gbLayout->addWidget(sbPort, 1, 1); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
594 |
|
675 | 595 |
BtnDefault = new QPushButton(gb); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
596 |
BtnDefault->setText(QPushButton::tr("default")); |
675 | 597 |
gbLayout->addWidget(BtnDefault, 1, 2); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
598 |
|
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
599 |
connect(BtnDefault, SIGNAL(clicked()), this, SLOT(setDefaultPort())); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
600 |
} |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
601 |
|
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
602 |
void PageNetServer::setDefaultPort() |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
603 |
{ |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
604 |
sbPort->setValue(46631); |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
605 |
} |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
606 |
|
1153 | 607 |
PageNetGame::PageNetGame(QWidget* parent) : AbstractPage(parent) |
184 | 608 |
{ |
609 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
452 | 610 |
pageLayout->setSizeConstraint(QLayout::SetMinimumSize); |
461 | 611 |
//pageLayout->setSpacing(1); |
463 | 612 |
pageLayout->setColumnStretch(0, 50); |
613 |
pageLayout->setColumnStretch(1, 50); |
|
322 | 614 |
|
461 | 615 |
// chatwidget |
616 |
pChatWidget = new HWChatWidget(this); |
|
1647 | 617 |
pageLayout->addWidget(pChatWidget, 1, 0, 1, 2); |
464 | 618 |
pageLayout->setRowStretch(1, 100); |
453 | 619 |
|
329
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
620 |
pGameCFG = new GameCFGWidget(this); |
322 | 621 |
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
|
622 |
|
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
623 |
pNetTeamsWidget = new TeamSelWidget(this); |
373 | 624 |
pNetTeamsWidget->setAcceptOuter(true); |
1647 | 625 |
pageLayout->addWidget(pNetTeamsWidget, 0, 1); |
184 | 626 |
|
1649 | 627 |
|
628 |
QHBoxLayout * bottomLayout = new QHBoxLayout; |
|
629 |
pageLayout->addLayout(bottomLayout, 3, 0, 1, 2); |
|
630 |
||
631 |
BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true); |
|
632 |
||
646 | 633 |
BtnGo = new QPushButton(this); |
1677 | 634 |
BtnGo->setToolTip(QPushButton::tr("Ready")); |
1648 | 635 |
BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); |
636 |
BtnGo->setIconSize(QSize(25, 34)); |
|
1649 | 637 |
BtnGo->setMinimumWidth(50); |
638 |
BtnGo->setMinimumHeight(50); |
|
1951 | 639 |
bottomLayout->addWidget(BtnGo, 4); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
640 |
|
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
641 |
|
1951 | 642 |
BtnMaster = addButton(tr("Control"), bottomLayout, 2); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
643 |
QMenu * menu = new QMenu(BtnMaster); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
644 |
restrictJoins = new QAction(QAction::tr("Restrict Joins"), menu); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
645 |
restrictJoins->setCheckable(true); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
646 |
restrictTeamAdds = new QAction(QAction::tr("Restrict Team Additions"), menu); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
647 |
restrictTeamAdds->setCheckable(true); |
1951 | 648 |
//menu->addAction(startGame); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
649 |
menu->addAction(restrictJoins); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
650 |
menu->addAction(restrictTeamAdds); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
651 |
|
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
652 |
BtnMaster->setMenu(menu); |
1649 | 653 |
|
1951 | 654 |
BtnStart = addButton(QAction::tr("Start"), bottomLayout, 3); |
655 |
||
1649 | 656 |
bottomLayout->insertStretch(1, 100); |
184 | 657 |
} |
187 | 658 |
|
1648 | 659 |
void PageNetGame::setReadyStatus(bool isReady) |
660 |
{ |
|
661 |
if(isReady) |
|
662 |
BtnGo->setIcon(QIcon(":/res/lightbulb_on.png")); |
|
663 |
else |
|
664 |
BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); |
|
665 |
} |
|
666 |
||
1649 | 667 |
void PageNetGame::setMasterMode(bool isMaster) |
668 |
{ |
|
669 |
BtnMaster->setVisible(isMaster); |
|
1951 | 670 |
BtnStart->setVisible(isMaster); |
1649 | 671 |
} |
672 |
||
1153 | 673 |
PageInfo::PageInfo(QWidget* parent) : AbstractPage(parent) |
187 | 674 |
{ |
675 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
676 |
pageLayout->setColumnStretch(0, 1); |
|
677 |
pageLayout->setColumnStretch(1, 1); |
|
678 |
pageLayout->setColumnStretch(2, 1); |
|
679 |
||
1153 | 680 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
187 | 681 |
|
682 |
about = new About(this); |
|
683 |
pageLayout->addWidget(about, 0, 0, 1, 3); |
|
684 |
} |
|
306 | 685 |
|
1150 | 686 |
PageSinglePlayer::PageSinglePlayer(QWidget* parent) : AbstractPage(parent) |
586 | 687 |
{ |
1443 | 688 |
QVBoxLayout * vLayout = new QVBoxLayout(this); |
689 |
QHBoxLayout * topLine = new QHBoxLayout(); |
|
690 |
QHBoxLayout * middleLine = new QHBoxLayout(); |
|
691 |
QHBoxLayout * bottomLine = new QHBoxLayout(); |
|
1444 | 692 |
vLayout->addStretch(); |
1443 | 693 |
vLayout->addLayout(topLine); |
1457 | 694 |
vLayout->addSpacing(30); |
1443 | 695 |
vLayout->addLayout(middleLine); |
1444 | 696 |
vLayout->addStretch(); |
1443 | 697 |
vLayout->addLayout(bottomLine); |
586 | 698 |
|
1457 | 699 |
topLine->addStretch(); |
1443 | 700 |
BtnSimpleGamePage = addButton(":/res/SimpleGame.png", topLine, 0, true); |
1450 | 701 |
BtnSimpleGamePage->setToolTip(tr("Simple Game (a quick game against the computer, settings are chosen for you)")); |
1457 | 702 |
topLine->addSpacing(60); |
1443 | 703 |
BtnMultiplayer = addButton(":/res/Multiplayer.png", topLine, 1, true); |
1450 | 704 |
BtnMultiplayer->setToolTip(tr("Multiplayer (play a hotseat game against your friends, or AI teams)")); |
1457 | 705 |
topLine->addStretch(); |
706 |
||
707 |
||
1443 | 708 |
BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 0, true); |
1450 | 709 |
BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT")); |
1443 | 710 |
|
711 |
BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true); |
|
1444 | 712 |
bottomLine->addStretch(); |
713 |
||
1447 | 714 |
BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true); |
1450 | 715 |
BtnDemos->setToolTip(tr("Demos (Watch recorded demos)")); |
1443 | 716 |
BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true); |
717 |
BtnLoad->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
|
1450 | 718 |
BtnLoad->setToolTip(tr("Load (Load a previously saved game)")); |
586 | 719 |
} |
720 |
||
1153 | 721 |
PageTraining::PageTraining(QWidget* parent) : AbstractPage(parent) |
587 | 722 |
{ |
723 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
724 |
pageLayout->setColumnStretch(0, 1); |
|
725 |
pageLayout->setColumnStretch(1, 2); |
|
726 |
pageLayout->setColumnStretch(2, 1); |
|
727 |
||
728 |
BtnStartTrain = new QPushButton(this); |
|
729 |
BtnStartTrain->setFont(*font14); |
|
730 |
BtnStartTrain->setText(QPushButton::tr("Go!")); |
|
731 |
pageLayout->addWidget(BtnStartTrain, 1, 2); |
|
732 |
||
1153 | 733 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
587 | 734 |
} |
735 |
||
923
b3d097097b54
Use default ammostore string size for weapons number instead of predefined const
unc0rr
parents:
788
diff
changeset
|
736 |
PageSelectWeapon::PageSelectWeapon(QWidget* parent) : |
684 | 737 |
AbstractPage(parent) |
600 | 738 |
{ |
739 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
923
b3d097097b54
Use default ammostore string size for weapons number instead of predefined const
unc0rr
parents:
788
diff
changeset
|
740 |
|
1576
a02353129a41
Check for deprecated ammo schemes at startup and delete them
unc0rr
parents:
1522
diff
changeset
|
741 |
pWeapons = new SelWeaponWidget(cDefaultAmmoStore->size(), this); |
718 | 742 |
pageLayout->addWidget(pWeapons, 0, 0, 1, 4); |
600 | 743 |
|
1168 | 744 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
730 | 745 |
BtnDefault = addButton(tr("Default"), pageLayout, 1, 1); |
746 |
BtnDelete = addButton(tr("Delete"), pageLayout, 1, 2); |
|
1168 | 747 |
BtnSave = addButton(":/res/Save.png", pageLayout, 1, 3, true); |
1443 | 748 |
BtnSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
600 | 749 |
} |
750 |
||
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
|
751 |
PageInGame::PageInGame(QWidget* parent) : |
686 | 752 |
AbstractPage(parent) |
753 |
{ |
|
754 |
QLabel * label = new QLabel(this); |
|
755 |
label->setText("In game..."); |
|
756 |
} |
|
1311 | 757 |
|
758 |
PageRoomsList::PageRoomsList(QWidget* parent) : |
|
759 |
AbstractPage(parent) |
|
760 |
{ |
|
1312 | 761 |
QGridLayout * pageLayout = new QGridLayout(this); |
1314 | 762 |
|
763 |
roomName = new QLineEdit(this); |
|
1334
b58afaadf7ae
Send team removal message to others in room when client disconnects
unc0rr
parents:
1315
diff
changeset
|
764 |
roomName->setMaxLength(60); |
1314 | 765 |
pageLayout->addWidget(roomName, 0, 0); |
1399 | 766 |
|
767 |
roomsList = new QTableWidget(this); |
|
768 |
roomsList->setColumnCount(3); |
|
769 |
roomsList->setSelectionBehavior(QAbstractItemView::SelectRows); |
|
770 |
roomsList->verticalHeader()->setVisible(false); |
|
771 |
roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive); |
|
1894 | 772 |
roomsList->setAlternatingRowColors(true); |
1522 | 773 |
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
|
774 |
pageLayout->setRowStretch(2, 100); |
1399 | 775 |
|
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
|
776 |
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
|
777 |
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
|
778 |
pageLayout->setRowStretch(4, 350); |
1522 | 779 |
|
1312 | 780 |
BtnCreate = addButton(tr("Create"), pageLayout, 0, 1); |
781 |
BtnJoin = addButton(tr("Join"), pageLayout, 1, 1); |
|
1522 | 782 |
BtnRefresh = addButton(tr("Refresh"), pageLayout, 3, 1); |
1856
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
783 |
|
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
784 |
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
|
785 |
BtnAdmin = addButton(tr("Admin features"), pageLayout, 5, 1); |
1314 | 786 |
|
787 |
connect(BtnCreate, SIGNAL(clicked()), this, SLOT(onCreateClick())); |
|
788 |
connect(BtnJoin, SIGNAL(clicked()), this, SLOT(onJoinClick())); |
|
1315 | 789 |
connect(BtnRefresh, SIGNAL(clicked()), this, SLOT(onRefreshClick())); |
1314 | 790 |
connect(roomsList, SIGNAL(doubleClicked (const QModelIndex &)), this, SLOT(onJoinClick())); |
1311 | 791 |
} |
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
792 |
|
1856
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
793 |
void PageRoomsList::setAdmin(bool flag) |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
794 |
{ |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
795 |
BtnAdmin->setVisible(flag); |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
796 |
} |
1377 | 797 |
|
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
798 |
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
|
799 |
{ |
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
800 |
roomsList->clear(); |
1399 | 801 |
roomsList->setHorizontalHeaderLabels( |
802 |
QStringList() << |
|
803 |
QTableWidget::tr("Room name") << |
|
804 |
QTableWidget::tr("Players number") << |
|
805 |
QTableWidget::tr("Round in progress") |
|
806 |
); |
|
1893 | 807 |
|
808 |
roomsList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch); |
|
809 |
roomsList->horizontalHeader()->setResizeMode(1, QHeaderView::ResizeToContents); |
|
810 |
roomsList->horizontalHeader()->setResizeMode(2, QHeaderView::ResizeToContents); |
|
811 |
||
1399 | 812 |
|
813 |
if (list.size() % 3) |
|
814 |
return; |
|
815 |
||
816 |
roomsList->setRowCount(list.size() / 3); |
|
817 |
for(int i = 0; i < list.size(); i += 3) |
|
818 |
for(int t = 0; t < 3; t++) |
|
819 |
{ |
|
820 |
QTableWidgetItem * item = new QTableWidgetItem(list[i + t]); |
|
1891 | 821 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
1400 | 822 |
roomsList->setItem(i / 3, t, item); |
1399 | 823 |
} |
824 |
//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
|
825 |
} |
1314 | 826 |
|
827 |
void PageRoomsList::onCreateClick() |
|
828 |
{ |
|
829 |
if (roomName->text().size()) |
|
830 |
emit askForCreateRoom(roomName->text()); |
|
831 |
else |
|
832 |
QMessageBox::critical(this, |
|
833 |
tr("Error"), |
|
1315 | 834 |
tr("Please, enter room name"), |
1314 | 835 |
tr("OK")); |
836 |
} |
|
837 |
||
838 |
void PageRoomsList::onJoinClick() |
|
839 |
{ |
|
1399 | 840 |
QTableWidgetItem * curritem = roomsList->item(roomsList->currentRow(), 0); |
1314 | 841 |
if (!curritem) |
842 |
{ |
|
843 |
QMessageBox::critical(this, |
|
844 |
tr("Error"), |
|
845 |
tr("Please, select room from the list"), |
|
846 |
tr("OK")); |
|
847 |
return ; |
|
848 |
} |
|
849 |
emit askForJoinRoom(curritem->data(Qt::DisplayRole).toString()); |
|
850 |
} |
|
851 |
||
1315 | 852 |
void PageRoomsList::onRefreshClick() |
853 |
{ |
|
854 |
emit askForRoomList(); |
|
855 |
} |
|
856 |
||
1800 | 857 |
|
858 |
PageConnecting::PageConnecting(QWidget* parent) : |
|
859 |
AbstractPage(parent) |
|
860 |
{ |
|
861 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1904 | 862 |
|
863 |
QLabel * lblConnecting = new QLabel(this); |
|
864 |
lblConnecting->setText(tr("Connecting...")); |
|
865 |
pageLayout->addWidget(lblConnecting); |
|
1800 | 866 |
} |
1884 | 867 |
|
868 |
PageScheme::PageScheme(QWidget* parent) : |
|
869 |
AbstractPage(parent) |
|
870 |
{ |
|
871 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1943 | 872 |
QGroupBox * gb = new QGroupBox(this); |
1932 | 873 |
|
874 |
QGridLayout * gl = new QGridLayout(); |
|
875 |
gb->setLayout(gl); |
|
1943 | 876 |
QSizePolicy sp; |
877 |
sp.setVerticalPolicy(QSizePolicy::MinimumExpanding); |
|
878 |
sp.setHorizontalPolicy(QSizePolicy::Expanding); |
|
1885 | 879 |
|
1932 | 880 |
pageLayout->addWidget(gb, 1,0,13,4); |
881 |
||
1984 | 882 |
gbGameModes = new QGroupBox(QGroupBox::tr("Game Modifiers"), gb); |
883 |
gbBasicSettings = new QGroupBox(QGroupBox::tr("Basic Settings"), gb); |
|
1943 | 884 |
|
885 |
gbGameModes->setStyleSheet(".QGroupBox {" |
|
886 |
"background-color: #130f2c; background-image:url();" |
|
887 |
"}"); |
|
888 |
gbBasicSettings->setStyleSheet(".QGroupBox {" |
|
889 |
"background-color: #130f2c; background-image:url();" |
|
890 |
"}"); |
|
891 |
||
892 |
gbGameModes->setSizePolicy(sp); |
|
893 |
gbBasicSettings->setSizePolicy(sp); |
|
894 |
gl->addWidget(gbGameModes,0,0,1,3,Qt::AlignTop); |
|
895 |
gl->addWidget(gbBasicSettings,0,3,1,3,Qt::AlignTop); |
|
1932 | 896 |
|
897 |
QGridLayout * glGMLayout = new QGridLayout(gbGameModes); |
|
898 |
QGridLayout * glBSLayout = new QGridLayout(gbBasicSettings); |
|
899 |
gbGameModes->setLayout(glGMLayout); |
|
900 |
gbBasicSettings->setLayout(glBSLayout); |
|
901 |
// Left |
|
902 |
||
903 |
TBW_mode_Forts = new ToggleButtonWidget(gbGameModes, ":/res/btnForts.png"); |
|
904 |
TBW_mode_Forts->setText(ToggleButtonWidget::tr("Fort Mode")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
905 |
TBW_mode_Forts->setToolTip(tr("Defend your fort and destroy the opponents, two team colours max!")); |
1932 | 906 |
glGMLayout->addWidget(TBW_mode_Forts,0,0,1,1); |
1885 | 907 |
|
1932 | 908 |
TBW_teamsDivide = new ToggleButtonWidget(gbGameModes, ":/res/btnTeamsDivide.png"); |
909 |
TBW_teamsDivide->setText(ToggleButtonWidget::tr("Divide Teams")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
910 |
TBW_teamsDivide->setToolTip(tr("Teams will start on opposite sides of the terrain, two team colours max!")); |
1932 | 911 |
glGMLayout->addWidget(TBW_teamsDivide,0,1,1,1); |
1885 | 912 |
|
1932 | 913 |
TBW_solid = new ToggleButtonWidget(gbGameModes, ":/res/btnSolid.png"); |
914 |
TBW_solid->setText(ToggleButtonWidget::tr("Solid Land")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
915 |
TBW_solid->setToolTip(tr("Land can not be destroyed!")); |
1932 | 916 |
glGMLayout->addWidget(TBW_solid,0,2,1,1); |
1885 | 917 |
|
1932 | 918 |
TBW_border = new ToggleButtonWidget(gbGameModes, ":/res/btnBorder.png"); |
919 |
TBW_border->setText(ToggleButtonWidget::tr("Add Border")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
920 |
TBW_border->setToolTip(tr("Add an indestructable border around the terrain")); |
1932 | 921 |
glGMLayout->addWidget(TBW_border,0,3,1,1); |
1895 | 922 |
|
1932 | 923 |
TBW_lowGravity = new ToggleButtonWidget(gbGameModes, ":/res/btnLowGravity.png"); |
924 |
TBW_lowGravity->setText(ToggleButtonWidget::tr("Low Gravity")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
925 |
TBW_lowGravity->setToolTip(tr("Lower gravity")); |
1932 | 926 |
glGMLayout->addWidget(TBW_lowGravity,1,0,1,1); |
927 |
||
928 |
TBW_laserSight = new ToggleButtonWidget(gbGameModes, ":/res/btnLaserSight.png"); |
|
929 |
TBW_laserSight->setText(ToggleButtonWidget::tr("Laser Sight")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
930 |
TBW_laserSight->setToolTip(tr("Assisted aiming with laser sight")); |
1932 | 931 |
glGMLayout->addWidget(TBW_laserSight,1,1,1,1); |
1895 | 932 |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
933 |
TBW_invulnerable = new ToggleButtonWidget(gbGameModes, ":/res/btnInvulnerable.png"); |
1932 | 934 |
TBW_invulnerable->setText(ToggleButtonWidget::tr("Invulnerable")); |
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
935 |
TBW_invulnerable->setToolTip(tr("All hogs have a personal forcefield")); |
1932 | 936 |
glGMLayout->addWidget(TBW_invulnerable,1,2,1,1); |
937 |
||
938 |
TBW_mines = new ToggleButtonWidget(gbGameModes, ":/res/btnMines.png"); |
|
939 |
TBW_mines->setText(ToggleButtonWidget::tr("Add Mines")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
940 |
TBW_mines->setToolTip(tr("Enable random mines")); |
1932 | 941 |
glGMLayout->addWidget(TBW_mines,1,3,1,1); |
1895 | 942 |
|
2017 | 943 |
TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric.png"); |
944 |
TBW_vampiric->setText(ToggleButtonWidget::tr("Vampirism")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
945 |
TBW_vampiric->setToolTip(tr("Gain 80% of the damage you do back in health")); |
2017 | 946 |
glGMLayout->addWidget(TBW_vampiric,2,0,1,1); |
947 |
||
948 |
TBW_karma = new ToggleButtonWidget(gbGameModes, ":/res/btnKarma.png"); |
|
949 |
TBW_karma->setText(ToggleButtonWidget::tr("Karma")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
950 |
TBW_karma->setToolTip(tr("Share your opponents pain, share their damage")); |
2017 | 951 |
glGMLayout->addWidget(TBW_karma,2,1,1,1); |
952 |
||
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
953 |
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
|
954 |
TBW_artillery->setText(ToggleButtonWidget::tr("Artillery")); |
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
955 |
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
|
956 |
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
|
957 |
|
1932 | 958 |
// Right |
959 |
QLabel * l; |
|
960 |
||
961 |
l = new QLabel(gbBasicSettings); |
|
962 |
l->setText(QLabel::tr("Damage Modifier")); |
|
1933 | 963 |
l->setWordWrap(true); |
1932 | 964 |
glBSLayout->addWidget(l,0,0,1,1); |
965 |
l = new QLabel(gbBasicSettings); |
|
966 |
l->setFixedSize(32,32); |
|
967 |
l->setPixmap(QPixmap(":/res/iconDamage.png")); |
|
1943 | 968 |
glBSLayout->addWidget(l,0,1,1,1); |
1932 | 969 |
|
970 |
SB_DamageModifier = new QSpinBox(gbBasicSettings); |
|
1895 | 971 |
SB_DamageModifier->setRange(10, 300); |
972 |
SB_DamageModifier->setValue(100); |
|
973 |
SB_DamageModifier->setSingleStep(25); |
|
1943 | 974 |
glBSLayout->addWidget(SB_DamageModifier,0,2,1,1); |
1932 | 975 |
|
976 |
l = new QLabel(gbBasicSettings); |
|
977 |
l->setText(QLabel::tr("Turn Time")); |
|
1933 | 978 |
l->setWordWrap(true); |
1932 | 979 |
glBSLayout->addWidget(l,1,0,1,1); |
980 |
l = new QLabel(gbBasicSettings); |
|
981 |
l->setFixedSize(32,32); |
|
982 |
l->setPixmap(QPixmap(":/res/iconTime.png")); |
|
1943 | 983 |
glBSLayout->addWidget(l,1,1,1,1); |
1895 | 984 |
|
1932 | 985 |
SB_TurnTime = new QSpinBox(gbBasicSettings); |
1885 | 986 |
SB_TurnTime->setRange(1, 99); |
987 |
SB_TurnTime->setValue(45); |
|
988 |
SB_TurnTime->setSingleStep(15); |
|
1943 | 989 |
glBSLayout->addWidget(SB_TurnTime,1,2,1,1); |
1885 | 990 |
|
1932 | 991 |
l = new QLabel(gbBasicSettings); |
992 |
l->setText(QLabel::tr("Initial Health")); |
|
1933 | 993 |
l->setWordWrap(true); |
1932 | 994 |
glBSLayout->addWidget(l,2,0,1,1); |
995 |
l = new QLabel(gbBasicSettings); |
|
996 |
l->setFixedSize(32,32); |
|
997 |
l->setPixmap(QPixmap(":/res/iconHealth.png")); |
|
1943 | 998 |
glBSLayout->addWidget(l,2,1,1,1); |
1932 | 999 |
|
1000 |
SB_InitHealth = new QSpinBox(gbBasicSettings); |
|
1885 | 1001 |
SB_InitHealth->setRange(50, 200); |
1002 |
SB_InitHealth->setValue(100); |
|
1003 |
SB_InitHealth->setSingleStep(25); |
|
1943 | 1004 |
glBSLayout->addWidget(SB_InitHealth,2,2,1,1); |
1885 | 1005 |
|
1932 | 1006 |
l = new QLabel(gbBasicSettings); |
1007 |
l->setText(QLabel::tr("Sudden Death Timeout")); |
|
1933 | 1008 |
l->setWordWrap(true); |
1932 | 1009 |
glBSLayout->addWidget(l,3,0,1,1); |
1010 |
l = new QLabel(gbBasicSettings); |
|
1011 |
l->setFixedSize(32,32); |
|
1012 |
l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); |
|
1943 | 1013 |
glBSLayout->addWidget(l,3,1,1,1); |
1932 | 1014 |
|
1015 |
SB_SuddenDeath = new QSpinBox(gbBasicSettings); |
|
1885 | 1016 |
SB_SuddenDeath->setRange(0, 50); |
1017 |
SB_SuddenDeath->setValue(15); |
|
1018 |
SB_SuddenDeath->setSingleStep(3); |
|
1943 | 1019 |
glBSLayout->addWidget(SB_SuddenDeath,3,2,1,1); |
1885 | 1020 |
|
1932 | 1021 |
l = new QLabel(gbBasicSettings); |
1943 | 1022 |
l->setText(QLabel::tr("Crate Drops")); |
1933 | 1023 |
l->setWordWrap(true); |
1932 | 1024 |
glBSLayout->addWidget(l,4,0,1,1); |
1025 |
l = new QLabel(gbBasicSettings); |
|
1026 |
l->setFixedSize(32,32); |
|
1027 |
l->setPixmap(QPixmap(":/res/iconBox.png")); |
|
1943 | 1028 |
glBSLayout->addWidget(l,4,1,1,1); |
1932 | 1029 |
|
1030 |
SB_CaseProb = new FreqSpinBox(gbBasicSettings); |
|
1885 | 1031 |
SB_CaseProb->setRange(0, 9); |
1032 |
SB_CaseProb->setValue(5); |
|
1943 | 1033 |
glBSLayout->addWidget(SB_CaseProb,4,2,1,1); |
1932 | 1034 |
|
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1035 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1036 |
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
|
1037 |
l->setWordWrap(true); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1038 |
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
|
1039 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1040 |
l->setFixedSize(32,32); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1041 |
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
|
1042 |
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
|
1043 |
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
|
1044 |
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
|
1045 |
SB_MinesTime->setValue(3); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1046 |
SB_MinesTime->setSingleStep(1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1047 |
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
|
1048 |
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
|
1049 |
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
|
1050 |
|
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1051 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1052 |
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
|
1053 |
l->setWordWrap(true); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1054 |
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
|
1055 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1056 |
l->setFixedSize(32,32); |
2036 | 1057 |
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
|
1058 |
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
|
1059 |
SB_Mines = new QSpinBox(gbBasicSettings); |
2076
aa3263e57b8f
increase # of mines to 50, limit max depth of drowning damage tag
nemo
parents:
2072
diff
changeset
|
1060 |
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
|
1061 |
SB_Mines->setValue(1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1062 |
SB_Mines->setSingleStep(5); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1063 |
glBSLayout->addWidget(SB_Mines,6,2,1,1); |
1932 | 1064 |
|
1065 |
l = new QLabel(gbBasicSettings); |
|
1066 |
l->setText(QLabel::tr("Scheme Name:")); |
|
1885 | 1067 |
|
1068 |
LE_name = new QLineEdit(this); |
|
1932 | 1069 |
|
1943 | 1070 |
gl->addWidget(LE_name,14,1,1,5); |
1932 | 1071 |
gl->addWidget(l,14,0,1,1); |
1885 | 1072 |
|
1073 |
mapper = new QDataWidgetMapper(this); |
|
1887 | 1074 |
|
1895 | 1075 |
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
|
1076 |
BtnNew = addButton(tr("New"), pageLayout, 15, 2); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1077 |
BtnDelete = addButton(tr("Delete"), pageLayout, 15, 3); |
1887 | 1078 |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1079 |
selectScheme = new QComboBox(this); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1080 |
pageLayout->addWidget(selectScheme, 15, 1); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1081 |
|
1889 | 1082 |
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
|
1083 |
connect(BtnDelete, SIGNAL(clicked()), this, SLOT(deleteRow())); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1084 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), mapper, SLOT(setCurrentIndex(int))); |
1984 | 1085 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), this, SLOT(schemeSelected(int))); |
1887 | 1086 |
} |
1087 |
||
1088 |
void PageScheme::setModel(QAbstractItemModel * model) |
|
1089 |
{ |
|
1090 |
mapper->setModel(model); |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1091 |
selectScheme->setModel(model); |
1887 | 1092 |
|
1885 | 1093 |
mapper->addMapping(LE_name, 0); |
1932 | 1094 |
mapper->addMapping(TBW_mode_Forts->button(), 1); |
1095 |
mapper->addMapping(TBW_teamsDivide->button(), 2); |
|
1096 |
mapper->addMapping(TBW_solid->button(), 3); |
|
1097 |
mapper->addMapping(TBW_border->button(), 4); |
|
1098 |
mapper->addMapping(TBW_lowGravity->button(), 5); |
|
1099 |
mapper->addMapping(TBW_laserSight->button(), 6); |
|
1100 |
mapper->addMapping(TBW_invulnerable->button(), 7); |
|
1101 |
mapper->addMapping(TBW_mines->button(), 8); |
|
2017 | 1102 |
mapper->addMapping(TBW_vampiric->button(), 9); |
1103 |
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
|
1104 |
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
|
1105 |
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
|
1106 |
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
|
1107 |
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
|
1108 |
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
|
1109 |
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
|
1110 |
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
|
1111 |
mapper->addMapping(SB_Mines, 18); |
1887 | 1112 |
|
1113 |
mapper->toFirst(); |
|
1884 | 1114 |
} |
1889 | 1115 |
|
1116 |
void PageScheme::newRow() |
|
1117 |
{ |
|
1118 |
QAbstractItemModel * model = mapper->model(); |
|
1119 |
model->insertRow(model->rowCount()); |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1120 |
selectScheme->setCurrentIndex(model->rowCount() - 1); |
1889 | 1121 |
} |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1122 |
|
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1123 |
void PageScheme::deleteRow() |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1124 |
{ |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1125 |
QAbstractItemModel * model = mapper->model(); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1126 |
model->removeRow(selectScheme->currentIndex()); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1127 |
} |
1905 | 1128 |
|
1984 | 1129 |
void PageScheme::schemeSelected(int n) |
1130 |
{ |
|
2093
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1131 |
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
|
1132 |
gbBasicSettings->setEnabled(n >= 5); |
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1133 |
LE_name->setEnabled(n >= 5); |
1984 | 1134 |
} |
1135 |
||
1905 | 1136 |
///////////////////////////////////////////////// |
1137 |
||
1138 |
PageAdmin::PageAdmin(QWidget* parent) : |
|
1139 |
AbstractPage(parent) |
|
1140 |
{ |
|
1141 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1142 |
||
1924 | 1143 |
QLabel * lblSM = new QLabel(this); |
1144 |
lblSM->setText(tr("Server message:")); |
|
1145 |
pageLayout->addWidget(lblSM, 0, 0); |
|
1146 |
||
1147 |
leServerMessage = new QLineEdit(this); |
|
1148 |
pageLayout->addWidget(leServerMessage, 0, 1); |
|
1149 |
||
1150 |
pbSetSM = addButton(tr("Set message"), pageLayout, 0, 2); |
|
2155
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1151 |
pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 1, 0); |
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1152 |
|
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1153 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
1924 | 1154 |
|
1155 |
connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged())); |
|
1905 | 1156 |
} |
1924 | 1157 |
|
1158 |
void PageAdmin::smChanged() |
|
1159 |
{ |
|
1160 |
emit setServerMessage(leServerMessage->text()); |
|
1161 |
} |
|
1162 |
||
1163 |
void PageAdmin::serverMessage(const QString & str) |
|
1164 |
{ |
|
1165 |
leServerMessage->setText(str); |
|
1166 |
} |
|
1950 | 1167 |
|
1168 |
///////////////////////////////////////////////// |
|
1169 |
||
1170 |
PageNetType::PageNetType(QWidget* parent) : AbstractPage(parent) |
|
1171 |
{ |
|
1172 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1173 |
pageLayout->setRowStretch(0, 10); |
|
1977 | 1174 |
pageLayout->setRowStretch(3, 10); |
1175 |
||
1176 |
pageLayout->setColumnStretch(1, 10); |
|
1177 |
pageLayout->setColumnStretch(2, 20); |
|
1178 |
pageLayout->setColumnStretch(3, 10); |
|
1950 | 1179 |
|
1977 | 1180 |
BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2); |
1181 |
BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2); |
|
1950 | 1182 |
|
1977 | 1183 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
1950 | 1184 |
} |