/********************************************************************************
** Form generated from reading ui file 'main_window.ui'
**
** Created: Fri 9. Nov 13:19:54 2007
**      by: Qt User Interface Compiler version 4.3.2
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#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>
#include "mtmultisvgwidget.h"
#include "mtsplitter.h"

class Ui_MainWindow
{
public:
    QWidget *centralwidget;
    QGridLayout *gridLayout;
    QStackedWidget *mainStackedWidget;
    QWidget *mainPage;
    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;
    QCheckBox *hideCorrectAnswersCheckBox;
    QFrame *line_4;
    QLabel *label_3;
    QTableWidget *infoTableWidget;
    QFrame *line_3;
    QHBoxLayout *hboxLayout3;
    QToolButton *tbtnQuit;
    QToolButton *tbtnAbout;
    QSpacerItem *spacerItem1;
    QToolButton *tbtnGetReady;
    QWidget *startPage;
    QGridLayout *gridLayout1;
    QSpacerItem *spacerItem2;
    QSpacerItem *spacerItem3;
    QSpacerItem *spacerItem4;
    QSpacerItem *spacerItem5;
    QFrame *welcomeFrame;
    QVBoxLayout *vboxLayout1;
    QHBoxLayout *hboxLayout4;
    QSpacerItem *spacerItem6;
    QLabel *label_4;
    QSpacerItem *spacerItem7;
    QSpacerItem *spacerItem8;
    QHBoxLayout *hboxLayout5;
    QSpacerItem *spacerItem9;
    QLabel *label_6;
    QSpacerItem *spacerItem10;
    QHBoxLayout *hboxLayout6;
    QSpacerItem *spacerItem11;
    QLineEdit *nameLineEdit;
    QSpacerItem *spacerItem12;
    QHBoxLayout *hboxLayout7;
    QSpacerItem *spacerItem13;
    QLabel *label_5;
    QSpacerItem *spacerItem14;
    QSpacerItem *spacerItem15;
    QHBoxLayout *hboxLayout8;
    QSpacerItem *spacerItem16;
    QToolButton *tbtnStart;
    QSpacerItem *spacerItem17;
    QSpacerItem *spacerItem18;
    QSpacerItem *spacerItem19;
    QSpacerItem *spacerItem20;
    QSpacerItem *spacerItem21;
    QWidget *testPage;
    QHBoxLayout *hboxLayout9;
    MTSplitter *testPageSplitter;
    QWidget *layoutWidget_1;
    QVBoxLayout *vboxLayout2;
    QListWidget *LQListWidget;
    QProgressBar *progressBar;
    QWidget *layoutWidget_2;
    QVBoxLayout *vboxLayout3;
    MTSplitter *questionTextSvgSplitter;
    QTextBrowser *questionTextBrowser;
    MTMultiSvgWidget *svgDisplayWidget;
    QHBoxLayout *hboxLayout10;
    QRadioButton *rbtnAnswerA;
    QTextBrowser *answerA_textBrowser;
    QHBoxLayout *hboxLayout11;
    QRadioButton *rbtnAnswerB;
    QTextBrowser *answerB_textBrowser;
    QHBoxLayout *hboxLayout12;
    QRadioButton *rbtnAnswerC;
    QTextBrowser *answerC_textBrowser;
    QHBoxLayout *hboxLayout13;
    QRadioButton *rbtnAnswerD;
    QTextBrowser *answerD_textBrowser;
    QHBoxLayout *hboxLayout14;
    QCheckBox *showRemainingTimeCheckBox;
    QLCDNumber *remainingTimeLcdNumber;
    QLabel *label_minutes;
    QProgressBar *remainingTimeProgressBar;
    QSpacerItem *spacerItem22;
    QPushButton *btnLast;
    QPushButton *btnNext;
    QPushButton *btnFinish;
    QWidget *resultsPage;
    QGridLayout *gridLayout2;
    QLabel *label_12;
    QLabel *nameLabel;
    QSpacerItem *spacerItem23;
    QLabel *label_11;
    QLabel *scoreLabel;
    QSpacerItem *spacerItem24;
    QLabel *label_13;
    QTableWidget *resultsTableWidget;
    QHBoxLayout *hboxLayout15;
    QPushButton *btnNewTest;
    QSpacerItem *spacerItem25;
    QPushButton *btnQuit;

    void setupUi(QMainWindow *);
    void retranslateUi(QMainWindow *);

};

namespace Ui {
    class MainWindow: public Ui_MainWindow {};
} // namespace Ui

#endif // UI_MAIN_WINDOW_H