QTfrontend/ui_hwform.h
author displacer
Tue, 26 Sep 2006 19:59:10 +0000
changeset 170 ef1031ba44fc
parent 128 223522298250
child 183 57c2ef19f719
permissions -rw-r--r--
busy variable removed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
128
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     1
/*
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     2
 * Hedgewars, a worms-like game
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     3
 * Copyright (c) 2006 Andrey Korotaev <unC0Rr@gmail.com>
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     4
 *
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     5
 * Distributed under the terms of the BSD-modified licence:
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     6
 *
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     7
 * Permission is hereby granted, free of charge, to any person obtaining a copy
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     8
 * of this software and associated documentation files (the "Software"), to deal
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
     9
 * with the Software without restriction, including without limitation the
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    10
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    11
 * sell copies of the Software, and to permit persons to whom the Software is
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    12
 * furnished to do so, subject to the following conditions:
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    13
 *
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    14
 * 1. Redistributions of source code must retain the above copyright notice,
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    15
 *    this list of conditions and the following disclaimer.
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    16
 * 2. Redistributions in binary form must reproduce the above copyright notice,
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    17
 *    this list of conditions and the following disclaimer in the documentation
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    18
 *    and/or other materials provided with the distribution.
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    19
 * 3. The name of the author may not be used to endorse or promote products
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    20
 *    derived from this software without specific prior written permission.
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    21
 *
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    22
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    23
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    24
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    25
 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    26
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    27
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    28
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    29
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    30
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    31
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    32
 */
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    33
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 87
diff changeset
    34
 #ifndef UI_HWFORM_H
84
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    35
#define UI_HWFORM_H
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    36
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    37
#include <QtCore/QVariant>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    38
#include <QtGui/QAction>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    39
#include <QtGui/QApplication>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    40
#include <QtGui/QButtonGroup>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    41
#include <QtGui/QCheckBox>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    42
#include <QtGui/QComboBox>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    43
#include <QtGui/QGroupBox>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    44
#include <QtGui/QLabel>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    45
#include <QtGui/QLineEdit>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    46
#include <QtGui/QListWidget>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    47
#include <QtGui/QMainWindow>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    48
#include <QtGui/QPushButton>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    49
#include <QtGui/QStackedWidget>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    50
#include <QtGui/QToolBox>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    51
#include <QtGui/QWidget>
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    52
#include <QStackedLayout>
87
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    53
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    54
class PageMain;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    55
class PageLocalGame;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    56
class PageEditTeam;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    57
class PageMultiplayer;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    58
class PagePlayDemo;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    59
class PageOptions;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    60
class PageNet;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    61
class PageNetChat;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    62
class PageNetGame;
84
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    63
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    64
class Ui_HWForm
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    65
{
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    66
public:
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    67
	QWidget *centralWidget;
87
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    68
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    69
	PageMain *pageMain;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    70
	PageLocalGame *pageLocalGame;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    71
	PageEditTeam *pageEditTeam;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    72
	PageMultiplayer *pageMultiplayer;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    73
	PagePlayDemo *pagePlayDemo;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    74
	PageOptions *pageOptions;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    75
	PageNet *pageNet;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    76
	PageNetChat *pageNetChat;
ff213e443336 Convert all pages to classes
unc0rr
parents: 85
diff changeset
    77
	PageNetGame *pageNetGame;
84
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    78
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    79
	QStackedLayout *Pages;
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    80
	QFont *font14;
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    81
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    82
	void setupUi(QMainWindow *HWForm);
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    83
	void SetupFonts();
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    84
	void SetupPages(QWidget *Parent);
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    85
	void SetupPageNetChat(QWidget *Parent);
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    86
	void SetupPageNetGame(QWidget *Parent);
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    87
};
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    88
0f6669da2fcb Start rewrite ui
unc0rr
parents:
diff changeset
    89
#endif // UI_HWFORM_H