#ifndef UI_MAIN_WINDOW_H
#define UI_MAIN_WINDOW_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLCDNumber>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QListWidget>
#include <QtGui/QMainWindow>
#include <QtGui/QProgressBar>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QStackedWidget>
#include <QtGui/QTableWidget>
#include <QtGui/QTextBrowser>
#include <QtGui/QToolButton>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
class Ui_MainWindow
{
public:
QWidget *centralwidget;
QStackedWidget *mainStackedWidget;
QWidget *mainPage;
QWidget *mainGridLayout;
QGridLayout *gridLayout;
QVBoxLayout *vboxLayout;
QRadioButton *rbtnNetwork;
QHBoxLayout *hboxLayout;
QLabel *label_7;
QLineEdit *serverNameLineEdit;
QSpacerItem *spacerItem;
QLabel *label_8;
QLineEdit *serverPortLineEdit;
QToolButton *tbtnConnect;
QRadioButton *rbtnFromFile;
QLabel *label;
QHBoxLayout *hboxLayout1;
QLineEdit *DBPathLineEdit;
QToolButton *tbtnBrowse_DBPath;
QToolButton *tbtnLoad;
QFrame *line_2;
QLabel *label_2;
QLabel *label_9;
QCheckBox *useDefaultOutputCheckBox;
QHBoxLayout *hboxLayout2;
QLineEdit *savePathLineEdit;
QToolButton *tbtnBrowse_savePath;
QFrame *line;
QLabel *label_10;
QCheckBox *hideQuestionNamesCheckBox;
QFrame *line_4;
QLabel *label_3;
QTableWidget *infoTableWidget;
QFrame *line_3;
QHBoxLayout *hboxLayout3;
QToolButton *tbtnQuit;
QToolButton *tbtnAbout;
QSpacerItem *spacerItem1;
QToolButton *tbtnGetReady;
QWidget *startPage;
QWidget *startGridLayout;
QGridLayout *gridLayout1;
QSpacerItem *spacerItem2;
QSpacerItem *spacerItem3;
QSpacerItem *spacerItem4;
QSpacerItem *spacerItem5;
QSpacerItem *spacerItem6;
QSpacerItem *spacerItem7;
QSpacerItem *spacerItem8;
QSpacerItem *spacerItem9;
QFrame *welcomeFrame;
QWidget *welcomeVerticalLayout;
QVBoxLayout *vboxLayout1;
QHBoxLayout *hboxLayout4;
QSpacerItem *spacerItem10;
QLabel *label_4;
QSpacerItem *spacerItem11;
QSpacerItem *spacerItem12;
QHBoxLayout *hboxLayout5;
QSpacerItem *spacerItem13;
QLabel *label_6;
QSpacerItem *spacerItem14;
QHBoxLayout *hboxLayout6;
QSpacerItem *spacerItem15;
QLineEdit *nameLineEdit;
QSpacerItem *spacerItem16;
QHBoxLayout *hboxLayout7;
QSpacerItem *spacerItem17;
QLabel *label_5;
QSpacerItem *spacerItem18;
QSpacerItem *spacerItem19;
QHBoxLayout *hboxLayout8;
QSpacerItem *spacerItem20;
QToolButton *tbtnStart;
QSpacerItem *spacerItem21;
QWidget *testPage;
QWidget *testGridLayout;
QGridLayout *gridLayout2;
QVBoxLayout *vboxLayout2;
QListWidget *LQListWidget;
QProgressBar *progressBar;
QVBoxLayout *vboxLayout3;
QTextBrowser *questionTextBrowser;
QHBoxLayout *hboxLayout9;
QRadioButton *rbtnAnswerA;
QTextBrowser *answerA_textBrowser;
QHBoxLayout *hboxLayout10;
QRadioButton *rbtnAnswerB;
QTextBrowser *answerB_textBrowser;
QHBoxLayout *hboxLayout11;
QRadioButton *rbtnAnswerC;
QTextBrowser *answerC_textBrowser;
QHBoxLayout *hboxLayout12;
QRadioButton *rbtnAnswerD;
QTextBrowser *answerD_textBrowser;
QHBoxLayout *hboxLayout13;
QCheckBox *showRemainingTimeCheckBox;
QLCDNumber *remainingTimeLcdNumber;
QLabel *label_minutes;
QProgressBar *remainingTimeProgressBar;
QSpacerItem *spacerItem22;
QPushButton *btnLast;
QPushButton *btnNext;
QPushButton *btnFinish;
QWidget *resultsPage;
QWidget *resultsGridLayout;
QGridLayout *gridLayout3;
QHBoxLayout *hboxLayout14;
QPushButton *btnNewTest;
QSpacerItem *spacerItem23;
QPushButton *btnQuit;
QTableWidget *resultsTableWidget;
QLabel *label_13;
QHBoxLayout *hboxLayout15;
QLabel *label_11;
QLabel *scoreLabel;
QHBoxLayout *hboxLayout16;
QLabel *label_12;
QLabel *nameLabel;
void setupUi(QMainWindow *);
void retranslateUi(QMainWindow *);
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} #endif