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