#include "ui_main_window.h"

    void Ui_MainWindow::setupUi(QMainWindow *MainWindow)
    {
    if (MainWindow->objectName().isEmpty())
        MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
    MainWindow->resize(809, 613);
    MainWindow->setWindowIcon(QIcon(QString::fromUtf8(":/images/images/itestwri.png")));
    centralwidget = new QWidget(MainWindow);
    centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
    gridLayout = new QGridLayout(centralwidget);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    gridLayout->setContentsMargins(0, 0, 0, 0);
    mainStackedWidget = new QStackedWidget(centralwidget);
    mainStackedWidget->setObjectName(QString::fromUtf8("mainStackedWidget"));
    mainPage = new QWidget();
    mainPage->setObjectName(QString::fromUtf8("mainPage"));
    vboxLayout = new QVBoxLayout(mainPage);
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    rbtnNetwork = new QRadioButton(mainPage);
    rbtnNetwork->setObjectName(QString::fromUtf8("rbtnNetwork"));
    rbtnNetwork->setChecked(true);

    vboxLayout->addWidget(rbtnNetwork);

    hboxLayout = new QHBoxLayout();
    hboxLayout->setSpacing(6);
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    hboxLayout->setContentsMargins(0, 0, 0, 0);
    label_7 = new QLabel(mainPage);
    label_7->setObjectName(QString::fromUtf8("label_7"));

    hboxLayout->addWidget(label_7);

    serverNameLineEdit = new QLineEdit(mainPage);
    serverNameLineEdit->setObjectName(QString::fromUtf8("serverNameLineEdit"));
    serverNameLineEdit->setMinimumSize(QSize(0, 22));
    serverNameLineEdit->setMaximumSize(QSize(16777215, 22));

    hboxLayout->addWidget(serverNameLineEdit);

    spacerItem = new QSpacerItem(40, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);

    hboxLayout->addItem(spacerItem);

    label_8 = new QLabel(mainPage);
    label_8->setObjectName(QString::fromUtf8("label_8"));

    hboxLayout->addWidget(label_8);

    serverPortLineEdit = new QLineEdit(mainPage);
    serverPortLineEdit->setObjectName(QString::fromUtf8("serverPortLineEdit"));
    serverPortLineEdit->setMinimumSize(QSize(0, 22));
    serverPortLineEdit->setMaximumSize(QSize(16777215, 22));

    hboxLayout->addWidget(serverPortLineEdit);

    tbtnConnect = new QToolButton(mainPage);
    tbtnConnect->setObjectName(QString::fromUtf8("tbtnConnect"));
    tbtnConnect->setEnabled(false);
    tbtnConnect->setIcon(QIcon(QString::fromUtf8(":/images/images/connect.png")));
    tbtnConnect->setIconSize(QSize(22, 22));
    tbtnConnect->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout->addWidget(tbtnConnect);


    vboxLayout->addLayout(hboxLayout);

    rbtnFromFile = new QRadioButton(mainPage);
    rbtnFromFile->setObjectName(QString::fromUtf8("rbtnFromFile"));

    vboxLayout->addWidget(rbtnFromFile);

    label = new QLabel(mainPage);
    label->setObjectName(QString::fromUtf8("label"));

    vboxLayout->addWidget(label);

    hboxLayout1 = new QHBoxLayout();
    hboxLayout1->setSpacing(6);
    hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    hboxLayout1->setContentsMargins(0, 0, 0, 0);
    DBPathLineEdit = new QLineEdit(mainPage);
    DBPathLineEdit->setObjectName(QString::fromUtf8("DBPathLineEdit"));
    DBPathLineEdit->setEnabled(false);
    DBPathLineEdit->setMinimumSize(QSize(0, 22));
    DBPathLineEdit->setMaximumSize(QSize(16777215, 22));

    hboxLayout1->addWidget(DBPathLineEdit);

    tbtnBrowse_DBPath = new QToolButton(mainPage);
    tbtnBrowse_DBPath->setObjectName(QString::fromUtf8("tbtnBrowse_DBPath"));
    tbtnBrowse_DBPath->setEnabled(false);
    tbtnBrowse_DBPath->setIcon(QIcon(QString::fromUtf8(":/images/images/folder_red.png")));
    tbtnBrowse_DBPath->setIconSize(QSize(22, 22));
    tbtnBrowse_DBPath->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout1->addWidget(tbtnBrowse_DBPath);

    tbtnLoad = new QToolButton(mainPage);
    tbtnLoad->setObjectName(QString::fromUtf8("tbtnLoad"));
    tbtnLoad->setEnabled(false);
    tbtnLoad->setIcon(QIcon(QString::fromUtf8(":/images/images/reload.png")));
    tbtnLoad->setIconSize(QSize(22, 22));
    tbtnLoad->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout1->addWidget(tbtnLoad);


    vboxLayout->addLayout(hboxLayout1);

    line_2 = new QFrame(mainPage);
    line_2->setObjectName(QString::fromUtf8("line_2"));
    line_2->setFrameShape(QFrame::HLine);
    line_2->setFrameShadow(QFrame::Sunken);

    vboxLayout->addWidget(line_2);

    label_2 = new QLabel(mainPage);
    label_2->setObjectName(QString::fromUtf8("label_2"));

    vboxLayout->addWidget(label_2);

    label_9 = new QLabel(mainPage);
    label_9->setObjectName(QString::fromUtf8("label_9"));

    vboxLayout->addWidget(label_9);

    useDefaultOutputCheckBox = new QCheckBox(mainPage);
    useDefaultOutputCheckBox->setObjectName(QString::fromUtf8("useDefaultOutputCheckBox"));
    useDefaultOutputCheckBox->setChecked(true);

    vboxLayout->addWidget(useDefaultOutputCheckBox);

    hboxLayout2 = new QHBoxLayout();
    hboxLayout2->setSpacing(6);
    hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    hboxLayout2->setContentsMargins(0, 0, 0, 0);
    savePathLineEdit = new QLineEdit(mainPage);
    savePathLineEdit->setObjectName(QString::fromUtf8("savePathLineEdit"));
    savePathLineEdit->setEnabled(false);
    savePathLineEdit->setMinimumSize(QSize(0, 22));
    savePathLineEdit->setMaximumSize(QSize(16777215, 22));

    hboxLayout2->addWidget(savePathLineEdit);

    tbtnBrowse_savePath = new QToolButton(mainPage);
    tbtnBrowse_savePath->setObjectName(QString::fromUtf8("tbtnBrowse_savePath"));
    tbtnBrowse_savePath->setEnabled(false);
    tbtnBrowse_savePath->setIcon(QIcon(QString::fromUtf8(":/images/images/folder_red.png")));
    tbtnBrowse_savePath->setIconSize(QSize(22, 22));
    tbtnBrowse_savePath->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout2->addWidget(tbtnBrowse_savePath);


    vboxLayout->addLayout(hboxLayout2);

    line = new QFrame(mainPage);
    line->setObjectName(QString::fromUtf8("line"));
    line->setFrameShape(QFrame::HLine);
    line->setFrameShadow(QFrame::Sunken);

    vboxLayout->addWidget(line);

    label_10 = new QLabel(mainPage);
    label_10->setObjectName(QString::fromUtf8("label_10"));

    vboxLayout->addWidget(label_10);

    hideQuestionNamesCheckBox = new QCheckBox(mainPage);
    hideQuestionNamesCheckBox->setObjectName(QString::fromUtf8("hideQuestionNamesCheckBox"));

    vboxLayout->addWidget(hideQuestionNamesCheckBox);

    hideCorrectAnswersCheckBox = new QCheckBox(mainPage);
    hideCorrectAnswersCheckBox->setObjectName(QString::fromUtf8("hideCorrectAnswersCheckBox"));

    vboxLayout->addWidget(hideCorrectAnswersCheckBox);

    line_4 = new QFrame(mainPage);
    line_4->setObjectName(QString::fromUtf8("line_4"));
    line_4->setFrameShape(QFrame::HLine);
    line_4->setFrameShadow(QFrame::Sunken);

    vboxLayout->addWidget(line_4);

    label_3 = new QLabel(mainPage);
    label_3->setObjectName(QString::fromUtf8("label_3"));

    vboxLayout->addWidget(label_3);

    infoTableWidget = new QTableWidget(mainPage);
    infoTableWidget->setObjectName(QString::fromUtf8("infoTableWidget"));
    infoTableWidget->setEnabled(false);

    vboxLayout->addWidget(infoTableWidget);

    line_3 = new QFrame(mainPage);
    line_3->setObjectName(QString::fromUtf8("line_3"));
    line_3->setFrameShape(QFrame::HLine);
    line_3->setFrameShadow(QFrame::Sunken);

    vboxLayout->addWidget(line_3);

    hboxLayout3 = new QHBoxLayout();
    hboxLayout3->setSpacing(6);
    hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    hboxLayout3->setContentsMargins(0, 0, 0, 0);
    tbtnQuit = new QToolButton(mainPage);
    tbtnQuit->setObjectName(QString::fromUtf8("tbtnQuit"));
    tbtnQuit->setIcon(QIcon(QString::fromUtf8(":/images/images/quit.png")));
    tbtnQuit->setIconSize(QSize(22, 22));
    tbtnQuit->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout3->addWidget(tbtnQuit);

    tbtnAbout = new QToolButton(mainPage);
    tbtnAbout->setObjectName(QString::fromUtf8("tbtnAbout"));
    tbtnAbout->setIcon(QIcon(QString::fromUtf8(":/images/images/contents.png")));
    tbtnAbout->setIconSize(QSize(22, 22));
    tbtnAbout->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout3->addWidget(tbtnAbout);

    spacerItem1 = new QSpacerItem(701, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout3->addItem(spacerItem1);

    tbtnGetReady = new QToolButton(mainPage);
    tbtnGetReady->setObjectName(QString::fromUtf8("tbtnGetReady"));
    tbtnGetReady->setEnabled(false);
    tbtnGetReady->setIcon(QIcon(QString::fromUtf8(":/images/images/button_ok.png")));
    tbtnGetReady->setIconSize(QSize(22, 22));
    tbtnGetReady->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout3->addWidget(tbtnGetReady);


    vboxLayout->addLayout(hboxLayout3);

    mainStackedWidget->addWidget(mainPage);
    startPage = new QWidget();
    startPage->setObjectName(QString::fromUtf8("startPage"));
    gridLayout1 = new QGridLayout(startPage);
    gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
    spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout1->addItem(spacerItem2, 0, 0, 1, 1);

    spacerItem3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

    gridLayout1->addItem(spacerItem3, 0, 1, 1, 1);

    spacerItem4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout1->addItem(spacerItem4, 0, 2, 1, 1);

    spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout1->addItem(spacerItem5, 1, 0, 1, 1);

    welcomeFrame = new QFrame(startPage);
    welcomeFrame->setObjectName(QString::fromUtf8("welcomeFrame"));
    welcomeFrame->setMinimumSize(QSize(501, 204));
    welcomeFrame->setMaximumSize(QSize(501, 204));
    welcomeFrame->setFrameShape(QFrame::StyledPanel);
    welcomeFrame->setFrameShadow(QFrame::Raised);
    vboxLayout1 = new QVBoxLayout(welcomeFrame);
    vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    hboxLayout4 = new QHBoxLayout();
    hboxLayout4->setSpacing(6);
    hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
    hboxLayout4->setContentsMargins(0, 0, 0, 0);
    spacerItem6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout4->addItem(spacerItem6);

    label_4 = new QLabel(welcomeFrame);
    label_4->setObjectName(QString::fromUtf8("label_4"));

    hboxLayout4->addWidget(label_4);

    spacerItem7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout4->addItem(spacerItem7);


    vboxLayout1->addLayout(hboxLayout4);

    spacerItem8 = new QSpacerItem(481, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);

    vboxLayout1->addItem(spacerItem8);

    hboxLayout5 = new QHBoxLayout();
    hboxLayout5->setSpacing(6);
    hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
    hboxLayout5->setContentsMargins(0, 0, 0, 0);
    spacerItem9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout5->addItem(spacerItem9);

    label_6 = new QLabel(welcomeFrame);
    label_6->setObjectName(QString::fromUtf8("label_6"));

    hboxLayout5->addWidget(label_6);

    spacerItem10 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout5->addItem(spacerItem10);


    vboxLayout1->addLayout(hboxLayout5);

    hboxLayout6 = new QHBoxLayout();
    hboxLayout6->setSpacing(6);
    hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
    hboxLayout6->setContentsMargins(0, 0, 0, 0);
    spacerItem11 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout6->addItem(spacerItem11);

    nameLineEdit = new QLineEdit(welcomeFrame);
    nameLineEdit->setObjectName(QString::fromUtf8("nameLineEdit"));
    nameLineEdit->setMinimumSize(QSize(151, 0));

    hboxLayout6->addWidget(nameLineEdit);

    spacerItem12 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout6->addItem(spacerItem12);


    vboxLayout1->addLayout(hboxLayout6);

    hboxLayout7 = new QHBoxLayout();
    hboxLayout7->setSpacing(6);
    hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
    hboxLayout7->setContentsMargins(0, 0, 0, 0);
    spacerItem13 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout7->addItem(spacerItem13);

    label_5 = new QLabel(welcomeFrame);
    label_5->setObjectName(QString::fromUtf8("label_5"));

    hboxLayout7->addWidget(label_5);

    spacerItem14 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout7->addItem(spacerItem14);


    vboxLayout1->addLayout(hboxLayout7);

    spacerItem15 = new QSpacerItem(481, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);

    vboxLayout1->addItem(spacerItem15);

    hboxLayout8 = new QHBoxLayout();
    hboxLayout8->setSpacing(6);
    hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
    hboxLayout8->setContentsMargins(0, 0, 0, 0);
    spacerItem16 = new QSpacerItem(97, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout8->addItem(spacerItem16);

    tbtnStart = new QToolButton(welcomeFrame);
    tbtnStart->setObjectName(QString::fromUtf8("tbtnStart"));
    tbtnStart->setMinimumSize(QSize(100, 0));
    tbtnStart->setIcon(QIcon(QString::fromUtf8(":/images/images/player_play.png")));
    tbtnStart->setIconSize(QSize(32, 32));
    tbtnStart->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);

    hboxLayout8->addWidget(tbtnStart);

    spacerItem17 = new QSpacerItem(97, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout8->addItem(spacerItem17);


    vboxLayout1->addLayout(hboxLayout8);


    gridLayout1->addWidget(welcomeFrame, 1, 1, 1, 1);

    spacerItem18 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout1->addItem(spacerItem18, 1, 2, 1, 1);

    spacerItem19 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout1->addItem(spacerItem19, 2, 0, 1, 1);

    spacerItem20 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

    gridLayout1->addItem(spacerItem20, 2, 1, 1, 1);

    spacerItem21 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout1->addItem(spacerItem21, 2, 2, 1, 1);

    mainStackedWidget->addWidget(startPage);
    testPage = new QWidget();
    testPage->setObjectName(QString::fromUtf8("testPage"));
    hboxLayout9 = new QHBoxLayout(testPage);
    hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
    testPageSplitter = new MTSplitter(testPage);
    testPageSplitter->setObjectName(QString::fromUtf8("testPageSplitter"));
    QPalette palette;
    QBrush brush(QColor(255, 255, 255, 255));
    brush.setStyle(Qt::SolidPattern);
    palette.setBrush(QPalette::Active, QPalette::Base, brush);
    QBrush brush1(QColor(255, 255, 127, 255));
    brush1.setStyle(Qt::SolidPattern);
    palette.setBrush(QPalette::Active, QPalette::Window, brush1);
    palette.setBrush(QPalette::Inactive, QPalette::Base, brush);
    palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
    palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
    palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
    testPageSplitter->setPalette(palette);
    testPageSplitter->setOrientation(Qt::Horizontal);
    testPageSplitter->setChildrenCollapsible(false);
    layoutWidget_1 = new QWidget(testPageSplitter);
    layoutWidget_1->setObjectName(QString::fromUtf8("layoutWidget_1"));
    vboxLayout2 = new QVBoxLayout(layoutWidget_1);
    vboxLayout2->setSpacing(6);
    vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
    vboxLayout2->setContentsMargins(0, 0, 0, 0);
    LQListWidget = new QListWidget(layoutWidget_1);
    LQListWidget->setObjectName(QString::fromUtf8("LQListWidget"));
    QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
    sizePolicy.setHorizontalStretch(0);
    sizePolicy.setVerticalStretch(0);
    sizePolicy.setHeightForWidth(LQListWidget->sizePolicy().hasHeightForWidth());
    LQListWidget->setSizePolicy(sizePolicy);
    LQListWidget->setMinimumSize(QSize(100, 0));

    vboxLayout2->addWidget(LQListWidget);

    progressBar = new QProgressBar(layoutWidget_1);
    progressBar->setObjectName(QString::fromUtf8("progressBar"));
    QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
    sizePolicy1.setHorizontalStretch(0);
    sizePolicy1.setVerticalStretch(0);
    sizePolicy1.setHeightForWidth(progressBar->sizePolicy().hasHeightForWidth());
    progressBar->setSizePolicy(sizePolicy1);
    progressBar->setMinimumSize(QSize(100, 0));
    progressBar->setValue(0);
    progressBar->setAlignment(Qt::AlignHCenter);
    progressBar->setOrientation(Qt::Horizontal);

    vboxLayout2->addWidget(progressBar);

    testPageSplitter->addWidget(layoutWidget_1);
    layoutWidget_2 = new QWidget(testPageSplitter);
    layoutWidget_2->setObjectName(QString::fromUtf8("layoutWidget_2"));
    vboxLayout3 = new QVBoxLayout(layoutWidget_2);
    vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
    vboxLayout3->setContentsMargins(0, 0, 0, 0);
    questionTextSvgSplitter = new MTSplitter(layoutWidget_2);
    questionTextSvgSplitter->setObjectName(QString::fromUtf8("questionTextSvgSplitter"));
    questionTextSvgSplitter->setOrientation(Qt::Vertical);
    questionTextBrowser = new QTextBrowser(questionTextSvgSplitter);
    questionTextBrowser->setObjectName(QString::fromUtf8("questionTextBrowser"));
    questionTextSvgSplitter->addWidget(questionTextBrowser);
    svgDisplayWidget = new MTMultiSvgWidget(questionTextSvgSplitter);
    svgDisplayWidget->setObjectName(QString::fromUtf8("svgDisplayWidget"));
    svgDisplayWidget->setMinimumSize(QSize(0, 59));
    questionTextSvgSplitter->addWidget(svgDisplayWidget);

    vboxLayout3->addWidget(questionTextSvgSplitter);

    hboxLayout10 = new QHBoxLayout();
    hboxLayout10->setSpacing(6);
    hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
    hboxLayout10->setContentsMargins(0, 0, 0, 0);
    rbtnAnswerA = new QRadioButton(layoutWidget_2);
    rbtnAnswerA->setObjectName(QString::fromUtf8("rbtnAnswerA"));

    hboxLayout10->addWidget(rbtnAnswerA);

    answerA_textBrowser = new QTextBrowser(layoutWidget_2);
    answerA_textBrowser->setObjectName(QString::fromUtf8("answerA_textBrowser"));
    QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed);
    sizePolicy2.setHorizontalStretch(0);
    sizePolicy2.setVerticalStretch(0);
    sizePolicy2.setHeightForWidth(answerA_textBrowser->sizePolicy().hasHeightForWidth());
    answerA_textBrowser->setSizePolicy(sizePolicy2);
    answerA_textBrowser->setMaximumSize(QSize(16777215, 59));

    hboxLayout10->addWidget(answerA_textBrowser);


    vboxLayout3->addLayout(hboxLayout10);

    hboxLayout11 = new QHBoxLayout();
    hboxLayout11->setSpacing(6);
    hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11"));
    hboxLayout11->setContentsMargins(0, 0, 0, 0);
    rbtnAnswerB = new QRadioButton(layoutWidget_2);
    rbtnAnswerB->setObjectName(QString::fromUtf8("rbtnAnswerB"));

    hboxLayout11->addWidget(rbtnAnswerB);

    answerB_textBrowser = new QTextBrowser(layoutWidget_2);
    answerB_textBrowser->setObjectName(QString::fromUtf8("answerB_textBrowser"));
    sizePolicy2.setHeightForWidth(answerB_textBrowser->sizePolicy().hasHeightForWidth());
    answerB_textBrowser->setSizePolicy(sizePolicy2);
    answerB_textBrowser->setMaximumSize(QSize(16777215, 59));

    hboxLayout11->addWidget(answerB_textBrowser);


    vboxLayout3->addLayout(hboxLayout11);

    hboxLayout12 = new QHBoxLayout();
    hboxLayout12->setSpacing(6);
    hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12"));
    hboxLayout12->setContentsMargins(0, 0, 0, 0);
    rbtnAnswerC = new QRadioButton(layoutWidget_2);
    rbtnAnswerC->setObjectName(QString::fromUtf8("rbtnAnswerC"));

    hboxLayout12->addWidget(rbtnAnswerC);

    answerC_textBrowser = new QTextBrowser(layoutWidget_2);
    answerC_textBrowser->setObjectName(QString::fromUtf8("answerC_textBrowser"));
    sizePolicy2.setHeightForWidth(answerC_textBrowser->sizePolicy().hasHeightForWidth());
    answerC_textBrowser->setSizePolicy(sizePolicy2);
    answerC_textBrowser->setMaximumSize(QSize(16777215, 59));

    hboxLayout12->addWidget(answerC_textBrowser);


    vboxLayout3->addLayout(hboxLayout12);

    hboxLayout13 = new QHBoxLayout();
    hboxLayout13->setSpacing(6);
    hboxLayout13->setObjectName(QString::fromUtf8("hboxLayout13"));
    hboxLayout13->setContentsMargins(0, 0, 0, 0);
    rbtnAnswerD = new QRadioButton(layoutWidget_2);
    rbtnAnswerD->setObjectName(QString::fromUtf8("rbtnAnswerD"));

    hboxLayout13->addWidget(rbtnAnswerD);

    answerD_textBrowser = new QTextBrowser(layoutWidget_2);
    answerD_textBrowser->setObjectName(QString::fromUtf8("answerD_textBrowser"));
    sizePolicy2.setHeightForWidth(answerD_textBrowser->sizePolicy().hasHeightForWidth());
    answerD_textBrowser->setSizePolicy(sizePolicy2);
    answerD_textBrowser->setMaximumSize(QSize(16777215, 59));

    hboxLayout13->addWidget(answerD_textBrowser);


    vboxLayout3->addLayout(hboxLayout13);

    hboxLayout14 = new QHBoxLayout();
    hboxLayout14->setObjectName(QString::fromUtf8("hboxLayout14"));
    showRemainingTimeCheckBox = new QCheckBox(layoutWidget_2);
    showRemainingTimeCheckBox->setObjectName(QString::fromUtf8("showRemainingTimeCheckBox"));

    hboxLayout14->addWidget(showRemainingTimeCheckBox);

    remainingTimeLcdNumber = new QLCDNumber(layoutWidget_2);
    remainingTimeLcdNumber->setObjectName(QString::fromUtf8("remainingTimeLcdNumber"));
    remainingTimeLcdNumber->setFrameShape(QFrame::NoFrame);
    remainingTimeLcdNumber->setSegmentStyle(QLCDNumber::Flat);
    remainingTimeLcdNumber->setProperty("intValue", QVariant(60));

    hboxLayout14->addWidget(remainingTimeLcdNumber);

    label_minutes = new QLabel(layoutWidget_2);
    label_minutes->setObjectName(QString::fromUtf8("label_minutes"));

    hboxLayout14->addWidget(label_minutes);

    remainingTimeProgressBar = new QProgressBar(layoutWidget_2);
    remainingTimeProgressBar->setObjectName(QString::fromUtf8("remainingTimeProgressBar"));
    remainingTimeProgressBar->setValue(100);
    remainingTimeProgressBar->setTextVisible(false);
    remainingTimeProgressBar->setOrientation(Qt::Horizontal);

    hboxLayout14->addWidget(remainingTimeProgressBar);

    spacerItem22 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout14->addItem(spacerItem22);

    btnLast = new QPushButton(layoutWidget_2);
    btnLast->setObjectName(QString::fromUtf8("btnLast"));
    btnLast->setMaximumSize(QSize(16777215, 23));
    btnLast->setIcon(QIcon(QString::fromUtf8(":/images/images/back.png")));
    btnLast->setIconSize(QSize(20, 20));

    hboxLayout14->addWidget(btnLast);

    btnNext = new QPushButton(layoutWidget_2);
    btnNext->setObjectName(QString::fromUtf8("btnNext"));
    btnNext->setMaximumSize(QSize(16777215, 23));
    btnNext->setIcon(QIcon(QString::fromUtf8(":/images/images/forward.png")));
    btnNext->setIconSize(QSize(20, 20));

    hboxLayout14->addWidget(btnNext);

    btnFinish = new QPushButton(layoutWidget_2);
    btnFinish->setObjectName(QString::fromUtf8("btnFinish"));
    btnFinish->setMaximumSize(QSize(16777215, 23));
    btnFinish->setIcon(QIcon(QString::fromUtf8(":/images/images/button_ok.png")));
    btnFinish->setIconSize(QSize(20, 20));

    hboxLayout14->addWidget(btnFinish);


    vboxLayout3->addLayout(hboxLayout14);

    testPageSplitter->addWidget(layoutWidget_2);

    hboxLayout9->addWidget(testPageSplitter);

    mainStackedWidget->addWidget(testPage);
    resultsPage = new QWidget();
    resultsPage->setObjectName(QString::fromUtf8("resultsPage"));
    gridLayout2 = new QGridLayout(resultsPage);
    gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
    label_12 = new QLabel(resultsPage);
    label_12->setObjectName(QString::fromUtf8("label_12"));

    gridLayout2->addWidget(label_12, 0, 0, 1, 1);

    nameLabel = new QLabel(resultsPage);
    nameLabel->setObjectName(QString::fromUtf8("nameLabel"));

    gridLayout2->addWidget(nameLabel, 0, 1, 1, 1);

    spacerItem23 = new QSpacerItem(313, 16, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout2->addItem(spacerItem23, 0, 2, 1, 1);

    label_11 = new QLabel(resultsPage);
    label_11->setObjectName(QString::fromUtf8("label_11"));

    gridLayout2->addWidget(label_11, 1, 0, 1, 1);

    scoreLabel = new QLabel(resultsPage);
    scoreLabel->setObjectName(QString::fromUtf8("scoreLabel"));

    gridLayout2->addWidget(scoreLabel, 1, 1, 1, 1);

    spacerItem24 = new QSpacerItem(313, 16, QSizePolicy::Expanding, QSizePolicy::Minimum);

    gridLayout2->addItem(spacerItem24, 1, 2, 1, 1);

    label_13 = new QLabel(resultsPage);
    label_13->setObjectName(QString::fromUtf8("label_13"));

    gridLayout2->addWidget(label_13, 2, 0, 1, 3);

    resultsTableWidget = new QTableWidget(resultsPage);
    resultsTableWidget->setObjectName(QString::fromUtf8("resultsTableWidget"));

    gridLayout2->addWidget(resultsTableWidget, 3, 0, 1, 3);

    hboxLayout15 = new QHBoxLayout();
    hboxLayout15->setObjectName(QString::fromUtf8("hboxLayout15"));
    btnNewTest = new QPushButton(resultsPage);
    btnNewTest->setObjectName(QString::fromUtf8("btnNewTest"));
    btnNewTest->setIcon(QIcon(QString::fromUtf8(":/images/images/reload.png")));
    btnNewTest->setIconSize(QSize(22, 22));

    hboxLayout15->addWidget(btnNewTest);

    spacerItem25 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout15->addItem(spacerItem25);

    btnQuit = new QPushButton(resultsPage);
    btnQuit->setObjectName(QString::fromUtf8("btnQuit"));
    btnQuit->setIcon(QIcon(QString::fromUtf8(":/images/images/quit.png")));
    btnQuit->setIconSize(QSize(22, 22));

    hboxLayout15->addWidget(btnQuit);


    gridLayout2->addLayout(hboxLayout15, 4, 0, 1, 3);

    mainStackedWidget->addWidget(resultsPage);

    gridLayout->addWidget(mainStackedWidget, 0, 0, 1, 1);

    MainWindow->setCentralWidget(centralwidget);

    retranslateUi(MainWindow);
    QObject::connect(nameLineEdit, SIGNAL(returnPressed()), tbtnStart, SLOT(click()));
    QObject::connect(serverNameLineEdit, SIGNAL(returnPressed()), serverPortLineEdit, SLOT(selectAll()));
    QObject::connect(serverNameLineEdit, SIGNAL(returnPressed()), serverPortLineEdit, SLOT(setFocus()));
    QObject::connect(serverPortLineEdit, SIGNAL(returnPressed()), tbtnConnect, SLOT(click()));
    QObject::connect(nameLineEdit, SIGNAL(textEdited(QString)), nameLabel, SLOT(setText(QString)));
    QObject::connect(showRemainingTimeCheckBox, SIGNAL(toggled(bool)), remainingTimeLcdNumber, SLOT(setVisible(bool)));
    QObject::connect(showRemainingTimeCheckBox, SIGNAL(toggled(bool)), remainingTimeProgressBar, SLOT(setVisible(bool)));
    QObject::connect(showRemainingTimeCheckBox, SIGNAL(toggled(bool)), label_minutes, SLOT(setVisible(bool)));
    QObject::connect(rbtnFromFile, SIGNAL(toggled(bool)), hideCorrectAnswersCheckBox, SLOT(setDisabled(bool)));

    mainStackedWidget->setCurrentIndex(0);


    QMetaObject::connectSlotsByName(MainWindow);
    } // setupUi

    void Ui_MainWindow::retranslateUi(QMainWindow *MainWindow)
    {
    MainWindow->setWindowTitle(QApplication::translate("MainWindow", "iTestClient", 0, QApplication::UnicodeUTF8));
    rbtnNetwork->setText(QApplication::translate("MainWindow", "Connect to an iTest server", 0, QApplication::UnicodeUTF8));
    label_7->setText(QApplication::translate("MainWindow", "<b>Server name</b>", 0, QApplication::UnicodeUTF8));
    label_8->setText(QApplication::translate("MainWindow", "<b>Server port</b>", 0, QApplication::UnicodeUTF8));
    tbtnConnect->setText(QApplication::translate("MainWindow", "Connect", 0, QApplication::UnicodeUTF8));
    rbtnFromFile->setText(QApplication::translate("MainWindow", "Use an iTest database file", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("MainWindow", "<b>Database file path</b>", 0, QApplication::UnicodeUTF8));
    tbtnBrowse_DBPath->setText(QApplication::translate("MainWindow", "Browse", 0, QApplication::UnicodeUTF8));
    tbtnLoad->setText(QApplication::translate("MainWindow", "Load", 0, QApplication::UnicodeUTF8));
    label_2->setText(QApplication::translate("MainWindow", "<b>Save answers to</b>", 0, QApplication::UnicodeUTF8));
    label_9->setText(QApplication::translate("MainWindow", "If connected to an iTest server, results will be sent automatically. You only need this file if there is no network available or in case of connection breakdown.", 0, QApplication::UnicodeUTF8));
    useDefaultOutputCheckBox->setToolTip(QApplication::translate("MainWindow", "$HOME/TestName-Date-SurnameName.itcl, where $HOME is the directory of the current user's profile on Windows and the home directory on Unix/Linux/Mac OS", 0, QApplication::UnicodeUTF8));
    useDefaultOutputCheckBox->setText(QApplication::translate("MainWindow", "Use default", 0, QApplication::UnicodeUTF8));
    tbtnBrowse_savePath->setText(QApplication::translate("MainWindow", "Browse", 0, QApplication::UnicodeUTF8));
    label_10->setText(QApplication::translate("MainWindow", "<b>Other settings</b>", 0, QApplication::UnicodeUTF8));
    hideQuestionNamesCheckBox->setText(QApplication::translate("MainWindow", "Hide question names, show numbers instead", 0, QApplication::UnicodeUTF8));
    hideCorrectAnswersCheckBox->setText(QApplication::translate("MainWindow", "Do not show correct answers at the end of the test", 0, QApplication::UnicodeUTF8));
    label_3->setText(QApplication::translate("MainWindow", "<b>Test information</b>", 0, QApplication::UnicodeUTF8));
    if (infoTableWidget->columnCount() < 1)
        infoTableWidget->setColumnCount(1);

    QTableWidgetItem *__colItem = new QTableWidgetItem();
    __colItem->setText(QApplication::translate("MainWindow", "Data", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setHorizontalHeaderItem(0, __colItem);
    if (infoTableWidget->rowCount() < 9)
        infoTableWidget->setRowCount(9);

    QTableWidgetItem *__rowItem = new QTableWidgetItem();
    __rowItem->setText(QApplication::translate("MainWindow", "Test name", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(0, __rowItem);

    QTableWidgetItem *__rowItem1 = new QTableWidgetItem();
    __rowItem1->setText(QApplication::translate("MainWindow", "Database date", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(1, __rowItem1);

    QTableWidgetItem *__rowItem2 = new QTableWidgetItem();
    __rowItem2->setText(QApplication::translate("MainWindow", "Test date", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(2, __rowItem2);

    QTableWidgetItem *__rowItem3 = new QTableWidgetItem();
    __rowItem3->setText(QApplication::translate("MainWindow", "Test time", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(3, __rowItem3);

    QTableWidgetItem *__rowItem4 = new QTableWidgetItem();
    __rowItem4->setText(QApplication::translate("MainWindow", "Number of questions", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(4, __rowItem4);

    QTableWidgetItem *__rowItem5 = new QTableWidgetItem();
    __rowItem5->setText(QApplication::translate("MainWindow", "Number of flags", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(5, __rowItem5);

    QTableWidgetItem *__rowItem6 = new QTableWidgetItem();
    __rowItem6->setText(QApplication::translate("MainWindow", "Flag names", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(6, __rowItem6);

    QTableWidgetItem *__rowItem7 = new QTableWidgetItem();
    __rowItem7->setText(QApplication::translate("MainWindow", "Pass mark", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(7, __rowItem7);

    QTableWidgetItem *__rowItem8 = new QTableWidgetItem();
    __rowItem8->setText(QApplication::translate("MainWindow", "Comments", 0, QApplication::UnicodeUTF8));
    infoTableWidget->setVerticalHeaderItem(8, __rowItem8);
    tbtnQuit->setText(QApplication::translate("MainWindow", "Quit", 0, QApplication::UnicodeUTF8));
    tbtnAbout->setText(QApplication::translate("MainWindow", "About", 0, QApplication::UnicodeUTF8));
    tbtnGetReady->setText(QApplication::translate("MainWindow", "Ready", 0, QApplication::UnicodeUTF8));
    label_4->setText(QApplication::translate("MainWindow", "<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:20pt;\">Welcome!</span></p></body></html>", 0, QApplication::UnicodeUTF8));
    label_6->setText(QApplication::translate("MainWindow", "Your name:", 0, QApplication::UnicodeUTF8));
    label_5->setText(QApplication::translate("MainWindow", "When you are ready to begin the examination, click the Start button below.", 0, QApplication::UnicodeUTF8));
    tbtnStart->setText(QApplication::translate("MainWindow", "Start", 0, QApplication::UnicodeUTF8));
    rbtnAnswerA->setText(QApplication::translate("MainWindow", "a)", 0, QApplication::UnicodeUTF8));
    rbtnAnswerB->setText(QApplication::translate("MainWindow", "b)", 0, QApplication::UnicodeUTF8));
    rbtnAnswerC->setText(QApplication::translate("MainWindow", "c)", 0, QApplication::UnicodeUTF8));
    rbtnAnswerD->setText(QApplication::translate("MainWindow", "d)", 0, QApplication::UnicodeUTF8));
    showRemainingTimeCheckBox->setText(QApplication::translate("MainWindow", "Show remaining time", 0, QApplication::UnicodeUTF8));
    label_minutes->setText(QApplication::translate("MainWindow", "minute(s)", 0, QApplication::UnicodeUTF8));
    btnLast->setText(QApplication::translate("MainWindow", "Last question", 0, QApplication::UnicodeUTF8));
    btnNext->setText(QApplication::translate("MainWindow", "Next question", 0, QApplication::UnicodeUTF8));
    btnFinish->setText(QApplication::translate("MainWindow", "Finish", 0, QApplication::UnicodeUTF8));
    label_12->setText(QApplication::translate("MainWindow", "<b>Name:</b>", 0, QApplication::UnicodeUTF8));
    nameLabel->setText(QString());
    label_11->setText(QApplication::translate("MainWindow", "<b>Score:</b>", 0, QApplication::UnicodeUTF8));
    label_13->setText(QApplication::translate("MainWindow", "<b>Results:</b>", 0, QApplication::UnicodeUTF8));
    if (resultsTableWidget->columnCount() < 4)
        resultsTableWidget->setColumnCount(4);

    QTableWidgetItem *__colItem1 = new QTableWidgetItem();
    __colItem1->setText(QApplication::translate("MainWindow", "Question", 0, QApplication::UnicodeUTF8));
    resultsTableWidget->setHorizontalHeaderItem(0, __colItem1);

    QTableWidgetItem *__colItem2 = new QTableWidgetItem();
    __colItem2->setText(QApplication::translate("MainWindow", "Answered correctly", 0, QApplication::UnicodeUTF8));
    resultsTableWidget->setHorizontalHeaderItem(1, __colItem2);

    QTableWidgetItem *__colItem3 = new QTableWidgetItem();
    __colItem3->setText(QApplication::translate("MainWindow", "Answer", 0, QApplication::UnicodeUTF8));
    resultsTableWidget->setHorizontalHeaderItem(2, __colItem3);

    QTableWidgetItem *__colItem4 = new QTableWidgetItem();
    __colItem4->setText(QApplication::translate("MainWindow", "Correct answer", 0, QApplication::UnicodeUTF8));
    resultsTableWidget->setHorizontalHeaderItem(3, __colItem4);
    btnNewTest->setText(QApplication::translate("MainWindow", "New test", 0, QApplication::UnicodeUTF8));
    btnQuit->setText(QApplication::translate("MainWindow", "Quit", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(MainWindow);
    } // retranslateUi