14 * You should have received a copy of the GNU General Public License |
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 |
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 |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 */ |
17 */ |
18 |
18 |
19 #ifndef UI_HWFORM_H |
19 #ifndef UI_HWFORM_H |
20 #define UI_HWFORM_H |
20 #define UI_HWFORM_H |
21 |
|
22 #include <QtCore/QVariant> |
|
23 #include <QtGui/QAction> |
|
24 #include <QtGui/QApplication> |
|
25 #include <QtGui/QButtonGroup> |
|
26 #include <QtGui/QCheckBox> |
|
27 #include <QtGui/QComboBox> |
|
28 #include <QtGui/QGroupBox> |
|
29 #include <QtGui/QLabel> |
|
30 #include <QtGui/QLineEdit> |
|
31 #include <QtGui/QListWidget> |
|
32 #include <QtGui/QMainWindow> |
|
33 #include <QtGui/QPushButton> |
|
34 #include <QtGui/QStackedWidget> |
|
35 #include <QtGui/QToolBox> |
|
36 #include <QtGui/QWidget> |
|
37 #include <QStackedLayout> |
|
38 |
21 |
39 class PageMain; |
22 class PageMain; |
40 class PageLocalGame; |
23 class PageLocalGame; |
41 class PageEditTeam; |
24 class PageEditTeam; |
42 class PageMultiplayer; |
25 class PageMultiplayer; |