equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Hedgewars, a free turn based strategy game |
2 * Hedgewars, a free turn based strategy game |
3 * Copyright (c) 2006, 2007 Andrey Korotaev <unC0Rr@gmail.com> |
3 * Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com> |
4 * |
4 * |
5 * This program is free software; you can redistribute it and/or modify |
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 |
6 * it under the terms of the GNU General Public License as published by |
7 * the Free Software Foundation; version 2 of the License |
7 * the Free Software Foundation; version 2 of the License |
8 * |
8 * |
214 QTableView * tvServersList; |
214 QTableView * tvServersList; |
215 QPushButton * BtnBack; |
215 QPushButton * BtnBack; |
216 QPushButton * BtnNetConnect; |
216 QPushButton * BtnNetConnect; |
217 QPushButton * BtnNetSvrStart; |
217 QPushButton * BtnNetSvrStart; |
218 QPushButton * BtnSpecifyServer; |
218 QPushButton * BtnSpecifyServer; |
|
219 QPushButton * BtnOfficialServer; |
219 |
220 |
220 private: |
221 private: |
221 QGroupBox * ConnGroupBox; |
222 QGroupBox * ConnGroupBox; |
222 QGridLayout * GBClayout; |
223 QGridLayout * GBClayout; |
223 |
224 |