#include "ui_main_window_v2.h"
void Ui_MainWindow::setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
MainWindow->resize(860, 685);
MainWindow->setMinimumSize(QSize(780, 580));
MainWindow->setWindowIcon(QIcon(QString::fromUtf8(":/images/images/itest.png")));
actionNew = new QAction(MainWindow);
actionNew->setObjectName(QString::fromUtf8("actionNew"));
actionNew->setIcon(QIcon(QString::fromUtf8(":/images/images/filenew.png")));
actionOpen = new QAction(MainWindow);
actionOpen->setObjectName(QString::fromUtf8("actionOpen"));
actionOpen->setIcon(QIcon(QString::fromUtf8(":/images/images/fileopen.png")));
actionSave = new QAction(MainWindow);
actionSave->setObjectName(QString::fromUtf8("actionSave"));
actionSave->setIcon(QIcon(QString::fromUtf8(":/images/images/filesave.png")));
actionSave_as = new QAction(MainWindow);
actionSave_as->setObjectName(QString::fromUtf8("actionSave_as"));
actionSave_as->setIcon(QIcon(QString::fromUtf8(":/images/images/filesaveas.png")));
actionClose = new QAction(MainWindow);
actionClose->setObjectName(QString::fromUtf8("actionClose"));
actionClose->setIcon(QIcon(QString::fromUtf8(":/images/images/fileclose.png")));
actionQuit = new QAction(MainWindow);
actionQuit->setObjectName(QString::fromUtf8("actionQuit"));
actionQuit->setIcon(QIcon(QString::fromUtf8(":/images/images/quit.png")));
actionEdit_flags = new QAction(MainWindow);
actionEdit_flags->setObjectName(QString::fromUtf8("actionEdit_flags"));
actionEdit_flags->setCheckable(true);
actionEdit_flags->setIcon(QIcon(QString::fromUtf8(":/images/images/flag.png")));
actionEdit_test = new QAction(MainWindow);
actionEdit_test->setObjectName(QString::fromUtf8("actionEdit_test"));
actionEdit_test->setCheckable(true);
actionEdit_test->setIcon(QIcon(QString::fromUtf8(":/images/images/itestserver32.png")));
actionAbout = new QAction(MainWindow);
actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
actionAbout->setIcon(QIcon(QString::fromUtf8(":/images/images/itest32.png")));
actionFrom_A_to_Z = new QAction(MainWindow);
actionFrom_A_to_Z->setObjectName(QString::fromUtf8("actionFrom_A_to_Z"));
actionFrom_A_to_Z->setIcon(QIcon(QString::fromUtf8(":/images/images/sort_ascending.png")));
actionFrom_Z_to_A = new QAction(MainWindow);
actionFrom_Z_to_A->setObjectName(QString::fromUtf8("actionFrom_Z_to_A"));
actionFrom_Z_to_A->setIcon(QIcon(QString::fromUtf8(":/images/images/sort_descending.png")));
actionShow_all = new QAction(MainWindow);
actionShow_all->setObjectName(QString::fromUtf8("actionShow_all"));
actionShow_easy = new QAction(MainWindow);
actionShow_easy->setObjectName(QString::fromUtf8("actionShow_easy"));
actionShow_easy->setIcon(QIcon(QString::fromUtf8(":/images/images/easy.png")));
actionShow_medium = new QAction(MainWindow);
actionShow_medium->setObjectName(QString::fromUtf8("actionShow_medium"));
actionShow_medium->setIcon(QIcon(QString::fromUtf8(":/images/images/medium.png")));
actionShow_difficult = new QAction(MainWindow);
actionShow_difficult->setObjectName(QString::fromUtf8("actionShow_difficult"));
actionShow_difficult->setIcon(QIcon(QString::fromUtf8(":/images/images/difficult.png")));
actionShow_DBI = new QAction(MainWindow);
actionShow_DBI->setObjectName(QString::fromUtf8("actionShow_DBI"));
actionShow_DBI->setCheckable(true);
actionShow_DBI->setChecked(true);
actionShow_flag = new QAction(MainWindow);
actionShow_flag->setObjectName(QString::fromUtf8("actionShow_flag"));
actionShow_flag->setIcon(QIcon(QString::fromUtf8(":/images/images/flag.png")));
actionMove_up = new QAction(MainWindow);
actionMove_up->setObjectName(QString::fromUtf8("actionMove_up"));
actionMove_up->setIcon(QIcon(QString::fromUtf8(":/images/images/up.png")));
actionMove_down = new QAction(MainWindow);
actionMove_down->setObjectName(QString::fromUtf8("actionMove_down"));
actionMove_down->setIcon(QIcon(QString::fromUtf8(":/images/images/down.png")));
actionEdit_comments = new QAction(MainWindow);
actionEdit_comments->setObjectName(QString::fromUtf8("actionEdit_comments"));
actionEdit_comments->setCheckable(true);
actionEdit_comments->setIcon(QIcon(QString::fromUtf8(":/images/images/edit.png")));
actionUse_last_save_date = new QAction(MainWindow);
actionUse_last_save_date->setObjectName(QString::fromUtf8("actionUse_last_save_date"));
actionUse_last_save_date->setCheckable(true);
actionUse_last_save_date->setChecked(true);
actionAdd = new QAction(MainWindow);
actionAdd->setObjectName(QString::fromUtf8("actionAdd"));
actionAdd->setIcon(QIcon(QString::fromUtf8(":/images/images/filenew.png")));
actionDuplicate = new QAction(MainWindow);
actionDuplicate->setObjectName(QString::fromUtf8("actionDuplicate"));
actionDuplicate->setIcon(QIcon(QString::fromUtf8(":/images/images/editcopy.png")));
actionDelete = new QAction(MainWindow);
actionDelete->setObjectName(QString::fromUtf8("actionDelete"));
actionDelete->setIcon(QIcon(QString::fromUtf8(":/images/images/editdelete.png")));
actionMove_to_top = new QAction(MainWindow);
actionMove_to_top->setObjectName(QString::fromUtf8("actionMove_to_top"));
actionMove_to_top->setIcon(QIcon(QString::fromUtf8(":/images/images/top.png")));
actionMove_to_bottom = new QAction(MainWindow);
actionMove_to_bottom->setObjectName(QString::fromUtf8("actionMove_to_bottom"));
actionMove_to_bottom->setIcon(QIcon(QString::fromUtf8(":/images/images/bottom.png")));
actionApply = new QAction(MainWindow);
actionApply->setObjectName(QString::fromUtf8("actionApply"));
actionApply->setIcon(QIcon(QString::fromUtf8(":/images/images/button_ok.png")));
actionDiscard = new QAction(MainWindow);
actionDiscard->setObjectName(QString::fromUtf8("actionDiscard"));
actionDiscard->setIcon(QIcon(QString::fromUtf8(":/images/images/button_cancel.png")));
actionEdit_questions = new QAction(MainWindow);
actionEdit_questions->setObjectName(QString::fromUtf8("actionEdit_questions"));
actionEdit_questions->setCheckable(true);
actionEdit_questions->setChecked(false);
actionEdit_questions->setIcon(QIcon(QString::fromUtf8(":/images/images/itest.png")));
actionAdd_offline_client = new QAction(MainWindow);
actionAdd_offline_client->setObjectName(QString::fromUtf8("actionAdd_offline_client"));
actionAdd_offline_client->setIcon(QIcon(QString::fromUtf8(":/images/images/client.png")));
actionStop_server = new QAction(MainWindow);
actionStop_server->setObjectName(QString::fromUtf8("actionStop_server"));
actionStop_server->setIcon(QIcon(QString::fromUtf8(":/images/images/player_stop.png")));
actionStart_server = new QAction(MainWindow);
actionStart_server->setObjectName(QString::fromUtf8("actionStart_server"));
actionStart_server->setIcon(QIcon(QString::fromUtf8(":/images/images/player_play.png")));
actionExport_log = new QAction(MainWindow);
actionExport_log->setObjectName(QString::fromUtf8("actionExport_log"));
actionExport_log->setIcon(QIcon(QString::fromUtf8(":/images/images/log.png")));
actionSave_session = new QAction(MainWindow);
actionSave_session->setObjectName(QString::fromUtf8("actionSave_session"));
actionSave_session->setCheckable(true);
actionSave_session->setChecked(true);
actionQuickPrint = new QAction(MainWindow);
actionQuickPrint->setObjectName(QString::fromUtf8("actionQuickPrint"));
actionQuickPrint->setIcon(QIcon(QString::fromUtf8(":/images/images/filequickprint.png")));
actionPrint = new QAction(MainWindow);
actionPrint->setObjectName(QString::fromUtf8("actionPrint"));
actionPrint->setIcon(QIcon(QString::fromUtf8(":/images/images/fileprint.png")));
actionExport_test = new QAction(MainWindow);
actionExport_test->setObjectName(QString::fromUtf8("actionExport_test"));
actionExport_test->setIcon(QIcon(QString::fromUtf8(":/images/images/exporttest.png")));
actionAdd_offline_clients = new QAction(MainWindow);
actionAdd_offline_clients->setObjectName(QString::fromUtf8("actionAdd_offline_clients"));
actionAdd_offline_clients->setIcon(QIcon(QString::fromUtf8(":/images/images/clients.png")));
actionSaved_sessions = new QAction(MainWindow);
actionSaved_sessions->setObjectName(QString::fromUtf8("actionSaved_sessions"));
actionSaved_sessions->setCheckable(true);
actionSaved_sessions->setIcon(QIcon(QString::fromUtf8(":/images/images/savedsessions32.png")));
actionDelete_log = new QAction(MainWindow);
actionDelete_log->setObjectName(QString::fromUtf8("actionDelete_log"));
actionDelete_log->setIcon(QIcon(QString::fromUtf8(":/images/images/editdelete.png")));
actionArchive_session = new QAction(MainWindow);
actionArchive_session->setObjectName(QString::fromUtf8("actionArchive_session"));
actionArchive_session->setIcon(QIcon(QString::fromUtf8(":/images/images/archive.png")));
actionDocumentation = new QAction(MainWindow);
actionDocumentation->setObjectName(QString::fromUtf8("actionDocumentation"));
actionDocumentation->setIcon(QIcon(QString::fromUtf8(":/images/images/contents.png")));
actionCheck_for_updates = new QAction(MainWindow);
actionCheck_for_updates->setObjectName(QString::fromUtf8("actionCheck_for_updates"));
actionCheck_for_updates->setIcon(QIcon(QString::fromUtf8(":/images/images/reload.png")));
actionPrint_all = new QAction(MainWindow);
actionPrint_all->setObjectName(QString::fromUtf8("actionPrint_all"));
actionPrint_all->setIcon(QIcon(QString::fromUtf8(":/images/images/print_folder.png")));
actionPrint_session_summary = new QAction(MainWindow);
actionPrint_session_summary->setObjectName(QString::fromUtf8("actionPrint_session_summary"));
actionPrint_session_summary->setIcon(QIcon(QString::fromUtf8(":/images/images/fileprint.png")));
actionOverall_statistics = new QAction(MainWindow);
actionOverall_statistics->setObjectName(QString::fromUtf8("actionOverall_statistics"));
actionOverall_statistics->setIcon(QIcon(QString::fromUtf8(":/images/images/statistics.png")));
actionChange_language = new QAction(MainWindow);
actionChange_language->setObjectName(QString::fromUtf8("actionChange_language"));
actionChange_language->setIcon(QIcon(QString::fromUtf8(":/images/images/locale.png")));
actionRestore_session = new QAction(MainWindow);
actionRestore_session->setObjectName(QString::fromUtf8("actionRestore_session"));
actionRestore_session->setIcon(QIcon(QString::fromUtf8(":/images/images/restore.png")));
actionCopy_to_archive = new QAction(MainWindow);
actionCopy_to_archive->setObjectName(QString::fromUtf8("actionCopy_to_archive"));
actionCopy_to_archive->setIcon(QIcon(QString::fromUtf8(":/images/images/copy_to_archive.png")));
actionCopy_from_archive = new QAction(MainWindow);
actionCopy_from_archive->setObjectName(QString::fromUtf8("actionCopy_from_archive"));
actionCopy_from_archive->setIcon(QIcon(QString::fromUtf8(":/images/images/copy_from_archive.png")));
actionSave_a_copy = new QAction(MainWindow);
actionSave_a_copy->setObjectName(QString::fromUtf8("actionSave_a_copy"));
actionSave_a_copy->setIcon(QIcon(QString::fromUtf8(":/images/images/save_all.png")));
actionSave_a_backup = new QAction(MainWindow);
actionSave_a_backup->setObjectName(QString::fromUtf8("actionSave_a_backup"));
actionSave_a_backup->setIcon(QIcon(QString::fromUtf8(":/images/images/savebackup.png")));
actionShow_hidden = new QAction(MainWindow);
actionShow_hidden->setObjectName(QString::fromUtf8("actionShow_hidden"));
actionShow_hidden->setCheckable(true);
actionHide = new QAction(MainWindow);
actionHide->setObjectName(QString::fromUtf8("actionHide"));
actionHide->setCheckable(true);
actionRun_Test_Writer = new QAction(MainWindow);
actionRun_Test_Writer->setObjectName(QString::fromUtf8("actionRun_Test_Writer"));
actionRun_Test_Writer->setIcon(QIcon(QString::fromUtf8(":/images/images/itestwri32.png")));
centralwidget = new QWidget(MainWindow);
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
mainStackedWidget = new QStackedWidget(centralwidget);
mainStackedWidget->setObjectName(QString::fromUtf8("mainStackedWidget"));
mainStackedWidget->setGeometry(QRect(0, 0, 841, 591));
welcomePage = new QWidget();
welcomePage->setObjectName(QString::fromUtf8("welcomePage"));
welcomeGridLayout = new QWidget(welcomePage);
welcomeGridLayout->setObjectName(QString::fromUtf8("welcomeGridLayout"));
welcomeGridLayout->setGeometry(QRect(10, 0, 731, 465));
gridLayout = new QGridLayout(welcomeGridLayout);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setHorizontalSpacing(6);
gridLayout->setVerticalSpacing(6);
gridLayout->setContentsMargins(10, 10, 10, 10);
frame = new QFrame(welcomeGridLayout);
frame->setObjectName(QString::fromUtf8("frame"));
frame->setMinimumSize(QSize(491, 391));
frame->setMaximumSize(QSize(491, 391));
frame->setFrameShape(QFrame::StyledPanel);
frame->setFrameShadow(QFrame::Raised);
recentGridLayout = new QWidget(frame);
recentGridLayout->setObjectName(QString::fromUtf8("recentGridLayout"));
recentGridLayout->setGeometry(QRect(10, 10, 471, 371));
gridLayout1 = new QGridLayout(recentGridLayout);
gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
gridLayout1->setHorizontalSpacing(6);
gridLayout1->setVerticalSpacing(6);
gridLayout1->setContentsMargins(0, 0, 0, 0);
recentDBsListWidget = new QListWidget(recentGridLayout);
recentDBsListWidget->setObjectName(QString::fromUtf8("recentDBsListWidget"));
recentDBsListWidget->setMaximumSize(QSize(469, 134));
gridLayout1->addWidget(recentDBsListWidget, 3, 0, 1, 1);
label_recent = new QLabel(recentGridLayout);
label_recent->setObjectName(QString::fromUtf8("label_recent"));
gridLayout1->addWidget(label_recent, 2, 0, 1, 1);
hboxLayout = new QHBoxLayout();
hboxLayout->setSpacing(6);
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
hboxLayout->setContentsMargins(0, 0, 0, 0);
btnNew = new QPushButton(recentGridLayout);
btnNew->setObjectName(QString::fromUtf8("btnNew"));
btnNew->setIcon(QIcon(QString::fromUtf8(":/images/images/filenew.png")));
hboxLayout->addWidget(btnNew);
btnOpenOther = new QPushButton(recentGridLayout);
btnOpenOther->setObjectName(QString::fromUtf8("btnOpenOther"));
btnOpenOther->setIcon(QIcon(QString::fromUtf8(":/images/images/folder_red.png")));
hboxLayout->addWidget(btnOpenOther);
spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout->addItem(spacerItem);
btnOpenSelected = new QPushButton(recentGridLayout);
btnOpenSelected->setObjectName(QString::fromUtf8("btnOpenSelected"));
btnOpenSelected->setIcon(QIcon(QString::fromUtf8(":/images/images/fileopen.png")));
hboxLayout->addWidget(btnOpenSelected);
gridLayout1->addLayout(hboxLayout, 4, 0, 1, 1);
label_icon_text = new QLabel(recentGridLayout);
label_icon_text->setObjectName(QString::fromUtf8("label_icon_text"));
QFont font;
font.setFamily(QString::fromUtf8("Sans Serif"));
font.setPointSize(20);
label_icon_text->setFont(font);
label_icon_text->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
gridLayout1->addWidget(label_icon_text, 1, 0, 1, 1);
label_icon = new QLabel(recentGridLayout);
label_icon->setObjectName(QString::fromUtf8("label_icon"));
label_icon->setPixmap(QPixmap(QString::fromUtf8(":/images/images/itest.png")));
label_icon->setAlignment(Qt::AlignBottom|Qt::AlignHCenter);
gridLayout1->addWidget(label_icon, 0, 0, 1, 1);
gridLayout->addWidget(frame, 1, 1, 1, 1);
spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(spacerItem1, 0, 1, 1, 1);
spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(spacerItem2, 1, 0, 1, 1);
spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(spacerItem3, 1, 2, 1, 1);
spacerItem4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(spacerItem4, 2, 1, 1, 1);
mainStackedWidget->addWidget(welcomePage);
mainPage = new QWidget();
mainPage->setObjectName(QString::fromUtf8("mainPage"));
mainGridLayout = new QWidget(mainPage);
mainGridLayout->setObjectName(QString::fromUtf8("mainGridLayout"));
mainGridLayout->setGeometry(QRect(0, 0, 831, 545));
gridLayout2 = new QGridLayout(mainGridLayout);
gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
gridLayout2->setHorizontalSpacing(6);
gridLayout2->setVerticalSpacing(6);
gridLayout2->setContentsMargins(6, 6, 6, 6);
hboxLayout1 = new QHBoxLayout();
hboxLayout1->setSpacing(6);
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
hboxLayout1->setContentsMargins(0, 0, 0, 0);
LQGroupBox = new QGroupBox(mainGridLayout);
LQGroupBox->setObjectName(QString::fromUtf8("LQGroupBox"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(LQGroupBox->sizePolicy().hasHeightForWidth());
LQGroupBox->setSizePolicy(sizePolicy);
LQGroupBox->setMinimumSize(QSize(240, 379));
LQGroupBox->setMaximumSize(QSize(240, 16777215));
LQGridLayout = new QWidget(LQGroupBox);
LQGridLayout->setObjectName(QString::fromUtf8("LQGridLayout"));
LQGridLayout->setGeometry(QRect(0, 20, 237, 237));
gridLayout3 = new QGridLayout(LQGridLayout);
gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
gridLayout3->setHorizontalSpacing(6);
gridLayout3->setVerticalSpacing(6);
gridLayout3->setContentsMargins(10, 10, 10, 10);
LQFlagComboBox = new QComboBox(LQGridLayout);
LQFlagComboBox->setObjectName(QString::fromUtf8("LQFlagComboBox"));
gridLayout3->addWidget(LQFlagComboBox, 1, 0, 1, 1);
hboxLayout2 = new QHBoxLayout();
hboxLayout2->setSpacing(3);
hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
hboxLayout2->setContentsMargins(0, 0, 0, 0);
LQAllRadioButton = new QRadioButton(LQGridLayout);
LQAllRadioButton->setObjectName(QString::fromUtf8("LQAllRadioButton"));
LQAllRadioButton->setChecked(true);
hboxLayout2->addWidget(LQAllRadioButton);
LQEasyRadioButton = new QRadioButton(LQGridLayout);
LQEasyRadioButton->setObjectName(QString::fromUtf8("LQEasyRadioButton"));
LQEasyRadioButton->setIcon(QIcon(QString::fromUtf8(":/images/images/easy.png")));
hboxLayout2->addWidget(LQEasyRadioButton);
LQMediumRadioButton = new QRadioButton(LQGridLayout);
LQMediumRadioButton->setObjectName(QString::fromUtf8("LQMediumRadioButton"));
LQMediumRadioButton->setIcon(QIcon(QString::fromUtf8(":/images/images/medium.png")));
hboxLayout2->addWidget(LQMediumRadioButton);
LQDifficultRadioButton = new QRadioButton(LQGridLayout);
LQDifficultRadioButton->setObjectName(QString::fromUtf8("LQDifficultRadioButton"));
LQDifficultRadioButton->setIcon(QIcon(QString::fromUtf8(":/images/images/difficult.png")));
hboxLayout2->addWidget(LQDifficultRadioButton);
LQFlagRadioButton = new QRadioButton(LQGridLayout);
LQFlagRadioButton->setObjectName(QString::fromUtf8("LQFlagRadioButton"));
LQFlagRadioButton->setIcon(QIcon(QString::fromUtf8(":/images/images/flag.png")));
hboxLayout2->addWidget(LQFlagRadioButton);
gridLayout3->addLayout(hboxLayout2, 0, 0, 1, 1);
LQListWidget = new QListWidget(LQGridLayout);
LQListWidget->setObjectName(QString::fromUtf8("LQListWidget"));
gridLayout3->addWidget(LQListWidget, 3, 0, 1, 1);
hboxLayout3 = new QHBoxLayout();
hboxLayout3->setSpacing(3);
hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
hboxLayout3->setContentsMargins(0, 0, 0, 0);
btnAdd = new QPushButton(LQGridLayout);
btnAdd->setObjectName(QString::fromUtf8("btnAdd"));
btnAdd->setIcon(QIcon(QString::fromUtf8(":/images/images/filenew.png")));
hboxLayout3->addWidget(btnAdd);
btnDuplicate = new QPushButton(LQGridLayout);
btnDuplicate->setObjectName(QString::fromUtf8("btnDuplicate"));
btnDuplicate->setEnabled(false);
btnDuplicate->setIcon(QIcon(QString::fromUtf8(":/images/images/editcopy.png")));
hboxLayout3->addWidget(btnDuplicate);
btnDelete = new QPushButton(LQGridLayout);
btnDelete->setObjectName(QString::fromUtf8("btnDelete"));
btnDelete->setEnabled(false);
btnDelete->setIcon(QIcon(QString::fromUtf8(":/images/images/editdelete.png")));
hboxLayout3->addWidget(btnDelete);
btnMoveUp = new QPushButton(LQGridLayout);
btnMoveUp->setObjectName(QString::fromUtf8("btnMoveUp"));
btnMoveUp->setIcon(QIcon(QString::fromUtf8(":/images/images/up.png")));
hboxLayout3->addWidget(btnMoveUp);
btnMoveDown = new QPushButton(LQGridLayout);
btnMoveDown->setObjectName(QString::fromUtf8("btnMoveDown"));
btnMoveDown->setIcon(QIcon(QString::fromUtf8(":/images/images/down.png")));
hboxLayout3->addWidget(btnMoveDown);
gridLayout3->addLayout(hboxLayout3, 4, 0, 1, 1);
hboxLayout4 = new QHBoxLayout();
hboxLayout4->setSpacing(6);
hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
hboxLayout4->setContentsMargins(0, 0, 0, 0);
label_search = new QLabel(LQGridLayout);
label_search->setObjectName(QString::fromUtf8("label_search"));
hboxLayout4->addWidget(label_search);
LQSearchLineEdit = new QLineEdit(LQGridLayout);
LQSearchLineEdit->setObjectName(QString::fromUtf8("LQSearchLineEdit"));
hboxLayout4->addWidget(LQSearchLineEdit);
gridLayout3->addLayout(hboxLayout4, 2, 0, 1, 1);
hboxLayout1->addWidget(LQGroupBox);
SQGroupBox = new QGroupBox(mainGridLayout);
SQGroupBox->setObjectName(QString::fromUtf8("SQGroupBox"));
sizePolicy.setHeightForWidth(SQGroupBox->sizePolicy().hasHeightForWidth());
SQGroupBox->setSizePolicy(sizePolicy);
SQGroupBox->setMinimumSize(QSize(401, 379));
SQGridLayout = new QWidget(SQGroupBox);
SQGridLayout->setObjectName(QString::fromUtf8("SQGridLayout"));
SQGridLayout->setGeometry(QRect(0, 20, 610, 417));
gridLayout4 = new QGridLayout(SQGridLayout);
gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
gridLayout4->setHorizontalSpacing(6);
gridLayout4->setVerticalSpacing(6);
gridLayout4->setContentsMargins(10, 10, 10, 10);
hboxLayout5 = new QHBoxLayout();
hboxLayout5->setSpacing(6);
hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
hboxLayout5->setContentsMargins(0, 0, 0, 0);
SQQuestionNameLabel = new QLabel(SQGridLayout);
SQQuestionNameLabel->setObjectName(QString::fromUtf8("SQQuestionNameLabel"));
hboxLayout5->addWidget(SQQuestionNameLabel);
SQQuestionNameLineEdit = new QLineEdit(SQGridLayout);
SQQuestionNameLineEdit->setObjectName(QString::fromUtf8("SQQuestionNameLineEdit"));
hboxLayout5->addWidget(SQQuestionNameLineEdit);
gridLayout4->addLayout(hboxLayout5, 0, 0, 1, 1);
hboxLayout6 = new QHBoxLayout();
hboxLayout6->setSpacing(6);
hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
hboxLayout6->setContentsMargins(0, 0, 0, 0);
SQAnswerLabel = new QLabel(SQGridLayout);
SQAnswerLabel->setObjectName(QString::fromUtf8("SQAnswerLabel"));
hboxLayout6->addWidget(SQAnswerLabel);
spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout6->addItem(spacerItem5);
SQCorrectLabel = new QLabel(SQGridLayout);
SQCorrectLabel->setObjectName(QString::fromUtf8("SQCorrectLabel"));
hboxLayout6->addWidget(SQCorrectLabel);
gridLayout4->addLayout(hboxLayout6, 3, 0, 1, 1);
hboxLayout7 = new QHBoxLayout();
hboxLayout7->setSpacing(6);
hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
hboxLayout7->setContentsMargins(0, 0, 0, 0);
SQFlagLabel = new QLabel(SQGridLayout);
SQFlagLabel->setObjectName(QString::fromUtf8("SQFlagLabel"));
hboxLayout7->addWidget(SQFlagLabel);
SQFlagComboBox = new QComboBox(SQGridLayout);
SQFlagComboBox->setObjectName(QString::fromUtf8("SQFlagComboBox"));
SQFlagComboBox->setMinimumSize(QSize(130, 0));
hboxLayout7->addWidget(SQFlagComboBox);
spacerItem6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout7->addItem(spacerItem6);
SQGroupLabel = new QLabel(SQGridLayout);
SQGroupLabel->setObjectName(QString::fromUtf8("SQGroupLabel"));
hboxLayout7->addWidget(SQGroupLabel);
SQGroupLineEdit = new QLineEdit(SQGridLayout);
SQGroupLineEdit->setObjectName(QString::fromUtf8("SQGroupLineEdit"));
hboxLayout7->addWidget(SQGroupLineEdit);
tbtnSearchByGroup = new QToolButton(SQGridLayout);
tbtnSearchByGroup->setObjectName(QString::fromUtf8("tbtnSearchByGroup"));
hboxLayout7->addWidget(tbtnSearchByGroup);
spacerItem7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout7->addItem(spacerItem7);
SQDifficultyLabel = new QLabel(SQGridLayout);
SQDifficultyLabel->setObjectName(QString::fromUtf8("SQDifficultyLabel"));
hboxLayout7->addWidget(SQDifficultyLabel);
SQDifficultyComboBox = new QComboBox(SQGridLayout);
SQDifficultyComboBox->setObjectName(QString::fromUtf8("SQDifficultyComboBox"));
SQDifficultyComboBox->setMinimumSize(QSize(130, 0));
SQDifficultyComboBox->setMaximumSize(QSize(130, 16777215));
hboxLayout7->addWidget(SQDifficultyComboBox);
gridLayout4->addLayout(hboxLayout7, 1, 0, 1, 1);
gridLayout5 = new QGridLayout();
gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
gridLayout5->setHorizontalSpacing(6);
gridLayout5->setVerticalSpacing(6);
gridLayout5->setContentsMargins(0, 0, 0, 0);
SQAnswerALabel = new QLabel(SQGridLayout);
SQAnswerALabel->setObjectName(QString::fromUtf8("SQAnswerALabel"));
gridLayout5->addWidget(SQAnswerALabel, 0, 0, 1, 1);
SQAnswerBLabel = new QLabel(SQGridLayout);
SQAnswerBLabel->setObjectName(QString::fromUtf8("SQAnswerBLabel"));
gridLayout5->addWidget(SQAnswerBLabel, 1, 0, 1, 1);
SQCorrectCCheckBox = new QCheckBox(SQGridLayout);
SQCorrectCCheckBox->setObjectName(QString::fromUtf8("SQCorrectCCheckBox"));
SQCorrectCCheckBox->setMaximumSize(QSize(15, 15));
gridLayout5->addWidget(SQCorrectCCheckBox, 2, 2, 1, 1);
SQAnswerALineEdit = new QLineEdit(SQGridLayout);
SQAnswerALineEdit->setObjectName(QString::fromUtf8("SQAnswerALineEdit"));
gridLayout5->addWidget(SQAnswerALineEdit, 0, 1, 1, 1);
SQCorrectACheckBox = new QCheckBox(SQGridLayout);
SQCorrectACheckBox->setObjectName(QString::fromUtf8("SQCorrectACheckBox"));
SQCorrectACheckBox->setMaximumSize(QSize(15, 15));
gridLayout5->addWidget(SQCorrectACheckBox, 0, 2, 1, 1);
SQAnswerCLabel = new QLabel(SQGridLayout);
SQAnswerCLabel->setObjectName(QString::fromUtf8("SQAnswerCLabel"));
gridLayout5->addWidget(SQAnswerCLabel, 2, 0, 1, 1);
SQAnswerBLineEdit = new QLineEdit(SQGridLayout);
SQAnswerBLineEdit->setObjectName(QString::fromUtf8("SQAnswerBLineEdit"));
gridLayout5->addWidget(SQAnswerBLineEdit, 1, 1, 1, 1);
SQCorrectBCheckBox = new QCheckBox(SQGridLayout);
SQCorrectBCheckBox->setObjectName(QString::fromUtf8("SQCorrectBCheckBox"));
SQCorrectBCheckBox->setMaximumSize(QSize(15, 15));
gridLayout5->addWidget(SQCorrectBCheckBox, 1, 2, 1, 1);
SQAnswerCLineEdit = new QLineEdit(SQGridLayout);
SQAnswerCLineEdit->setObjectName(QString::fromUtf8("SQAnswerCLineEdit"));
gridLayout5->addWidget(SQAnswerCLineEdit, 2, 1, 1, 1);
SQAnswerDLabel = new QLabel(SQGridLayout);
SQAnswerDLabel->setObjectName(QString::fromUtf8("SQAnswerDLabel"));
gridLayout5->addWidget(SQAnswerDLabel, 3, 0, 1, 1);
SQAnswerDLineEdit = new QLineEdit(SQGridLayout);
SQAnswerDLineEdit->setObjectName(QString::fromUtf8("SQAnswerDLineEdit"));
gridLayout5->addWidget(SQAnswerDLineEdit, 3, 1, 1, 1);
SQCorrectDCheckBox = new QCheckBox(SQGridLayout);
SQCorrectDCheckBox->setObjectName(QString::fromUtf8("SQCorrectDCheckBox"));
SQCorrectDCheckBox->setMaximumSize(QSize(15, 15));
gridLayout5->addWidget(SQCorrectDCheckBox, 3, 2, 1, 1);
gridLayout4->addLayout(gridLayout5, 4, 0, 1, 1);
vboxLayout = new QVBoxLayout();
vboxLayout->setSpacing(6);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
vboxLayout->setContentsMargins(0, 0, 0, 0);
hboxLayout8 = new QHBoxLayout();
hboxLayout8->setSpacing(6);
hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
hboxLayout8->setContentsMargins(0, 0, 0, 0);
SQQuestionLabel = new QLabel(SQGridLayout);
SQQuestionLabel->setObjectName(QString::fromUtf8("SQQuestionLabel"));
hboxLayout8->addWidget(SQQuestionLabel);
spacerItem8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout8->addItem(spacerItem8);
tbtnUndo = new QToolButton(SQGridLayout);
tbtnUndo->setObjectName(QString::fromUtf8("tbtnUndo"));
tbtnUndo->setEnabled(false);
tbtnUndo->setMinimumSize(QSize(18, 18));
tbtnUndo->setMaximumSize(QSize(18, 18));
hboxLayout8->addWidget(tbtnUndo);
tbtnRedo = new QToolButton(SQGridLayout);
tbtnRedo->setObjectName(QString::fromUtf8("tbtnRedo"));
tbtnRedo->setEnabled(false);
tbtnRedo->setMinimumSize(QSize(18, 18));
tbtnRedo->setMaximumSize(QSize(18, 18));
hboxLayout8->addWidget(tbtnRedo);
line_4 = new QFrame(SQGridLayout);
line_4->setObjectName(QString::fromUtf8("line_4"));
line_4->setFrameShape(QFrame::VLine);
line_4->setFrameShadow(QFrame::Sunken);
hboxLayout8->addWidget(line_4);
fontComboBox = new QFontComboBox(SQGridLayout);
fontComboBox->setObjectName(QString::fromUtf8("fontComboBox"));
fontComboBox->setMinimumSize(QSize(0, 18));
hboxLayout8->addWidget(fontComboBox);
sizeComboBox = new QComboBox(SQGridLayout);
sizeComboBox->setObjectName(QString::fromUtf8("sizeComboBox"));
sizeComboBox->setMinimumSize(QSize(0, 18));
hboxLayout8->addWidget(sizeComboBox);
line = new QFrame(SQGridLayout);
line->setObjectName(QString::fromUtf8("line"));
line->setFrameShape(QFrame::VLine);
line->setFrameShadow(QFrame::Sunken);
hboxLayout8->addWidget(line);
tbtnBold = new QToolButton(SQGridLayout);
tbtnBold->setObjectName(QString::fromUtf8("tbtnBold"));
tbtnBold->setMinimumSize(QSize(18, 18));
tbtnBold->setMaximumSize(QSize(18, 18));
tbtnBold->setCheckable(true);
hboxLayout8->addWidget(tbtnBold);
tbtnItalic = new QToolButton(SQGridLayout);
tbtnItalic->setObjectName(QString::fromUtf8("tbtnItalic"));
tbtnItalic->setMinimumSize(QSize(18, 18));
tbtnItalic->setMaximumSize(QSize(18, 18));
tbtnItalic->setCheckable(true);
hboxLayout8->addWidget(tbtnItalic);
tbtnUnderlined = new QToolButton(SQGridLayout);
tbtnUnderlined->setObjectName(QString::fromUtf8("tbtnUnderlined"));
tbtnUnderlined->setMinimumSize(QSize(18, 18));
tbtnUnderlined->setMaximumSize(QSize(18, 18));
tbtnUnderlined->setCheckable(true);
hboxLayout8->addWidget(tbtnUnderlined);
tbtnColour = new QToolButton(SQGridLayout);
tbtnColour->setObjectName(QString::fromUtf8("tbtnColour"));
tbtnColour->setMinimumSize(QSize(18, 18));
tbtnColour->setMaximumSize(QSize(18, 18));
tbtnColour->setCheckable(false);
hboxLayout8->addWidget(tbtnColour);
line_2 = new QFrame(SQGridLayout);
line_2->setObjectName(QString::fromUtf8("line_2"));
line_2->setFrameShape(QFrame::VLine);
line_2->setFrameShadow(QFrame::Sunken);
hboxLayout8->addWidget(line_2);
tbtnAlignLeft = new QToolButton(SQGridLayout);
tbtnAlignLeft->setObjectName(QString::fromUtf8("tbtnAlignLeft"));
tbtnAlignLeft->setMinimumSize(QSize(18, 18));
tbtnAlignLeft->setMaximumSize(QSize(18, 18));
tbtnAlignLeft->setCheckable(true);
tbtnAlignLeft->setChecked(true);
hboxLayout8->addWidget(tbtnAlignLeft);
tbtnAlignCentre = new QToolButton(SQGridLayout);
tbtnAlignCentre->setObjectName(QString::fromUtf8("tbtnAlignCentre"));
tbtnAlignCentre->setMinimumSize(QSize(18, 18));
tbtnAlignCentre->setMaximumSize(QSize(18, 18));
tbtnAlignCentre->setCheckable(true);
tbtnAlignCentre->setChecked(false);
hboxLayout8->addWidget(tbtnAlignCentre);
tbtnAlignRight = new QToolButton(SQGridLayout);
tbtnAlignRight->setObjectName(QString::fromUtf8("tbtnAlignRight"));
tbtnAlignRight->setMinimumSize(QSize(18, 18));
tbtnAlignRight->setMaximumSize(QSize(18, 18));
tbtnAlignRight->setCheckable(true);
tbtnAlignRight->setChecked(false);
hboxLayout8->addWidget(tbtnAlignRight);
tbtnAlignJustify = new QToolButton(SQGridLayout);
tbtnAlignJustify->setObjectName(QString::fromUtf8("tbtnAlignJustify"));
tbtnAlignJustify->setMinimumSize(QSize(18, 18));
tbtnAlignJustify->setMaximumSize(QSize(18, 18));
tbtnAlignJustify->setCheckable(true);
tbtnAlignJustify->setChecked(false);
hboxLayout8->addWidget(tbtnAlignJustify);
vboxLayout->addLayout(hboxLayout8);
SQQuestionTextEdit = new QTextEdit(SQGridLayout);
SQQuestionTextEdit->setObjectName(QString::fromUtf8("SQQuestionTextEdit"));
vboxLayout->addWidget(SQQuestionTextEdit);
gridLayout4->addLayout(vboxLayout, 2, 0, 1, 1);
SQButtonBox = new QDialogButtonBox(SQGridLayout);
SQButtonBox->setObjectName(QString::fromUtf8("SQButtonBox"));
SQButtonBox->setOrientation(Qt::Horizontal);
SQButtonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Discard|QDialogButtonBox::NoButton);
gridLayout4->addWidget(SQButtonBox, 6, 0, 1, 1);
SQStatisticsLabel = new QLabel(SQGridLayout);
SQStatisticsLabel->setObjectName(QString::fromUtf8("SQStatisticsLabel"));
SQStatisticsLabel->setMinimumSize(QSize(0, 20));
gridLayout4->addWidget(SQStatisticsLabel, 5, 0, 1, 1);
hboxLayout1->addWidget(SQGroupBox);
gridLayout2->addLayout(hboxLayout1, 2, 0, 1, 1);
DBIGroupBox = new QGroupBox(mainGridLayout);
DBIGroupBox->setObjectName(QString::fromUtf8("DBIGroupBox"));
DBIGroupBox->setMinimumSize(QSize(649, 50));
DBIGroupBox->setMaximumSize(QSize(16777215, 50));
DBIHorizontalLayout = new QWidget(DBIGroupBox);
DBIHorizontalLayout->setObjectName(QString::fromUtf8("DBIHorizontalLayout"));
DBIHorizontalLayout->setGeometry(QRect(0, 10, 751, 45));
hboxLayout9 = new QHBoxLayout(DBIHorizontalLayout);
hboxLayout9->setSpacing(6);
hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
hboxLayout9->setContentsMargins(10, 10, 10, 10);
DBIDatabaseNameLabel = new QLabel(DBIHorizontalLayout);
DBIDatabaseNameLabel->setObjectName(QString::fromUtf8("DBIDatabaseNameLabel"));
hboxLayout9->addWidget(DBIDatabaseNameLabel);
DBIDatabaseNameLineEdit = new QLineEdit(DBIHorizontalLayout);
DBIDatabaseNameLineEdit->setObjectName(QString::fromUtf8("DBIDatabaseNameLineEdit"));
hboxLayout9->addWidget(DBIDatabaseNameLineEdit);
spacerItem9 = new QSpacerItem(60, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
hboxLayout9->addItem(spacerItem9);
DBIDateLabel = new QLabel(DBIHorizontalLayout);
DBIDateLabel->setObjectName(QString::fromUtf8("DBIDateLabel"));
hboxLayout9->addWidget(DBIDateLabel);
DBIDateEdit = new QDateEdit(DBIHorizontalLayout);
DBIDateEdit->setObjectName(QString::fromUtf8("DBIDateEdit"));
DBIDateEdit->setEnabled(false);
DBIDateEdit->setButtonSymbols(QAbstractSpinBox::PlusMinus);
DBIDateEdit->setDateTime(QDateTime(QDate(2006, 12, 1), QTime(0, 0, 0)));
DBIDateEdit->setDate(QDate(2006, 12, 1));
hboxLayout9->addWidget(DBIDateEdit);
DBIUseLastSaveDateCheckBox = new QCheckBox(DBIHorizontalLayout);
DBIUseLastSaveDateCheckBox->setObjectName(QString::fromUtf8("DBIUseLastSaveDateCheckBox"));
DBIUseLastSaveDateCheckBox->setChecked(true);
hboxLayout9->addWidget(DBIUseLastSaveDateCheckBox);
gridLayout2->addWidget(DBIGroupBox, 1, 0, 1, 1);
hboxLayout10 = new QHBoxLayout();
hboxLayout10->setSpacing(6);
hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
hboxLayout10->setContentsMargins(0, 0, 0, 0);
showInfoCheckBox = new QCheckBox(mainGridLayout);
showInfoCheckBox->setObjectName(QString::fromUtf8("showInfoCheckBox"));
showInfoCheckBox->setMinimumSize(QSize(0, 21));
showInfoCheckBox->setMaximumSize(QSize(16777215, 21));
showInfoCheckBox->setChecked(true);
hboxLayout10->addWidget(showInfoCheckBox);
btnClose = new QPushButton(mainGridLayout);
btnClose->setObjectName(QString::fromUtf8("btnClose"));
QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(btnClose->sizePolicy().hasHeightForWidth());
btnClose->setSizePolicy(sizePolicy1);
btnClose->setMinimumSize(QSize(18, 18));
btnClose->setMaximumSize(QSize(18, 18));
btnClose->setIcon(QIcon(QString::fromUtf8(":/images/images/fileclose.png")));
hboxLayout10->addWidget(btnClose);
gridLayout2->addLayout(hboxLayout10, 0, 0, 1, 1);
mainStackedWidget->addWidget(mainPage);
editCommentsPage = new QWidget();
editCommentsPage->setObjectName(QString::fromUtf8("editCommentsPage"));
editCommentsGridLayout = new QWidget(editCommentsPage);
editCommentsGridLayout->setObjectName(QString::fromUtf8("editCommentsGridLayout"));
editCommentsGridLayout->setGeometry(QRect(10, 10, 601, 511));
gridLayout6 = new QGridLayout(editCommentsGridLayout);
gridLayout6->setObjectName(QString::fromUtf8("gridLayout6"));
gridLayout6->setHorizontalSpacing(6);
gridLayout6->setVerticalSpacing(6);
gridLayout6->setContentsMargins(6, 6, 6, 6);
ECTextEdit = new QTextEdit(editCommentsGridLayout);
ECTextEdit->setObjectName(QString::fromUtf8("ECTextEdit"));
gridLayout6->addWidget(ECTextEdit, 1, 0, 1, 1);
hboxLayout11 = new QHBoxLayout();
hboxLayout11->setSpacing(6);
hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11"));
hboxLayout11->setContentsMargins(0, 0, 0, 0);
ECtbtnUndo = new QToolButton(editCommentsGridLayout);
ECtbtnUndo->setObjectName(QString::fromUtf8("ECtbtnUndo"));
ECtbtnUndo->setEnabled(false);
ECtbtnUndo->setMinimumSize(QSize(18, 18));
ECtbtnUndo->setMaximumSize(QSize(18, 18));
hboxLayout11->addWidget(ECtbtnUndo);
ECtbtnRedo = new QToolButton(editCommentsGridLayout);
ECtbtnRedo->setObjectName(QString::fromUtf8("ECtbtnRedo"));
ECtbtnRedo->setEnabled(false);
ECtbtnRedo->setMinimumSize(QSize(18, 18));
ECtbtnRedo->setMaximumSize(QSize(18, 18));
hboxLayout11->addWidget(ECtbtnRedo);
line_5 = new QFrame(editCommentsGridLayout);
line_5->setObjectName(QString::fromUtf8("line_5"));
line_5->setFrameShape(QFrame::VLine);
line_5->setFrameShadow(QFrame::Sunken);
hboxLayout11->addWidget(line_5);
ECfontComboBox = new QFontComboBox(editCommentsGridLayout);
ECfontComboBox->setObjectName(QString::fromUtf8("ECfontComboBox"));
ECfontComboBox->setMinimumSize(QSize(0, 18));
hboxLayout11->addWidget(ECfontComboBox);
ECsizeComboBox = new QComboBox(editCommentsGridLayout);
ECsizeComboBox->setObjectName(QString::fromUtf8("ECsizeComboBox"));
ECsizeComboBox->setMinimumSize(QSize(0, 18));
hboxLayout11->addWidget(ECsizeComboBox);
line_3 = new QFrame(editCommentsGridLayout);
line_3->setObjectName(QString::fromUtf8("line_3"));
line_3->setFrameShape(QFrame::VLine);
line_3->setFrameShadow(QFrame::Sunken);
hboxLayout11->addWidget(line_3);
ECtbtnBold = new QToolButton(editCommentsGridLayout);
ECtbtnBold->setObjectName(QString::fromUtf8("ECtbtnBold"));
ECtbtnBold->setMinimumSize(QSize(18, 18));
ECtbtnBold->setMaximumSize(QSize(18, 18));
ECtbtnBold->setCheckable(true);
hboxLayout11->addWidget(ECtbtnBold);
ECtbtnItalic = new QToolButton(editCommentsGridLayout);
ECtbtnItalic->setObjectName(QString::fromUtf8("ECtbtnItalic"));
ECtbtnItalic->setMinimumSize(QSize(18, 18));
ECtbtnItalic->setMaximumSize(QSize(18, 18));
ECtbtnItalic->setCheckable(true);
hboxLayout11->addWidget(ECtbtnItalic);
ECtbtnUnderlined = new QToolButton(editCommentsGridLayout);
ECtbtnUnderlined->setObjectName(QString::fromUtf8("ECtbtnUnderlined"));
ECtbtnUnderlined->setMinimumSize(QSize(18, 18));
ECtbtnUnderlined->setMaximumSize(QSize(18, 18));
ECtbtnUnderlined->setCheckable(true);
hboxLayout11->addWidget(ECtbtnUnderlined);
ECtbtnColour = new QToolButton(editCommentsGridLayout);
ECtbtnColour->setObjectName(QString::fromUtf8("ECtbtnColour"));
ECtbtnColour->setMinimumSize(QSize(18, 18));
ECtbtnColour->setMaximumSize(QSize(18, 18));
ECtbtnColour->setCheckable(false);
hboxLayout11->addWidget(ECtbtnColour);
line_6 = new QFrame(editCommentsGridLayout);
line_6->setObjectName(QString::fromUtf8("line_6"));
line_6->setFrameShape(QFrame::VLine);
line_6->setFrameShadow(QFrame::Sunken);
hboxLayout11->addWidget(line_6);
ECtbtnAlignLeft = new QToolButton(editCommentsGridLayout);
ECtbtnAlignLeft->setObjectName(QString::fromUtf8("ECtbtnAlignLeft"));
ECtbtnAlignLeft->setMinimumSize(QSize(18, 18));
ECtbtnAlignLeft->setMaximumSize(QSize(18, 18));
ECtbtnAlignLeft->setCheckable(true);
ECtbtnAlignLeft->setChecked(true);
hboxLayout11->addWidget(ECtbtnAlignLeft);
ECtbtnAlignCentre = new QToolButton(editCommentsGridLayout);
ECtbtnAlignCentre->setObjectName(QString::fromUtf8("ECtbtnAlignCentre"));
ECtbtnAlignCentre->setMinimumSize(QSize(18, 18));
ECtbtnAlignCentre->setMaximumSize(QSize(18, 18));
ECtbtnAlignCentre->setCheckable(true);
ECtbtnAlignCentre->setChecked(false);
hboxLayout11->addWidget(ECtbtnAlignCentre);
ECtbtnAlignRight = new QToolButton(editCommentsGridLayout);
ECtbtnAlignRight->setObjectName(QString::fromUtf8("ECtbtnAlignRight"));
ECtbtnAlignRight->setMinimumSize(QSize(18, 18));
ECtbtnAlignRight->setMaximumSize(QSize(18, 18));
ECtbtnAlignRight->setCheckable(true);
ECtbtnAlignRight->setChecked(false);
hboxLayout11->addWidget(ECtbtnAlignRight);
ECtbtnAlignJustify = new QToolButton(editCommentsGridLayout);
ECtbtnAlignJustify->setObjectName(QString::fromUtf8("ECtbtnAlignJustify"));
ECtbtnAlignJustify->setMinimumSize(QSize(18, 18));
ECtbtnAlignJustify->setMaximumSize(QSize(18, 18));
ECtbtnAlignJustify->setCheckable(true);
ECtbtnAlignJustify->setChecked(false);
hboxLayout11->addWidget(ECtbtnAlignJustify);
spacerItem10 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout11->addItem(spacerItem10);
gridLayout6->addLayout(hboxLayout11, 0, 0, 1, 1);
mainStackedWidget->addWidget(editCommentsPage);
editFlagsPage = new QWidget();
editFlagsPage->setObjectName(QString::fromUtf8("editFlagsPage"));
editFlagsGridLayout = new QWidget(editFlagsPage);
editFlagsGridLayout->setObjectName(QString::fromUtf8("editFlagsGridLayout"));
editFlagsGridLayout->setGeometry(QRect(50, -40, 741, 657));
gridLayout7 = new QGridLayout(editFlagsGridLayout);
gridLayout7->setObjectName(QString::fromUtf8("gridLayout7"));
gridLayout7->setHorizontalSpacing(6);
gridLayout7->setVerticalSpacing(6);
gridLayout7->setContentsMargins(6, 6, 6, 6);
hboxLayout12 = new QHBoxLayout();
hboxLayout12->setSpacing(6);
hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12"));
hboxLayout12->setContentsMargins(0, 0, 0, 0);
vboxLayout1 = new QVBoxLayout();
vboxLayout1->setSpacing(6);
vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
vboxLayout1->setContentsMargins(0, 0, 0, 0);
hboxLayout13 = new QHBoxLayout();
hboxLayout13->setSpacing(6);
hboxLayout13->setObjectName(QString::fromUtf8("hboxLayout13"));
hboxLayout13->setContentsMargins(0, 0, 0, 0);
spacerItem11 = new QSpacerItem(56, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
hboxLayout13->addItem(spacerItem11);
Flags1NameLabel = new QLabel(editFlagsGridLayout);
Flags1NameLabel->setObjectName(QString::fromUtf8("Flags1NameLabel"));
Flags1NameLabel->setTextFormat(Qt::AutoText);
hboxLayout13->addWidget(Flags1NameLabel);
spacerItem12 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout13->addItem(spacerItem12);
Flags1EnabledLabel = new QLabel(editFlagsGridLayout);
Flags1EnabledLabel->setObjectName(QString::fromUtf8("Flags1EnabledLabel"));
hboxLayout13->addWidget(Flags1EnabledLabel);
vboxLayout1->addLayout(hboxLayout13);
spacerItem13 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem13);
hboxLayout14 = new QHBoxLayout();
hboxLayout14->setSpacing(6);
hboxLayout14->setObjectName(QString::fromUtf8("hboxLayout14"));
hboxLayout14->setContentsMargins(0, 0, 0, 0);
FlagLabel_1 = new QLabel(editFlagsGridLayout);
FlagLabel_1->setObjectName(QString::fromUtf8("FlagLabel_1"));
FlagLabel_1->setMinimumSize(QSize(50, 0));
FlagLabel_1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout14->addWidget(FlagLabel_1);
Flag01LineEdit = new QLineEdit(editFlagsGridLayout);
Flag01LineEdit->setObjectName(QString::fromUtf8("Flag01LineEdit"));
Flag01LineEdit->setEnabled(false);
hboxLayout14->addWidget(Flag01LineEdit);
Flag01CheckBox = new QCheckBox(editFlagsGridLayout);
Flag01CheckBox->setObjectName(QString::fromUtf8("Flag01CheckBox"));
sizePolicy1.setHeightForWidth(Flag01CheckBox->sizePolicy().hasHeightForWidth());
Flag01CheckBox->setSizePolicy(sizePolicy1);
Flag01CheckBox->setMinimumSize(QSize(16, 16));
Flag01CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout14->addWidget(Flag01CheckBox);
vboxLayout1->addLayout(hboxLayout14);
FlagQnumLabel_0 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_0->setObjectName(QString::fromUtf8("FlagQnumLabel_0"));
FlagQnumLabel_0->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_0);
spacerItem14 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem14);
hboxLayout15 = new QHBoxLayout();
hboxLayout15->setSpacing(6);
hboxLayout15->setObjectName(QString::fromUtf8("hboxLayout15"));
hboxLayout15->setContentsMargins(0, 0, 0, 0);
FlagLabel_2 = new QLabel(editFlagsGridLayout);
FlagLabel_2->setObjectName(QString::fromUtf8("FlagLabel_2"));
FlagLabel_2->setMinimumSize(QSize(50, 0));
FlagLabel_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout15->addWidget(FlagLabel_2);
Flag02LineEdit = new QLineEdit(editFlagsGridLayout);
Flag02LineEdit->setObjectName(QString::fromUtf8("Flag02LineEdit"));
Flag02LineEdit->setEnabled(false);
hboxLayout15->addWidget(Flag02LineEdit);
Flag02CheckBox = new QCheckBox(editFlagsGridLayout);
Flag02CheckBox->setObjectName(QString::fromUtf8("Flag02CheckBox"));
sizePolicy1.setHeightForWidth(Flag02CheckBox->sizePolicy().hasHeightForWidth());
Flag02CheckBox->setSizePolicy(sizePolicy1);
Flag02CheckBox->setMinimumSize(QSize(16, 16));
Flag02CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout15->addWidget(Flag02CheckBox);
vboxLayout1->addLayout(hboxLayout15);
FlagQnumLabel_1 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_1->setObjectName(QString::fromUtf8("FlagQnumLabel_1"));
FlagQnumLabel_1->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_1);
spacerItem15 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem15);
hboxLayout16 = new QHBoxLayout();
hboxLayout16->setSpacing(6);
hboxLayout16->setObjectName(QString::fromUtf8("hboxLayout16"));
hboxLayout16->setContentsMargins(0, 0, 0, 0);
FlagLabel_3 = new QLabel(editFlagsGridLayout);
FlagLabel_3->setObjectName(QString::fromUtf8("FlagLabel_3"));
FlagLabel_3->setMinimumSize(QSize(50, 0));
FlagLabel_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout16->addWidget(FlagLabel_3);
Flag03LineEdit = new QLineEdit(editFlagsGridLayout);
Flag03LineEdit->setObjectName(QString::fromUtf8("Flag03LineEdit"));
Flag03LineEdit->setEnabled(false);
hboxLayout16->addWidget(Flag03LineEdit);
Flag03CheckBox = new QCheckBox(editFlagsGridLayout);
Flag03CheckBox->setObjectName(QString::fromUtf8("Flag03CheckBox"));
sizePolicy1.setHeightForWidth(Flag03CheckBox->sizePolicy().hasHeightForWidth());
Flag03CheckBox->setSizePolicy(sizePolicy1);
Flag03CheckBox->setMinimumSize(QSize(16, 16));
Flag03CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout16->addWidget(Flag03CheckBox);
vboxLayout1->addLayout(hboxLayout16);
FlagQnumLabel_2 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_2->setObjectName(QString::fromUtf8("FlagQnumLabel_2"));
FlagQnumLabel_2->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_2);
spacerItem16 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem16);
hboxLayout17 = new QHBoxLayout();
hboxLayout17->setSpacing(6);
hboxLayout17->setObjectName(QString::fromUtf8("hboxLayout17"));
hboxLayout17->setContentsMargins(0, 0, 0, 0);
FlagLabel_4 = new QLabel(editFlagsGridLayout);
FlagLabel_4->setObjectName(QString::fromUtf8("FlagLabel_4"));
FlagLabel_4->setMinimumSize(QSize(50, 0));
FlagLabel_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout17->addWidget(FlagLabel_4);
Flag04LineEdit = new QLineEdit(editFlagsGridLayout);
Flag04LineEdit->setObjectName(QString::fromUtf8("Flag04LineEdit"));
Flag04LineEdit->setEnabled(false);
hboxLayout17->addWidget(Flag04LineEdit);
Flag04CheckBox = new QCheckBox(editFlagsGridLayout);
Flag04CheckBox->setObjectName(QString::fromUtf8("Flag04CheckBox"));
sizePolicy1.setHeightForWidth(Flag04CheckBox->sizePolicy().hasHeightForWidth());
Flag04CheckBox->setSizePolicy(sizePolicy1);
Flag04CheckBox->setMinimumSize(QSize(16, 16));
Flag04CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout17->addWidget(Flag04CheckBox);
vboxLayout1->addLayout(hboxLayout17);
FlagQnumLabel_3 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_3->setObjectName(QString::fromUtf8("FlagQnumLabel_3"));
FlagQnumLabel_3->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_3);
spacerItem17 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem17);
hboxLayout18 = new QHBoxLayout();
hboxLayout18->setSpacing(6);
hboxLayout18->setObjectName(QString::fromUtf8("hboxLayout18"));
hboxLayout18->setContentsMargins(0, 0, 0, 0);
FlagLabel_5 = new QLabel(editFlagsGridLayout);
FlagLabel_5->setObjectName(QString::fromUtf8("FlagLabel_5"));
FlagLabel_5->setMinimumSize(QSize(50, 0));
FlagLabel_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout18->addWidget(FlagLabel_5);
Flag05LineEdit = new QLineEdit(editFlagsGridLayout);
Flag05LineEdit->setObjectName(QString::fromUtf8("Flag05LineEdit"));
Flag05LineEdit->setEnabled(false);
hboxLayout18->addWidget(Flag05LineEdit);
Flag05CheckBox = new QCheckBox(editFlagsGridLayout);
Flag05CheckBox->setObjectName(QString::fromUtf8("Flag05CheckBox"));
sizePolicy1.setHeightForWidth(Flag05CheckBox->sizePolicy().hasHeightForWidth());
Flag05CheckBox->setSizePolicy(sizePolicy1);
Flag05CheckBox->setMinimumSize(QSize(16, 16));
Flag05CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout18->addWidget(Flag05CheckBox);
vboxLayout1->addLayout(hboxLayout18);
FlagQnumLabel_4 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_4->setObjectName(QString::fromUtf8("FlagQnumLabel_4"));
FlagQnumLabel_4->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_4);
spacerItem18 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem18);
hboxLayout19 = new QHBoxLayout();
hboxLayout19->setSpacing(6);
hboxLayout19->setObjectName(QString::fromUtf8("hboxLayout19"));
hboxLayout19->setContentsMargins(0, 0, 0, 0);
FlagLabel_6 = new QLabel(editFlagsGridLayout);
FlagLabel_6->setObjectName(QString::fromUtf8("FlagLabel_6"));
FlagLabel_6->setMinimumSize(QSize(50, 0));
FlagLabel_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout19->addWidget(FlagLabel_6);
Flag06LineEdit = new QLineEdit(editFlagsGridLayout);
Flag06LineEdit->setObjectName(QString::fromUtf8("Flag06LineEdit"));
Flag06LineEdit->setEnabled(false);
hboxLayout19->addWidget(Flag06LineEdit);
Flag06CheckBox = new QCheckBox(editFlagsGridLayout);
Flag06CheckBox->setObjectName(QString::fromUtf8("Flag06CheckBox"));
sizePolicy1.setHeightForWidth(Flag06CheckBox->sizePolicy().hasHeightForWidth());
Flag06CheckBox->setSizePolicy(sizePolicy1);
Flag06CheckBox->setMinimumSize(QSize(16, 16));
Flag06CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout19->addWidget(Flag06CheckBox);
vboxLayout1->addLayout(hboxLayout19);
FlagQnumLabel_5 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_5->setObjectName(QString::fromUtf8("FlagQnumLabel_5"));
FlagQnumLabel_5->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_5);
spacerItem19 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem19);
hboxLayout20 = new QHBoxLayout();
hboxLayout20->setSpacing(6);
hboxLayout20->setObjectName(QString::fromUtf8("hboxLayout20"));
hboxLayout20->setContentsMargins(0, 0, 0, 0);
FlagLabel_7 = new QLabel(editFlagsGridLayout);
FlagLabel_7->setObjectName(QString::fromUtf8("FlagLabel_7"));
FlagLabel_7->setMinimumSize(QSize(50, 0));
FlagLabel_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout20->addWidget(FlagLabel_7);
Flag07LineEdit = new QLineEdit(editFlagsGridLayout);
Flag07LineEdit->setObjectName(QString::fromUtf8("Flag07LineEdit"));
Flag07LineEdit->setEnabled(false);
hboxLayout20->addWidget(Flag07LineEdit);
Flag07CheckBox = new QCheckBox(editFlagsGridLayout);
Flag07CheckBox->setObjectName(QString::fromUtf8("Flag07CheckBox"));
sizePolicy1.setHeightForWidth(Flag07CheckBox->sizePolicy().hasHeightForWidth());
Flag07CheckBox->setSizePolicy(sizePolicy1);
Flag07CheckBox->setMinimumSize(QSize(16, 16));
Flag07CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout20->addWidget(Flag07CheckBox);
vboxLayout1->addLayout(hboxLayout20);
FlagQnumLabel_6 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_6->setObjectName(QString::fromUtf8("FlagQnumLabel_6"));
FlagQnumLabel_6->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_6);
spacerItem20 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem20);
hboxLayout21 = new QHBoxLayout();
hboxLayout21->setSpacing(6);
hboxLayout21->setObjectName(QString::fromUtf8("hboxLayout21"));
hboxLayout21->setContentsMargins(0, 0, 0, 0);
FlagLabel_8 = new QLabel(editFlagsGridLayout);
FlagLabel_8->setObjectName(QString::fromUtf8("FlagLabel_8"));
FlagLabel_8->setMinimumSize(QSize(50, 0));
FlagLabel_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout21->addWidget(FlagLabel_8);
Flag08LineEdit = new QLineEdit(editFlagsGridLayout);
Flag08LineEdit->setObjectName(QString::fromUtf8("Flag08LineEdit"));
Flag08LineEdit->setEnabled(false);
hboxLayout21->addWidget(Flag08LineEdit);
Flag08CheckBox = new QCheckBox(editFlagsGridLayout);
Flag08CheckBox->setObjectName(QString::fromUtf8("Flag08CheckBox"));
sizePolicy1.setHeightForWidth(Flag08CheckBox->sizePolicy().hasHeightForWidth());
Flag08CheckBox->setSizePolicy(sizePolicy1);
Flag08CheckBox->setMinimumSize(QSize(16, 16));
Flag08CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout21->addWidget(Flag08CheckBox);
vboxLayout1->addLayout(hboxLayout21);
FlagQnumLabel_7 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_7->setObjectName(QString::fromUtf8("FlagQnumLabel_7"));
FlagQnumLabel_7->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_7);
spacerItem21 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem21);
hboxLayout22 = new QHBoxLayout();
hboxLayout22->setSpacing(6);
hboxLayout22->setObjectName(QString::fromUtf8("hboxLayout22"));
hboxLayout22->setContentsMargins(0, 0, 0, 0);
FlagLabel_9 = new QLabel(editFlagsGridLayout);
FlagLabel_9->setObjectName(QString::fromUtf8("FlagLabel_9"));
FlagLabel_9->setMinimumSize(QSize(50, 0));
FlagLabel_9->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout22->addWidget(FlagLabel_9);
Flag09LineEdit = new QLineEdit(editFlagsGridLayout);
Flag09LineEdit->setObjectName(QString::fromUtf8("Flag09LineEdit"));
Flag09LineEdit->setEnabled(false);
hboxLayout22->addWidget(Flag09LineEdit);
Flag09CheckBox = new QCheckBox(editFlagsGridLayout);
Flag09CheckBox->setObjectName(QString::fromUtf8("Flag09CheckBox"));
sizePolicy1.setHeightForWidth(Flag09CheckBox->sizePolicy().hasHeightForWidth());
Flag09CheckBox->setSizePolicy(sizePolicy1);
Flag09CheckBox->setMinimumSize(QSize(16, 16));
Flag09CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout22->addWidget(Flag09CheckBox);
vboxLayout1->addLayout(hboxLayout22);
FlagQnumLabel_8 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_8->setObjectName(QString::fromUtf8("FlagQnumLabel_8"));
FlagQnumLabel_8->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_8);
spacerItem22 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem22);
hboxLayout23 = new QHBoxLayout();
hboxLayout23->setSpacing(6);
hboxLayout23->setObjectName(QString::fromUtf8("hboxLayout23"));
hboxLayout23->setContentsMargins(0, 0, 0, 0);
FlagLabel_10 = new QLabel(editFlagsGridLayout);
FlagLabel_10->setObjectName(QString::fromUtf8("FlagLabel_10"));
FlagLabel_10->setMinimumSize(QSize(50, 0));
FlagLabel_10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout23->addWidget(FlagLabel_10);
Flag10LineEdit = new QLineEdit(editFlagsGridLayout);
Flag10LineEdit->setObjectName(QString::fromUtf8("Flag10LineEdit"));
Flag10LineEdit->setEnabled(false);
hboxLayout23->addWidget(Flag10LineEdit);
Flag10CheckBox = new QCheckBox(editFlagsGridLayout);
Flag10CheckBox->setObjectName(QString::fromUtf8("Flag10CheckBox"));
sizePolicy1.setHeightForWidth(Flag10CheckBox->sizePolicy().hasHeightForWidth());
Flag10CheckBox->setSizePolicy(sizePolicy1);
Flag10CheckBox->setMinimumSize(QSize(16, 16));
Flag10CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout23->addWidget(Flag10CheckBox);
vboxLayout1->addLayout(hboxLayout23);
FlagQnumLabel_9 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_9->setObjectName(QString::fromUtf8("FlagQnumLabel_9"));
FlagQnumLabel_9->setAlignment(Qt::AlignCenter);
vboxLayout1->addWidget(FlagQnumLabel_9);
spacerItem23 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout1->addItem(spacerItem23);
hboxLayout12->addLayout(vboxLayout1);
spacerItem24 = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
hboxLayout12->addItem(spacerItem24);
vboxLayout2 = new QVBoxLayout();
vboxLayout2->setSpacing(6);
vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
vboxLayout2->setContentsMargins(0, 0, 0, 0);
hboxLayout24 = new QHBoxLayout();
hboxLayout24->setSpacing(6);
hboxLayout24->setObjectName(QString::fromUtf8("hboxLayout24"));
hboxLayout24->setContentsMargins(0, 0, 0, 0);
spacerItem25 = new QSpacerItem(56, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
hboxLayout24->addItem(spacerItem25);
Flags2NameLabel = new QLabel(editFlagsGridLayout);
Flags2NameLabel->setObjectName(QString::fromUtf8("Flags2NameLabel"));
hboxLayout24->addWidget(Flags2NameLabel);
spacerItem26 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout24->addItem(spacerItem26);
Flags2EnabledLabel = new QLabel(editFlagsGridLayout);
Flags2EnabledLabel->setObjectName(QString::fromUtf8("Flags2EnabledLabel"));
hboxLayout24->addWidget(Flags2EnabledLabel);
vboxLayout2->addLayout(hboxLayout24);
spacerItem27 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem27);
hboxLayout25 = new QHBoxLayout();
hboxLayout25->setSpacing(6);
hboxLayout25->setObjectName(QString::fromUtf8("hboxLayout25"));
hboxLayout25->setContentsMargins(0, 0, 0, 0);
FlagLabel_11 = new QLabel(editFlagsGridLayout);
FlagLabel_11->setObjectName(QString::fromUtf8("FlagLabel_11"));
FlagLabel_11->setMinimumSize(QSize(50, 0));
FlagLabel_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout25->addWidget(FlagLabel_11);
Flag11LineEdit = new QLineEdit(editFlagsGridLayout);
Flag11LineEdit->setObjectName(QString::fromUtf8("Flag11LineEdit"));
Flag11LineEdit->setEnabled(false);
hboxLayout25->addWidget(Flag11LineEdit);
Flag11CheckBox = new QCheckBox(editFlagsGridLayout);
Flag11CheckBox->setObjectName(QString::fromUtf8("Flag11CheckBox"));
sizePolicy1.setHeightForWidth(Flag11CheckBox->sizePolicy().hasHeightForWidth());
Flag11CheckBox->setSizePolicy(sizePolicy1);
Flag11CheckBox->setMinimumSize(QSize(16, 16));
Flag11CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout25->addWidget(Flag11CheckBox);
vboxLayout2->addLayout(hboxLayout25);
FlagQnumLabel_10 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_10->setObjectName(QString::fromUtf8("FlagQnumLabel_10"));
FlagQnumLabel_10->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_10);
spacerItem28 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem28);
hboxLayout26 = new QHBoxLayout();
hboxLayout26->setSpacing(6);
hboxLayout26->setObjectName(QString::fromUtf8("hboxLayout26"));
hboxLayout26->setContentsMargins(0, 0, 0, 0);
FlagLabel_12 = new QLabel(editFlagsGridLayout);
FlagLabel_12->setObjectName(QString::fromUtf8("FlagLabel_12"));
FlagLabel_12->setMinimumSize(QSize(50, 0));
FlagLabel_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout26->addWidget(FlagLabel_12);
Flag12LineEdit = new QLineEdit(editFlagsGridLayout);
Flag12LineEdit->setObjectName(QString::fromUtf8("Flag12LineEdit"));
Flag12LineEdit->setEnabled(false);
hboxLayout26->addWidget(Flag12LineEdit);
Flag12CheckBox = new QCheckBox(editFlagsGridLayout);
Flag12CheckBox->setObjectName(QString::fromUtf8("Flag12CheckBox"));
sizePolicy1.setHeightForWidth(Flag12CheckBox->sizePolicy().hasHeightForWidth());
Flag12CheckBox->setSizePolicy(sizePolicy1);
Flag12CheckBox->setMinimumSize(QSize(16, 16));
Flag12CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout26->addWidget(Flag12CheckBox);
vboxLayout2->addLayout(hboxLayout26);
FlagQnumLabel_11 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_11->setObjectName(QString::fromUtf8("FlagQnumLabel_11"));
FlagQnumLabel_11->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_11);
spacerItem29 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem29);
hboxLayout27 = new QHBoxLayout();
hboxLayout27->setSpacing(6);
hboxLayout27->setObjectName(QString::fromUtf8("hboxLayout27"));
hboxLayout27->setContentsMargins(0, 0, 0, 0);
FlagLabel_13 = new QLabel(editFlagsGridLayout);
FlagLabel_13->setObjectName(QString::fromUtf8("FlagLabel_13"));
FlagLabel_13->setMinimumSize(QSize(50, 0));
FlagLabel_13->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout27->addWidget(FlagLabel_13);
Flag13LineEdit = new QLineEdit(editFlagsGridLayout);
Flag13LineEdit->setObjectName(QString::fromUtf8("Flag13LineEdit"));
Flag13LineEdit->setEnabled(false);
hboxLayout27->addWidget(Flag13LineEdit);
Flag13CheckBox = new QCheckBox(editFlagsGridLayout);
Flag13CheckBox->setObjectName(QString::fromUtf8("Flag13CheckBox"));
sizePolicy1.setHeightForWidth(Flag13CheckBox->sizePolicy().hasHeightForWidth());
Flag13CheckBox->setSizePolicy(sizePolicy1);
Flag13CheckBox->setMinimumSize(QSize(16, 16));
Flag13CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout27->addWidget(Flag13CheckBox);
vboxLayout2->addLayout(hboxLayout27);
FlagQnumLabel_12 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_12->setObjectName(QString::fromUtf8("FlagQnumLabel_12"));
FlagQnumLabel_12->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_12);
spacerItem30 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem30);
hboxLayout28 = new QHBoxLayout();
hboxLayout28->setSpacing(6);
hboxLayout28->setObjectName(QString::fromUtf8("hboxLayout28"));
hboxLayout28->setContentsMargins(0, 0, 0, 0);
FlagLabel_14 = new QLabel(editFlagsGridLayout);
FlagLabel_14->setObjectName(QString::fromUtf8("FlagLabel_14"));
FlagLabel_14->setMinimumSize(QSize(50, 0));
FlagLabel_14->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout28->addWidget(FlagLabel_14);
Flag14LineEdit = new QLineEdit(editFlagsGridLayout);
Flag14LineEdit->setObjectName(QString::fromUtf8("Flag14LineEdit"));
Flag14LineEdit->setEnabled(false);
hboxLayout28->addWidget(Flag14LineEdit);
Flag14CheckBox = new QCheckBox(editFlagsGridLayout);
Flag14CheckBox->setObjectName(QString::fromUtf8("Flag14CheckBox"));
sizePolicy1.setHeightForWidth(Flag14CheckBox->sizePolicy().hasHeightForWidth());
Flag14CheckBox->setSizePolicy(sizePolicy1);
Flag14CheckBox->setMinimumSize(QSize(16, 16));
Flag14CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout28->addWidget(Flag14CheckBox);
vboxLayout2->addLayout(hboxLayout28);
FlagQnumLabel_13 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_13->setObjectName(QString::fromUtf8("FlagQnumLabel_13"));
FlagQnumLabel_13->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_13);
spacerItem31 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem31);
hboxLayout29 = new QHBoxLayout();
hboxLayout29->setSpacing(6);
hboxLayout29->setObjectName(QString::fromUtf8("hboxLayout29"));
hboxLayout29->setContentsMargins(0, 0, 0, 0);
FlagLabel_15 = new QLabel(editFlagsGridLayout);
FlagLabel_15->setObjectName(QString::fromUtf8("FlagLabel_15"));
FlagLabel_15->setMinimumSize(QSize(50, 0));
FlagLabel_15->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout29->addWidget(FlagLabel_15);
Flag15LineEdit = new QLineEdit(editFlagsGridLayout);
Flag15LineEdit->setObjectName(QString::fromUtf8("Flag15LineEdit"));
Flag15LineEdit->setEnabled(false);
hboxLayout29->addWidget(Flag15LineEdit);
Flag15CheckBox = new QCheckBox(editFlagsGridLayout);
Flag15CheckBox->setObjectName(QString::fromUtf8("Flag15CheckBox"));
sizePolicy1.setHeightForWidth(Flag15CheckBox->sizePolicy().hasHeightForWidth());
Flag15CheckBox->setSizePolicy(sizePolicy1);
Flag15CheckBox->setMinimumSize(QSize(16, 16));
Flag15CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout29->addWidget(Flag15CheckBox);
vboxLayout2->addLayout(hboxLayout29);
FlagQnumLabel_14 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_14->setObjectName(QString::fromUtf8("FlagQnumLabel_14"));
FlagQnumLabel_14->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_14);
spacerItem32 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem32);
hboxLayout30 = new QHBoxLayout();
hboxLayout30->setSpacing(6);
hboxLayout30->setObjectName(QString::fromUtf8("hboxLayout30"));
hboxLayout30->setContentsMargins(0, 0, 0, 0);
FlagLabel_16 = new QLabel(editFlagsGridLayout);
FlagLabel_16->setObjectName(QString::fromUtf8("FlagLabel_16"));
FlagLabel_16->setMinimumSize(QSize(50, 0));
FlagLabel_16->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout30->addWidget(FlagLabel_16);
Flag16LineEdit = new QLineEdit(editFlagsGridLayout);
Flag16LineEdit->setObjectName(QString::fromUtf8("Flag16LineEdit"));
Flag16LineEdit->setEnabled(false);
hboxLayout30->addWidget(Flag16LineEdit);
Flag16CheckBox = new QCheckBox(editFlagsGridLayout);
Flag16CheckBox->setObjectName(QString::fromUtf8("Flag16CheckBox"));
sizePolicy1.setHeightForWidth(Flag16CheckBox->sizePolicy().hasHeightForWidth());
Flag16CheckBox->setSizePolicy(sizePolicy1);
Flag16CheckBox->setMinimumSize(QSize(16, 16));
Flag16CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout30->addWidget(Flag16CheckBox);
vboxLayout2->addLayout(hboxLayout30);
FlagQnumLabel_15 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_15->setObjectName(QString::fromUtf8("FlagQnumLabel_15"));
FlagQnumLabel_15->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_15);
spacerItem33 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem33);
hboxLayout31 = new QHBoxLayout();
hboxLayout31->setSpacing(6);
hboxLayout31->setObjectName(QString::fromUtf8("hboxLayout31"));
hboxLayout31->setContentsMargins(0, 0, 0, 0);
FlagLabel_17 = new QLabel(editFlagsGridLayout);
FlagLabel_17->setObjectName(QString::fromUtf8("FlagLabel_17"));
FlagLabel_17->setMinimumSize(QSize(50, 0));
FlagLabel_17->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout31->addWidget(FlagLabel_17);
Flag17LineEdit = new QLineEdit(editFlagsGridLayout);
Flag17LineEdit->setObjectName(QString::fromUtf8("Flag17LineEdit"));
Flag17LineEdit->setEnabled(false);
hboxLayout31->addWidget(Flag17LineEdit);
Flag17CheckBox = new QCheckBox(editFlagsGridLayout);
Flag17CheckBox->setObjectName(QString::fromUtf8("Flag17CheckBox"));
sizePolicy1.setHeightForWidth(Flag17CheckBox->sizePolicy().hasHeightForWidth());
Flag17CheckBox->setSizePolicy(sizePolicy1);
Flag17CheckBox->setMinimumSize(QSize(16, 16));
Flag17CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout31->addWidget(Flag17CheckBox);
vboxLayout2->addLayout(hboxLayout31);
FlagQnumLabel_16 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_16->setObjectName(QString::fromUtf8("FlagQnumLabel_16"));
FlagQnumLabel_16->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_16);
spacerItem34 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem34);
hboxLayout32 = new QHBoxLayout();
hboxLayout32->setSpacing(6);
hboxLayout32->setObjectName(QString::fromUtf8("hboxLayout32"));
hboxLayout32->setContentsMargins(0, 0, 0, 0);
FlagLabel_18 = new QLabel(editFlagsGridLayout);
FlagLabel_18->setObjectName(QString::fromUtf8("FlagLabel_18"));
FlagLabel_18->setMinimumSize(QSize(50, 0));
FlagLabel_18->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout32->addWidget(FlagLabel_18);
Flag18LineEdit = new QLineEdit(editFlagsGridLayout);
Flag18LineEdit->setObjectName(QString::fromUtf8("Flag18LineEdit"));
Flag18LineEdit->setEnabled(false);
hboxLayout32->addWidget(Flag18LineEdit);
Flag18CheckBox = new QCheckBox(editFlagsGridLayout);
Flag18CheckBox->setObjectName(QString::fromUtf8("Flag18CheckBox"));
sizePolicy1.setHeightForWidth(Flag18CheckBox->sizePolicy().hasHeightForWidth());
Flag18CheckBox->setSizePolicy(sizePolicy1);
Flag18CheckBox->setMinimumSize(QSize(16, 16));
Flag18CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout32->addWidget(Flag18CheckBox);
vboxLayout2->addLayout(hboxLayout32);
FlagQnumLabel_17 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_17->setObjectName(QString::fromUtf8("FlagQnumLabel_17"));
FlagQnumLabel_17->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_17);
spacerItem35 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem35);
hboxLayout33 = new QHBoxLayout();
hboxLayout33->setSpacing(6);
hboxLayout33->setObjectName(QString::fromUtf8("hboxLayout33"));
hboxLayout33->setContentsMargins(0, 0, 0, 0);
FlagLabel_19 = new QLabel(editFlagsGridLayout);
FlagLabel_19->setObjectName(QString::fromUtf8("FlagLabel_19"));
FlagLabel_19->setMinimumSize(QSize(50, 0));
FlagLabel_19->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout33->addWidget(FlagLabel_19);
Flag19LineEdit = new QLineEdit(editFlagsGridLayout);
Flag19LineEdit->setObjectName(QString::fromUtf8("Flag19LineEdit"));
Flag19LineEdit->setEnabled(false);
hboxLayout33->addWidget(Flag19LineEdit);
Flag19CheckBox = new QCheckBox(editFlagsGridLayout);
Flag19CheckBox->setObjectName(QString::fromUtf8("Flag19CheckBox"));
sizePolicy1.setHeightForWidth(Flag19CheckBox->sizePolicy().hasHeightForWidth());
Flag19CheckBox->setSizePolicy(sizePolicy1);
Flag19CheckBox->setMinimumSize(QSize(16, 16));
Flag19CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout33->addWidget(Flag19CheckBox);
vboxLayout2->addLayout(hboxLayout33);
FlagQnumLabel_18 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_18->setObjectName(QString::fromUtf8("FlagQnumLabel_18"));
FlagQnumLabel_18->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_18);
spacerItem36 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem36);
hboxLayout34 = new QHBoxLayout();
hboxLayout34->setSpacing(6);
hboxLayout34->setObjectName(QString::fromUtf8("hboxLayout34"));
hboxLayout34->setContentsMargins(0, 0, 0, 0);
FlagLabel_20 = new QLabel(editFlagsGridLayout);
FlagLabel_20->setObjectName(QString::fromUtf8("FlagLabel_20"));
FlagLabel_20->setMinimumSize(QSize(50, 0));
FlagLabel_20->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
hboxLayout34->addWidget(FlagLabel_20);
Flag20LineEdit = new QLineEdit(editFlagsGridLayout);
Flag20LineEdit->setObjectName(QString::fromUtf8("Flag20LineEdit"));
Flag20LineEdit->setEnabled(false);
hboxLayout34->addWidget(Flag20LineEdit);
Flag20CheckBox = new QCheckBox(editFlagsGridLayout);
Flag20CheckBox->setObjectName(QString::fromUtf8("Flag20CheckBox"));
sizePolicy1.setHeightForWidth(Flag20CheckBox->sizePolicy().hasHeightForWidth());
Flag20CheckBox->setSizePolicy(sizePolicy1);
Flag20CheckBox->setMinimumSize(QSize(16, 16));
Flag20CheckBox->setMaximumSize(QSize(16, 16));
hboxLayout34->addWidget(Flag20CheckBox);
vboxLayout2->addLayout(hboxLayout34);
FlagQnumLabel_19 = new QLabel(editFlagsGridLayout);
FlagQnumLabel_19->setObjectName(QString::fromUtf8("FlagQnumLabel_19"));
FlagQnumLabel_19->setAlignment(Qt::AlignCenter);
vboxLayout2->addWidget(FlagQnumLabel_19);
spacerItem37 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout2->addItem(spacerItem37);
hboxLayout12->addLayout(vboxLayout2);
gridLayout7->addLayout(hboxLayout12, 0, 0, 1, 1);
EFButtonBox = new QDialogButtonBox(editFlagsGridLayout);
EFButtonBox->setObjectName(QString::fromUtf8("EFButtonBox"));
EFButtonBox->setOrientation(Qt::Horizontal);
EFButtonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Discard|QDialogButtonBox::NoButton);
gridLayout7->addWidget(EFButtonBox, 1, 0, 1, 1);
mainStackedWidget->addWidget(editFlagsPage);
testSettingsPage = new QWidget();
testSettingsPage->setObjectName(QString::fromUtf8("testSettingsPage"));
testSettingsGridLayout = new QWidget(testSettingsPage);
testSettingsGridLayout->setObjectName(QString::fromUtf8("testSettingsGridLayout"));
testSettingsGridLayout->setGeometry(QRect(20, 30, 721, 511));
gridLayout8 = new QGridLayout(testSettingsGridLayout);
gridLayout8->setObjectName(QString::fromUtf8("gridLayout8"));
gridLayout8->setHorizontalSpacing(6);
gridLayout8->setVerticalSpacing(6);
gridLayout8->setContentsMargins(6, 6, 6, 6);
TSAdvancedSetupGroupBox = new QGroupBox(testSettingsGridLayout);
TSAdvancedSetupGroupBox->setObjectName(QString::fromUtf8("TSAdvancedSetupGroupBox"));
TSAdvancedSetupGroupBox->setCheckable(true);
TSAdvancedSetupGroupBox->setChecked(false);
TSAdvancedSetupGridLayout = new QWidget(TSAdvancedSetupGroupBox);
TSAdvancedSetupGridLayout->setObjectName(QString::fromUtf8("TSAdvancedSetupGridLayout"));
TSAdvancedSetupGridLayout->setGeometry(QRect(0, 10, 701, 311));
gridLayout9 = new QGridLayout(TSAdvancedSetupGridLayout);
gridLayout9->setObjectName(QString::fromUtf8("gridLayout9"));
gridLayout9->setHorizontalSpacing(6);
gridLayout9->setVerticalSpacing(6);
gridLayout9->setContentsMargins(10, 10, 10, 10);
hboxLayout35 = new QHBoxLayout();
hboxLayout35->setSpacing(6);
hboxLayout35->setObjectName(QString::fromUtf8("hboxLayout35"));
hboxLayout35->setContentsMargins(0, 0, 0, 0);
vboxLayout3 = new QVBoxLayout();
vboxLayout3->setSpacing(6);
vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
vboxLayout3->setContentsMargins(0, 0, 0, 0);
label_exclude = new QLabel(TSAdvancedSetupGridLayout);
label_exclude->setObjectName(QString::fromUtf8("label_exclude"));
vboxLayout3->addWidget(label_exclude);
hboxLayout36 = new QHBoxLayout();
hboxLayout36->setSpacing(6);
hboxLayout36->setObjectName(QString::fromUtf8("hboxLayout36"));
hboxLayout36->setContentsMargins(0, 0, 0, 0);
label_search_available = new QLabel(TSAdvancedSetupGridLayout);
label_search_available->setObjectName(QString::fromUtf8("label_search_available"));
hboxLayout36->addWidget(label_search_available);
TSSearchAvailableLineEdit = new QLineEdit(TSAdvancedSetupGridLayout);
TSSearchAvailableLineEdit->setObjectName(QString::fromUtf8("TSSearchAvailableLineEdit"));
hboxLayout36->addWidget(TSSearchAvailableLineEdit);
vboxLayout3->addLayout(hboxLayout36);
TSExcludeListWidget = new QListWidget(TSAdvancedSetupGridLayout);
TSExcludeListWidget->setObjectName(QString::fromUtf8("TSExcludeListWidget"));
vboxLayout3->addWidget(TSExcludeListWidget);
hboxLayout35->addLayout(vboxLayout3);
vboxLayout4 = new QVBoxLayout();
vboxLayout4->setSpacing(6);
vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
vboxLayout4->setContentsMargins(0, 0, 0, 0);
spacerItem38 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout4->addItem(spacerItem38);
btnAddToList = new QPushButton(TSAdvancedSetupGridLayout);
btnAddToList->setObjectName(QString::fromUtf8("btnAddToList"));
btnAddToList->setIcon(QIcon(QString::fromUtf8(":/images/images/forward.png")));
vboxLayout4->addWidget(btnAddToList);
btnRemoveFromList = new QPushButton(TSAdvancedSetupGridLayout);
btnRemoveFromList->setObjectName(QString::fromUtf8("btnRemoveFromList"));
btnRemoveFromList->setIcon(QIcon(QString::fromUtf8(":/images/images/back.png")));
vboxLayout4->addWidget(btnRemoveFromList);
spacerItem39 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout4->addItem(spacerItem39);
hboxLayout35->addLayout(vboxLayout4);
vboxLayout5 = new QVBoxLayout();
vboxLayout5->setSpacing(6);
vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
vboxLayout5->setContentsMargins(0, 0, 0, 0);
label_include = new QLabel(TSAdvancedSetupGridLayout);
label_include->setObjectName(QString::fromUtf8("label_include"));
vboxLayout5->addWidget(label_include);
hboxLayout37 = new QHBoxLayout();
hboxLayout37->setSpacing(6);
hboxLayout37->setObjectName(QString::fromUtf8("hboxLayout37"));
hboxLayout37->setContentsMargins(0, 0, 0, 0);
label_search_used = new QLabel(TSAdvancedSetupGridLayout);
label_search_used->setObjectName(QString::fromUtf8("label_search_used"));
hboxLayout37->addWidget(label_search_used);
TSSearchUsedLineEdit = new QLineEdit(TSAdvancedSetupGridLayout);
TSSearchUsedLineEdit->setObjectName(QString::fromUtf8("TSSearchUsedLineEdit"));
hboxLayout37->addWidget(TSSearchUsedLineEdit);
vboxLayout5->addLayout(hboxLayout37);
TSIncludeTableWidget = new QTableWidget(TSAdvancedSetupGridLayout);
TSIncludeTableWidget->setObjectName(QString::fromUtf8("TSIncludeTableWidget"));
TSIncludeTableWidget->setShowGrid(false);
vboxLayout5->addWidget(TSIncludeTableWidget);
hboxLayout35->addLayout(vboxLayout5);
gridLayout9->addLayout(hboxLayout35, 1, 0, 1, 1);
hboxLayout38 = new QHBoxLayout();
hboxLayout38->setSpacing(6);
hboxLayout38->setObjectName(QString::fromUtf8("hboxLayout38"));
hboxLayout38->setContentsMargins(0, 0, 0, 0);
label_advanced_select = new QLabel(TSAdvancedSetupGridLayout);
label_advanced_select->setObjectName(QString::fromUtf8("label_advanced_select"));
hboxLayout38->addWidget(label_advanced_select);
rbtnSelectFlags = new QRadioButton(TSAdvancedSetupGridLayout);
rbtnSelectFlags->setObjectName(QString::fromUtf8("rbtnSelectFlags"));
rbtnSelectFlags->setChecked(true);
hboxLayout38->addWidget(rbtnSelectFlags);
rbtnSelectQuestions = new QRadioButton(TSAdvancedSetupGridLayout);
rbtnSelectQuestions->setObjectName(QString::fromUtf8("rbtnSelectQuestions"));
hboxLayout38->addWidget(rbtnSelectQuestions);
spacerItem40 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout38->addItem(spacerItem40);
gridLayout9->addLayout(hboxLayout38, 0, 0, 1, 1);
gridLayout8->addWidget(TSAdvancedSetupGroupBox, 1, 0, 1, 1);
TSCommonSettingsGroupBox = new QGroupBox(testSettingsGridLayout);
TSCommonSettingsGroupBox->setObjectName(QString::fromUtf8("TSCommonSettingsGroupBox"));
TSCommonSettingsGroupBox->setMinimumSize(QSize(0, 150));
TSCommonSettingsGroupBox->setMaximumSize(QSize(16777215, 150));
TSTestNameLineEdit = new QLineEdit(TSCommonSettingsGroupBox);
TSTestNameLineEdit->setObjectName(QString::fromUtf8("TSTestNameLineEdit"));
TSTestNameLineEdit->setEnabled(false);
TSTestNameLineEdit->setGeometry(QRect(0, 0, 113, 23));
TSCommonSettingsGridLayout = new QWidget(TSCommonSettingsGroupBox);
TSCommonSettingsGridLayout->setObjectName(QString::fromUtf8("TSCommonSettingsGridLayout"));
TSCommonSettingsGridLayout->setGeometry(QRect(130, 0, 577, 148));
gridLayout10 = new QGridLayout(TSCommonSettingsGridLayout);
gridLayout10->setObjectName(QString::fromUtf8("gridLayout10"));
gridLayout10->setHorizontalSpacing(6);
gridLayout10->setVerticalSpacing(6);
gridLayout10->setContentsMargins(10, 10, 10, 10);
TSTestTimeEdit = new QTimeEdit(TSCommonSettingsGridLayout);
TSTestTimeEdit->setObjectName(QString::fromUtf8("TSTestTimeEdit"));
gridLayout10->addWidget(TSTestTimeEdit, 3, 2, 1, 1);
label_testtime = new QLabel(TSCommonSettingsGridLayout);
label_testtime->setObjectName(QString::fromUtf8("label_testtime"));
label_testtime->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
gridLayout10->addWidget(label_testtime, 3, 0, 1, 1);
label_passmark = new QLabel(TSCommonSettingsGridLayout);
label_passmark->setObjectName(QString::fromUtf8("label_passmark"));
label_passmark->setMinimumSize(QSize(110, 0));
label_passmark->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
gridLayout10->addWidget(label_passmark, 2, 3, 1, 1);
label_qnum = new QLabel(TSCommonSettingsGridLayout);
label_qnum->setObjectName(QString::fromUtf8("label_qnum"));
label_qnum->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
gridLayout10->addWidget(label_qnum, 2, 0, 1, 1);
TSPassMarkSpinBox = new QSpinBox(TSCommonSettingsGridLayout);
TSPassMarkSpinBox->setObjectName(QString::fromUtf8("TSPassMarkSpinBox"));
TSPassMarkSpinBox->setMinimumSize(QSize(54, 0));
TSPassMarkSpinBox->setMinimum(1);
TSPassMarkSpinBox->setValue(10);
gridLayout10->addWidget(TSPassMarkSpinBox, 2, 4, 1, 1);
spacerItem41 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout10->addItem(spacerItem41, 2, 5, 1, 1);
rbtnQuestionTime = new QRadioButton(TSCommonSettingsGridLayout);
rbtnQuestionTime->setObjectName(QString::fromUtf8("rbtnQuestionTime"));
gridLayout10->addWidget(rbtnQuestionTime, 4, 1, 1, 1);
TSQnumSpinBox = new QSpinBox(TSCommonSettingsGridLayout);
TSQnumSpinBox->setObjectName(QString::fromUtf8("TSQnumSpinBox"));
TSQnumSpinBox->setMinimumSize(QSize(54, 0));
TSQnumSpinBox->setMinimum(1);
TSQnumSpinBox->setValue(10);
gridLayout10->addWidget(TSQnumSpinBox, 2, 2, 1, 1);
TSMaxQnumCheckBox = new QCheckBox(TSCommonSettingsGridLayout);
TSMaxQnumCheckBox->setObjectName(QString::fromUtf8("TSMaxQnumCheckBox"));
gridLayout10->addWidget(TSMaxQnumCheckBox, 2, 1, 1, 1);
TSQuestionTimeEdit = new QTimeEdit(TSCommonSettingsGridLayout);
TSQuestionTimeEdit->setObjectName(QString::fromUtf8("TSQuestionTimeEdit"));
TSQuestionTimeEdit->setEnabled(false);
gridLayout10->addWidget(TSQuestionTimeEdit, 4, 2, 1, 1);
btnStartServer = new QPushButton(TSCommonSettingsGridLayout);
btnStartServer->setObjectName(QString::fromUtf8("btnStartServer"));
btnStartServer->setIcon(QIcon(QString::fromUtf8(":/images/images/player_play.png")));
gridLayout10->addWidget(btnStartServer, 4, 6, 1, 1);
rbtnTestTime = new QRadioButton(TSCommonSettingsGridLayout);
rbtnTestTime->setObjectName(QString::fromUtf8("rbtnTestTime"));
rbtnTestTime->setChecked(true);
gridLayout10->addWidget(rbtnTestTime, 3, 1, 1, 1);
label_test_name = new QLabel(TSCommonSettingsGridLayout);
label_test_name->setObjectName(QString::fromUtf8("label_test_name"));
label_test_name->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
gridLayout10->addWidget(label_test_name, 0, 0, 1, 1);
TSCustomTestNameCheckBox = new QCheckBox(TSCommonSettingsGridLayout);
TSCustomTestNameCheckBox->setObjectName(QString::fromUtf8("TSCustomTestNameCheckBox"));
gridLayout10->addWidget(TSCustomTestNameCheckBox, 0, 1, 1, 1);
label_allow_groups = new QLabel(TSCommonSettingsGridLayout);
label_allow_groups->setObjectName(QString::fromUtf8("label_allow_groups"));
label_allow_groups->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
gridLayout10->addWidget(label_allow_groups, 1, 0, 1, 1);
TSGroupsCheckBox = new QCheckBox(TSCommonSettingsGroupBox);
TSGroupsCheckBox->setObjectName(QString::fromUtf8("TSGroupsCheckBox"));
TSGroupsCheckBox->setGeometry(QRect(0, 120, 239, 18));
gridLayout8->addWidget(TSCommonSettingsGroupBox, 2, 0, 1, 1);
mainStackedWidget->addWidget(testSettingsPage);
serverModePage = new QWidget();
serverModePage->setObjectName(QString::fromUtf8("serverModePage"));
serverModeGridLayout = new QWidget(serverModePage);
serverModeGridLayout->setObjectName(QString::fromUtf8("serverModeGridLayout"));
serverModeGridLayout->setGeometry(QRect(40, 40, 751, 531));
gridLayout11 = new QGridLayout(serverModeGridLayout);
gridLayout11->setObjectName(QString::fromUtf8("gridLayout11"));
gridLayout11->setHorizontalSpacing(6);
gridLayout11->setVerticalSpacing(6);
gridLayout11->setContentsMargins(6, 6, 6, 6);
SMInfoGroupBox = new QGroupBox(serverModeGridLayout);
SMInfoGroupBox->setObjectName(QString::fromUtf8("SMInfoGroupBox"));
SMInfoGroupBox->setMaximumSize(QSize(16777215, 50));
SMInfoGridLayout = new QWidget(SMInfoGroupBox);
SMInfoGridLayout->setObjectName(QString::fromUtf8("SMInfoGridLayout"));
SMInfoGridLayout->setGeometry(QRect(0, 10, 756, 45));
gridLayout12 = new QGridLayout(SMInfoGridLayout);
gridLayout12->setObjectName(QString::fromUtf8("gridLayout12"));
gridLayout12->setHorizontalSpacing(6);
gridLayout12->setVerticalSpacing(6);
gridLayout12->setContentsMargins(10, 10, 10, 10);
SMIPortLabel = new QLabel(SMInfoGridLayout);
SMIPortLabel->setObjectName(QString::fromUtf8("SMIPortLabel"));
gridLayout12->addWidget(SMIPortLabel, 0, 0, 1, 1);
spacerItem42 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout12->addItem(spacerItem42, 0, 1, 1, 1);
gridLayout11->addWidget(SMInfoGroupBox, 0, 0, 1, 1);
hboxLayout39 = new QHBoxLayout();
hboxLayout39->setSpacing(6);
hboxLayout39->setObjectName(QString::fromUtf8("hboxLayout39"));
hboxLayout39->setContentsMargins(0, 0, 0, 0);
SMClientsGroupBox = new QGroupBox(serverModeGridLayout);
SMClientsGroupBox->setObjectName(QString::fromUtf8("SMClientsGroupBox"));
SMClientsGroupBox->setMaximumSize(QSize(200, 16777215));
SMClientsGridLayout = new QWidget(SMClientsGroupBox);
SMClientsGridLayout->setObjectName(QString::fromUtf8("SMClientsGridLayout"));
SMClientsGridLayout->setGeometry(QRect(0, 10, 201, 151));
gridLayout13 = new QGridLayout(SMClientsGridLayout);
gridLayout13->setObjectName(QString::fromUtf8("gridLayout13"));
gridLayout13->setHorizontalSpacing(6);
gridLayout13->setVerticalSpacing(6);
gridLayout13->setContentsMargins(10, 10, 10, 10);
SMLCListWidget = new QListWidget(SMClientsGridLayout);
SMLCListWidget->setObjectName(QString::fromUtf8("SMLCListWidget"));
gridLayout13->addWidget(SMLCListWidget, 0, 0, 1, 1);
hboxLayout39->addWidget(SMClientsGroupBox);
SMSelectedClientGroupBox = new QGroupBox(serverModeGridLayout);
SMSelectedClientGroupBox->setObjectName(QString::fromUtf8("SMSelectedClientGroupBox"));
SMSelectedClientGroupBox->setEnabled(false);
SMSelectedClientGridLayout = new QWidget(SMSelectedClientGroupBox);
SMSelectedClientGridLayout->setObjectName(QString::fromUtf8("SMSelectedClientGridLayout"));
SMSelectedClientGridLayout->setGeometry(QRect(0, 10, 521, 206));
gridLayout14 = new QGridLayout(SMSelectedClientGridLayout);
gridLayout14->setObjectName(QString::fromUtf8("gridLayout14"));
gridLayout14->setHorizontalSpacing(6);
gridLayout14->setVerticalSpacing(6);
gridLayout14->setContentsMargins(10, 10, 10, 10);
SMSCResultsTableWidget = new QTableWidget(SMSelectedClientGridLayout);
SMSCResultsTableWidget->setObjectName(QString::fromUtf8("SMSCResultsTableWidget"));
gridLayout14->addWidget(SMSCResultsTableWidget, 4, 0, 1, 1);
hboxLayout40 = new QHBoxLayout();
hboxLayout40->setSpacing(6);
hboxLayout40->setObjectName(QString::fromUtf8("hboxLayout40"));
hboxLayout40->setContentsMargins(0, 0, 0, 0);
SMSC_label_2 = new QLabel(SMSelectedClientGridLayout);
SMSC_label_2->setObjectName(QString::fromUtf8("SMSC_label_2"));
SMSC_label_2->setTextFormat(Qt::RichText);
hboxLayout40->addWidget(SMSC_label_2);
SMSCScoreLabel = new QLabel(SMSelectedClientGridLayout);
SMSCScoreLabel->setObjectName(QString::fromUtf8("SMSCScoreLabel"));
hboxLayout40->addWidget(SMSCScoreLabel);
gridLayout14->addLayout(hboxLayout40, 2, 0, 1, 1);
SMSC_label_3 = new QLabel(SMSelectedClientGridLayout);
SMSC_label_3->setObjectName(QString::fromUtf8("SMSC_label_3"));
SMSC_label_3->setTextFormat(Qt::RichText);
gridLayout14->addWidget(SMSC_label_3, 3, 0, 1, 1);
hboxLayout41 = new QHBoxLayout();
hboxLayout41->setSpacing(6);
hboxLayout41->setObjectName(QString::fromUtf8("hboxLayout41"));
hboxLayout41->setContentsMargins(0, 0, 0, 0);
SMSC_label_1 = new QLabel(SMSelectedClientGridLayout);
SMSC_label_1->setObjectName(QString::fromUtf8("SMSC_label_1"));
SMSC_label_1->setTextFormat(Qt::RichText);
hboxLayout41->addWidget(SMSC_label_1);
SMSCStatusLabel = new QLabel(SMSelectedClientGridLayout);
SMSCStatusLabel->setObjectName(QString::fromUtf8("SMSCStatusLabel"));
hboxLayout41->addWidget(SMSCStatusLabel);
gridLayout14->addLayout(hboxLayout41, 1, 0, 1, 1);
hboxLayout42 = new QHBoxLayout();
hboxLayout42->setSpacing(6);
hboxLayout42->setObjectName(QString::fromUtf8("hboxLayout42"));
hboxLayout42->setContentsMargins(0, 0, 0, 0);
SMSC_label_4 = new QLabel(SMSelectedClientGridLayout);
SMSC_label_4->setObjectName(QString::fromUtf8("SMSC_label_4"));
SMSC_label_4->setTextFormat(Qt::RichText);
hboxLayout42->addWidget(SMSC_label_4);
SMSCNameLabel = new QLabel(SMSelectedClientGridLayout);
SMSCNameLabel->setObjectName(QString::fromUtf8("SMSCNameLabel"));
hboxLayout42->addWidget(SMSCNameLabel);
gridLayout14->addLayout(hboxLayout42, 0, 0, 1, 1);
hboxLayout39->addWidget(SMSelectedClientGroupBox);
gridLayout11->addLayout(hboxLayout39, 1, 0, 1, 1);
SMLogGroupBox = new QGroupBox(serverModeGridLayout);
SMLogGroupBox->setObjectName(QString::fromUtf8("SMLogGroupBox"));
SMLogGroupBox->setMinimumSize(QSize(0, 70));
SMLogGroupBox->setMaximumSize(QSize(16777215, 175));
SMLogGridLayout = new QWidget(SMLogGroupBox);
SMLogGridLayout->setObjectName(QString::fromUtf8("SMLogGridLayout"));
SMLogGridLayout->setGeometry(QRect(0, 10, 731, 151));
gridLayout15 = new QGridLayout(SMLogGridLayout);
gridLayout15->setObjectName(QString::fromUtf8("gridLayout15"));
gridLayout15->setHorizontalSpacing(6);
gridLayout15->setVerticalSpacing(6);
gridLayout15->setContentsMargins(10, 10, 10, 10);
SMSLListWidget = new QListWidget(SMLogGridLayout);
SMSLListWidget->setObjectName(QString::fromUtf8("SMSLListWidget"));
gridLayout15->addWidget(SMSLListWidget, 0, 0, 1, 1);
gridLayout11->addWidget(SMLogGroupBox, 2, 0, 1, 1);
mainStackedWidget->addWidget(serverModePage);
savedSessionsPage = new QWidget();
savedSessionsPage->setObjectName(QString::fromUtf8("savedSessionsPage"));
savedSessionsGridLayout = new QWidget(savedSessionsPage);
savedSessionsGridLayout->setObjectName(QString::fromUtf8("savedSessionsGridLayout"));
savedSessionsGridLayout->setGeometry(QRect(10, 10, 801, 561));
gridLayout16 = new QGridLayout(savedSessionsGridLayout);
gridLayout16->setObjectName(QString::fromUtf8("gridLayout16"));
gridLayout16->setHorizontalSpacing(6);
gridLayout16->setVerticalSpacing(6);
gridLayout16->setContentsMargins(6, 6, 6, 6);
vboxLayout6 = new QVBoxLayout();
vboxLayout6->setSpacing(6);
vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6"));
vboxLayout6->setContentsMargins(0, 0, 0, 0);
VSSCSGroupBox = new QGroupBox(savedSessionsGridLayout);
VSSCSGroupBox->setObjectName(QString::fromUtf8("VSSCSGroupBox"));
VSSCSGroupBox->setMinimumSize(QSize(0, 70));
VSSCSGroupBox->setMaximumSize(QSize(16777215, 70));
VSSCSGridLayout = new QWidget(VSSCSGroupBox);
VSSCSGridLayout->setObjectName(QString::fromUtf8("VSSCSGridLayout"));
VSSCSGridLayout->setGeometry(QRect(0, 10, 583, 75));
gridLayout17 = new QGridLayout(VSSCSGridLayout);
gridLayout17->setObjectName(QString::fromUtf8("gridLayout17"));
gridLayout17->setHorizontalSpacing(6);
gridLayout17->setVerticalSpacing(6);
gridLayout17->setContentsMargins(10, 10, 10, 10);
vboxLayout7 = new QVBoxLayout();
vboxLayout7->setSpacing(6);
vboxLayout7->setObjectName(QString::fromUtf8("vboxLayout7"));
vboxLayout7->setContentsMargins(0, 0, 0, 0);
hboxLayout43 = new QHBoxLayout();
hboxLayout43->setSpacing(6);
hboxLayout43->setObjectName(QString::fromUtf8("hboxLayout43"));
hboxLayout43->setContentsMargins(0, 0, 0, 0);
label_current_session_name = new QLabel(VSSCSGridLayout);
label_current_session_name->setObjectName(QString::fromUtf8("label_current_session_name"));
hboxLayout43->addWidget(label_current_session_name);
VSSNameLabel = new QLabel(VSSCSGridLayout);
VSSNameLabel->setObjectName(QString::fromUtf8("VSSNameLabel"));
VSSNameLabel->setMinimumSize(QSize(150, 0));
hboxLayout43->addWidget(VSSNameLabel);
vboxLayout7->addLayout(hboxLayout43);
hboxLayout44 = new QHBoxLayout();
hboxLayout44->setSpacing(6);
hboxLayout44->setObjectName(QString::fromUtf8("hboxLayout44"));
hboxLayout44->setContentsMargins(0, 0, 0, 0);
label_current_session_datetime = new QLabel(VSSCSGridLayout);
label_current_session_datetime->setObjectName(QString::fromUtf8("label_current_session_datetime"));
hboxLayout44->addWidget(label_current_session_datetime);
VSSDateTimeLabel = new QLabel(VSSCSGridLayout);
VSSDateTimeLabel->setObjectName(QString::fromUtf8("VSSDateTimeLabel"));
VSSDateTimeLabel->setMinimumSize(QSize(150, 0));
hboxLayout44->addWidget(VSSDateTimeLabel);
vboxLayout7->addLayout(hboxLayout44);
spacerItem43 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout7->addItem(spacerItem43);
gridLayout17->addLayout(vboxLayout7, 0, 0, 1, 1);
vboxLayout8 = new QVBoxLayout();
vboxLayout8->setSpacing(6);
vboxLayout8->setObjectName(QString::fromUtf8("vboxLayout8"));
vboxLayout8->setContentsMargins(0, 0, 0, 0);
vboxLayout9 = new QVBoxLayout();
vboxLayout9->setSpacing(0);
vboxLayout9->setObjectName(QString::fromUtf8("vboxLayout9"));
vboxLayout9->setContentsMargins(0, 0, 0, 0);
hboxLayout45 = new QHBoxLayout();
hboxLayout45->setSpacing(6);
hboxLayout45->setObjectName(QString::fromUtf8("hboxLayout45"));
hboxLayout45->setContentsMargins(0, 0, 0, 0);
label_overall_score_bad = new QLabel(VSSCSGridLayout);
label_overall_score_bad->setObjectName(QString::fromUtf8("label_overall_score_bad"));
hboxLayout45->addWidget(label_overall_score_bad);
spacerItem44 = new QSpacerItem(40, 10, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout45->addItem(spacerItem44);
label_overall_score_good = new QLabel(VSSCSGridLayout);
label_overall_score_good->setObjectName(QString::fromUtf8("label_overall_score_good"));
hboxLayout45->addWidget(label_overall_score_good);
vboxLayout9->addLayout(hboxLayout45);
VSSOverallResultsProgressBar = new QProgressBar(VSSCSGridLayout);
VSSOverallResultsProgressBar->setObjectName(QString::fromUtf8("VSSOverallResultsProgressBar"));
VSSOverallResultsProgressBar->setValue(24);
VSSOverallResultsProgressBar->setAlignment(Qt::AlignHCenter);
VSSOverallResultsProgressBar->setOrientation(Qt::Horizontal);
vboxLayout9->addWidget(VSSOverallResultsProgressBar);
spacerItem45 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout9->addItem(spacerItem45);
vboxLayout8->addLayout(vboxLayout9);
gridLayout17->addLayout(vboxLayout8, 0, 3, 1, 1);
vboxLayout10 = new QVBoxLayout();
vboxLayout10->setSpacing(6);
vboxLayout10->setObjectName(QString::fromUtf8("vboxLayout10"));
vboxLayout10->setContentsMargins(0, 0, 0, 0);
hboxLayout46 = new QHBoxLayout();
hboxLayout46->setSpacing(6);
hboxLayout46->setObjectName(QString::fromUtf8("hboxLayout46"));
hboxLayout46->setContentsMargins(0, 0, 0, 0);
label_current_session_passmark = new QLabel(VSSCSGridLayout);
label_current_session_passmark->setObjectName(QString::fromUtf8("label_current_session_passmark"));
hboxLayout46->addWidget(label_current_session_passmark);
VSSPassMarkLabel = new QLabel(VSSCSGridLayout);
VSSPassMarkLabel->setObjectName(QString::fromUtf8("VSSPassMarkLabel"));
VSSPassMarkLabel->setMinimumSize(QSize(50, 0));
hboxLayout46->addWidget(VSSPassMarkLabel);
vboxLayout10->addLayout(hboxLayout46);
hboxLayout47 = new QHBoxLayout();
hboxLayout47->setObjectName(QString::fromUtf8("hboxLayout47"));
btnDetails = new QPushButton(VSSCSGridLayout);
btnDetails->setObjectName(QString::fromUtf8("btnDetails"));
QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Preferred);
sizePolicy2.setHorizontalStretch(0);
sizePolicy2.setVerticalStretch(0);
sizePolicy2.setHeightForWidth(btnDetails->sizePolicy().hasHeightForWidth());
btnDetails->setSizePolicy(sizePolicy2);
hboxLayout47->addWidget(btnDetails);
spacerItem46 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout47->addItem(spacerItem46);
vboxLayout10->addLayout(hboxLayout47);
spacerItem47 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout10->addItem(spacerItem47);
gridLayout17->addLayout(vboxLayout10, 0, 1, 1, 1);
vboxLayout11 = new QVBoxLayout();
vboxLayout11->setSpacing(6);
vboxLayout11->setObjectName(QString::fromUtf8("vboxLayout11"));
vboxLayout11->setContentsMargins(0, 0, 0, 0);
label_overall_results = new QLabel(VSSCSGridLayout);
label_overall_results->setObjectName(QString::fromUtf8("label_overall_results"));
label_overall_results->setMinimumSize(QSize(80, 0));
label_overall_results->setMaximumSize(QSize(120, 16777215));
vboxLayout11->addWidget(label_overall_results);
spacerItem48 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout11->addItem(spacerItem48);
gridLayout17->addLayout(vboxLayout11, 0, 2, 1, 1);
vboxLayout6->addWidget(VSSCSGroupBox);
VSSSplitter = new QSplitter(savedSessionsGridLayout);
VSSSplitter->setObjectName(QString::fromUtf8("VSSSplitter"));
VSSSplitter->setOrientation(Qt::Vertical);
VSSSplitter->setOpaqueResize(false);
layoutWidget = new QWidget(VSSSplitter);
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
hboxLayout48 = new QHBoxLayout(layoutWidget);
hboxLayout48->setSpacing(6);
hboxLayout48->setObjectName(QString::fromUtf8("hboxLayout48"));
hboxLayout48->setContentsMargins(0, 0, 0, 0);
VSSClientsGroupBox = new QGroupBox(layoutWidget);
VSSClientsGroupBox->setObjectName(QString::fromUtf8("VSSClientsGroupBox"));
VSSClientsGroupBox->setEnabled(false);
VSSClientsGroupBox->setMinimumSize(QSize(200, 0));
VSSClientsGroupBox->setMaximumSize(QSize(200, 16777215));
VSSClientsGridLayout = new QWidget(VSSClientsGroupBox);
VSSClientsGridLayout->setObjectName(QString::fromUtf8("VSSClientsGridLayout"));
VSSClientsGridLayout->setGeometry(QRect(0, 10, 201, 241));
gridLayout18 = new QGridLayout(VSSClientsGridLayout);
gridLayout18->setObjectName(QString::fromUtf8("gridLayout18"));
gridLayout18->setHorizontalSpacing(6);
gridLayout18->setVerticalSpacing(6);
gridLayout18->setContentsMargins(10, 10, 10, 10);
VSSLCListWidget = new QListWidget(VSSClientsGridLayout);
VSSLCListWidget->setObjectName(QString::fromUtf8("VSSLCListWidget"));
gridLayout18->addWidget(VSSLCListWidget, 0, 0, 1, 1);
hboxLayout48->addWidget(VSSClientsGroupBox);
VSSStackedWidget = new QStackedWidget(layoutWidget);
VSSStackedWidget->setObjectName(QString::fromUtf8("VSSStackedWidget"));
selectedStudentPage = new QWidget();
selectedStudentPage->setObjectName(QString::fromUtf8("selectedStudentPage"));
VSSSelectedClientGroupBox = new QGroupBox(selectedStudentPage);
VSSSelectedClientGroupBox->setObjectName(QString::fromUtf8("VSSSelectedClientGroupBox"));
VSSSelectedClientGroupBox->setEnabled(false);
VSSSelectedClientGroupBox->setGeometry(QRect(0, 0, 333, 271));
VSSSelectedClientGridLayout = new QWidget(VSSSelectedClientGroupBox);
VSSSelectedClientGridLayout->setObjectName(QString::fromUtf8("VSSSelectedClientGridLayout"));
VSSSelectedClientGridLayout->setGeometry(QRect(10, 10, 371, 243));
gridLayout19 = new QGridLayout(VSSSelectedClientGridLayout);
gridLayout19->setObjectName(QString::fromUtf8("gridLayout19"));
gridLayout19->setHorizontalSpacing(6);
gridLayout19->setVerticalSpacing(6);
gridLayout19->setContentsMargins(10, 10, 10, 10);
VSSSCResultsTableWidget = new QTableWidget(VSSSelectedClientGridLayout);
VSSSCResultsTableWidget->setObjectName(QString::fromUtf8("VSSSCResultsTableWidget"));
gridLayout19->addWidget(VSSSCResultsTableWidget, 4, 0, 1, 1);
hboxLayout49 = new QHBoxLayout();
hboxLayout49->setSpacing(6);
hboxLayout49->setObjectName(QString::fromUtf8("hboxLayout49"));
hboxLayout49->setContentsMargins(0, 0, 0, 0);
VSSSC_label_2 = new QLabel(VSSSelectedClientGridLayout);
VSSSC_label_2->setObjectName(QString::fromUtf8("VSSSC_label_2"));
VSSSC_label_2->setTextFormat(Qt::RichText);
hboxLayout49->addWidget(VSSSC_label_2);
VSSSCScoreLabel = new QLabel(VSSSelectedClientGridLayout);
VSSSCScoreLabel->setObjectName(QString::fromUtf8("VSSSCScoreLabel"));
hboxLayout49->addWidget(VSSSCScoreLabel);
gridLayout19->addLayout(hboxLayout49, 2, 0, 1, 1);
VSSSC_label_3 = new QLabel(VSSSelectedClientGridLayout);
VSSSC_label_3->setObjectName(QString::fromUtf8("VSSSC_label_3"));
VSSSC_label_3->setTextFormat(Qt::RichText);
gridLayout19->addWidget(VSSSC_label_3, 3, 0, 1, 1);
hboxLayout50 = new QHBoxLayout();
hboxLayout50->setSpacing(6);
hboxLayout50->setObjectName(QString::fromUtf8("hboxLayout50"));
hboxLayout50->setContentsMargins(0, 0, 0, 0);
VSSSC_label_1 = new QLabel(VSSSelectedClientGridLayout);
VSSSC_label_1->setObjectName(QString::fromUtf8("VSSSC_label_1"));
VSSSC_label_1->setTextFormat(Qt::RichText);
hboxLayout50->addWidget(VSSSC_label_1);
VSSSCNameLabel = new QLabel(VSSSelectedClientGridLayout);
VSSSCNameLabel->setObjectName(QString::fromUtf8("VSSSCNameLabel"));
hboxLayout50->addWidget(VSSSCNameLabel);
gridLayout19->addLayout(hboxLayout50, 0, 0, 1, 1);
VSSStackedWidget->addWidget(selectedStudentPage);
PassMarkDetailsPage = new QWidget();
PassMarkDetailsPage->setObjectName(QString::fromUtf8("PassMarkDetailsPage"));
VSSPassMarkDetailsGroupBox = new QGroupBox(PassMarkDetailsPage);
VSSPassMarkDetailsGroupBox->setObjectName(QString::fromUtf8("VSSPassMarkDetailsGroupBox"));
VSSPassMarkDetailsGroupBox->setGeometry(QRect(0, 10, 311, 261));
VSSPassMarkDetailsGridLayout = new QWidget(VSSPassMarkDetailsGroupBox);
VSSPassMarkDetailsGridLayout->setObjectName(QString::fromUtf8("VSSPassMarkDetailsGridLayout"));
VSSPassMarkDetailsGridLayout->setGeometry(QRect(10, 10, 258, 242));
vboxLayout12 = new QVBoxLayout(VSSPassMarkDetailsGridLayout);
vboxLayout12->setSpacing(6);
vboxLayout12->setObjectName(QString::fromUtf8("vboxLayout12"));
vboxLayout12->setContentsMargins(10, 10, 10, 10);
hboxLayout51 = new QHBoxLayout();
hboxLayout51->setSpacing(6);
hboxLayout51->setObjectName(QString::fromUtf8("hboxLayout51"));
hboxLayout51->setContentsMargins(0, 0, 0, 0);
label_search_details = new QLabel(VSSPassMarkDetailsGridLayout);
label_search_details->setObjectName(QString::fromUtf8("label_search_details"));
hboxLayout51->addWidget(label_search_details);
VSSSearchDetailsLineEdit = new QLineEdit(VSSPassMarkDetailsGridLayout);
VSSSearchDetailsLineEdit->setObjectName(QString::fromUtf8("VSSSearchDetailsLineEdit"));
hboxLayout51->addWidget(VSSSearchDetailsLineEdit);
vboxLayout12->addLayout(hboxLayout51);
VSSPassMarkTableWidget = new QTableWidget(VSSPassMarkDetailsGridLayout);
VSSPassMarkTableWidget->setObjectName(QString::fromUtf8("VSSPassMarkTableWidget"));
VSSPassMarkTableWidget->setShowGrid(false);
vboxLayout12->addWidget(VSSPassMarkTableWidget);
VSSStackedWidget->addWidget(PassMarkDetailsPage);
hboxLayout48->addWidget(VSSStackedWidget);
VSSSplitter->addWidget(layoutWidget);
VSSLogGroupBox = new QGroupBox(VSSSplitter);
VSSLogGroupBox->setObjectName(QString::fromUtf8("VSSLogGroupBox"));
VSSLogGroupBox->setEnabled(false);
VSSLogGroupBox->setMinimumSize(QSize(0, 70));
VSSLogGroupBox->setMaximumSize(QSize(16777215, 175));
VSSLogGridLayout = new QWidget(VSSLogGroupBox);
VSSLogGridLayout->setObjectName(QString::fromUtf8("VSSLogGridLayout"));
VSSLogGridLayout->setGeometry(QRect(0, 10, 591, 151));
gridLayout20 = new QGridLayout(VSSLogGridLayout);
gridLayout20->setObjectName(QString::fromUtf8("gridLayout20"));
gridLayout20->setHorizontalSpacing(6);
gridLayout20->setVerticalSpacing(6);
gridLayout20->setContentsMargins(10, 10, 10, 10);
VSSSLListWidget = new QListWidget(VSSLogGridLayout);
VSSSLListWidget->setObjectName(QString::fromUtf8("VSSSLListWidget"));
gridLayout20->addWidget(VSSSLListWidget, 0, 0, 1, 1);
VSSSplitter->addWidget(VSSLogGroupBox);
vboxLayout6->addWidget(VSSSplitter);
gridLayout16->addLayout(vboxLayout6, 0, 1, 1, 1);
VSSLSGroupBox = new QGroupBox(savedSessionsGridLayout);
VSSLSGroupBox->setObjectName(QString::fromUtf8("VSSLSGroupBox"));
VSSLSGroupBox->setMinimumSize(QSize(240, 0));
VSSLSGroupBox->setMaximumSize(QSize(240, 16777215));
VSSLSGridLayout = new QWidget(VSSLSGroupBox);
VSSLSGridLayout->setObjectName(QString::fromUtf8("VSSLSGridLayout"));
VSSLSGridLayout->setGeometry(QRect(0, 10, 196, 541));
gridLayout21 = new QGridLayout(VSSLSGridLayout);
gridLayout21->setObjectName(QString::fromUtf8("gridLayout21"));
gridLayout21->setHorizontalSpacing(6);
gridLayout21->setVerticalSpacing(6);
gridLayout21->setContentsMargins(10, 10, 10, 10);
hboxLayout52 = new QHBoxLayout();
hboxLayout52->setSpacing(6);
hboxLayout52->setObjectName(QString::fromUtf8("hboxLayout52"));
hboxLayout52->setContentsMargins(0, 0, 0, 0);
label_search_sessions = new QLabel(VSSLSGridLayout);
label_search_sessions->setObjectName(QString::fromUtf8("label_search_sessions"));
hboxLayout52->addWidget(label_search_sessions);
VSSLSSearchLineEdit = new QLineEdit(VSSLSGridLayout);
VSSLSSearchLineEdit->setObjectName(QString::fromUtf8("VSSLSSearchLineEdit"));
hboxLayout52->addWidget(VSSLSSearchLineEdit);
gridLayout21->addLayout(hboxLayout52, 0, 0, 1, 1);
VSSLASListWidget = new QListWidget(VSSLSGridLayout);
VSSLASListWidget->setObjectName(QString::fromUtf8("VSSLASListWidget"));
gridLayout21->addWidget(VSSLASListWidget, 3, 0, 1, 1);
VSSLSListWidget = new QListWidget(VSSLSGridLayout);
VSSLSListWidget->setObjectName(QString::fromUtf8("VSSLSListWidget"));
gridLayout21->addWidget(VSSLSListWidget, 1, 0, 1, 1);
label_archived_sessions = new QLabel(VSSLSGridLayout);
label_archived_sessions->setObjectName(QString::fromUtf8("label_archived_sessions"));
gridLayout21->addWidget(label_archived_sessions, 2, 0, 1, 1);
gridLayout16->addWidget(VSSLSGroupBox, 0, 0, 1, 1);
mainStackedWidget->addWidget(savedSessionsPage);
MainWindow->setCentralWidget(centralwidget);
menubar = new QMenuBar(MainWindow);
menubar->setObjectName(QString::fromUtf8("menubar"));
menubar->setGeometry(QRect(0, 0, 860, 21));
menuHelp = new QMenu(menubar);
menuHelp->setObjectName(QString::fromUtf8("menuHelp"));
menuSession = new QMenu(menubar);
menuSession->setObjectName(QString::fromUtf8("menuSession"));
menuView = new QMenu(menubar);
menuView->setObjectName(QString::fromUtf8("menuView"));
menuQuestion = new QMenu(menubar);
menuQuestion->setObjectName(QString::fromUtf8("menuQuestion"));
menuServer = new QMenu(menubar);
menuServer->setObjectName(QString::fromUtf8("menuServer"));
menuDatabase = new QMenu(menubar);
menuDatabase->setObjectName(QString::fromUtf8("menuDatabase"));
menuSort_questions = new QMenu(menuDatabase);
menuSort_questions->setObjectName(QString::fromUtf8("menuSort_questions"));
menuFilter_LQ = new QMenu(menuDatabase);
menuFilter_LQ->setObjectName(QString::fromUtf8("menuFilter_LQ"));
menuFilter_LQ->setIcon(QIcon(QString::fromUtf8(":/images/images/filter.png")));
menuFile = new QMenu(menubar);
menuFile->setObjectName(QString::fromUtf8("menuFile"));
MainWindow->setMenuBar(menubar);
statusbar = new QStatusBar(MainWindow);
statusbar->setObjectName(QString::fromUtf8("statusbar"));
MainWindow->setStatusBar(statusbar);
toolBar = new QToolBar(MainWindow);
toolBar->setObjectName(QString::fromUtf8("toolBar"));
toolBar->setMovable(false);
toolBar->setOrientation(Qt::Horizontal);
toolBar->setIconSize(QSize(32, 32));
toolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
MainWindow->addToolBar(Qt::TopToolBarArea, toolBar);
menubar->addAction(menuFile->menuAction());
menubar->addAction(menuView->menuAction());
menubar->addAction(menuDatabase->menuAction());
menubar->addAction(menuQuestion->menuAction());
menubar->addAction(menuServer->menuAction());
menubar->addAction(menuSession->menuAction());
menubar->addAction(menuHelp->menuAction());
menuHelp->addAction(actionCheck_for_updates);
menuHelp->addSeparator();
menuHelp->addAction(actionDocumentation);
menuHelp->addAction(actionAbout);
menuSession->addAction(actionPrint);
menuSession->addAction(actionPrint_session_summary);
menuSession->addAction(actionPrint_all);
menuSession->addSeparator();
menuSession->addAction(actionExport_log);
menuSession->addAction(actionDelete_log);
menuSession->addSeparator();
menuSession->addAction(actionArchive_session);
menuSession->addAction(actionCopy_to_archive);
menuSession->addAction(actionRestore_session);
menuSession->addAction(actionCopy_from_archive);
menuView->addAction(actionEdit_questions);
menuView->addAction(actionEdit_comments);
menuView->addAction(actionEdit_flags);
menuView->addAction(actionEdit_test);
menuView->addAction(actionSaved_sessions);
menuView->addSeparator();
menuView->addAction(actionShow_DBI);
menuView->addSeparator();
menuView->addAction(actionChange_language);
menuQuestion->addAction(actionAdd);
menuQuestion->addAction(actionDuplicate);
menuQuestion->addAction(actionDelete);
menuQuestion->addAction(actionHide);
menuQuestion->addSeparator();
menuQuestion->addAction(actionMove_to_top);
menuQuestion->addAction(actionMove_up);
menuQuestion->addAction(actionMove_down);
menuQuestion->addAction(actionMove_to_bottom);
menuQuestion->addSeparator();
menuQuestion->addAction(actionApply);
menuQuestion->addAction(actionDiscard);
menuServer->addAction(actionStart_server);
menuServer->addAction(actionStop_server);
menuServer->addSeparator();
menuServer->addAction(actionRun_Test_Writer);
menuServer->addSeparator();
menuServer->addAction(actionExport_test);
menuServer->addAction(actionAdd_offline_client);
menuServer->addAction(actionAdd_offline_clients);
menuServer->addAction(actionExport_log);
menuServer->addSeparator();
menuServer->addAction(actionQuickPrint);
menuServer->addAction(actionPrint);
menuServer->addSeparator();
menuServer->addAction(actionSave_session);
menuDatabase->addAction(actionShow_hidden);
menuDatabase->addAction(menuSort_questions->menuAction());
menuDatabase->addAction(menuFilter_LQ->menuAction());
menuDatabase->addSeparator();
menuDatabase->addAction(actionOverall_statistics);
menuDatabase->addSeparator();
menuDatabase->addAction(actionUse_last_save_date);
menuSort_questions->addAction(actionFrom_A_to_Z);
menuSort_questions->addAction(actionFrom_Z_to_A);
menuFilter_LQ->addAction(actionShow_all);
menuFilter_LQ->addAction(actionShow_easy);
menuFilter_LQ->addAction(actionShow_medium);
menuFilter_LQ->addAction(actionShow_difficult);
menuFilter_LQ->addAction(actionShow_flag);
menuFile->addAction(actionNew);
menuFile->addAction(actionOpen);
menuFile->addAction(actionSave);
menuFile->addAction(actionSave_as);
menuFile->addAction(actionSave_a_copy);
menuFile->addAction(actionSave_a_backup);
menuFile->addSeparator();
menuFile->addAction(actionClose);
menuFile->addAction(actionQuit);
toolBar->addAction(actionNew);
toolBar->addAction(actionOpen);
toolBar->addAction(actionSave);
toolBar->addSeparator();
toolBar->addAction(actionEdit_questions);
toolBar->addAction(actionEdit_comments);
toolBar->addAction(actionEdit_flags);
toolBar->addAction(actionEdit_test);
toolBar->addAction(actionSaved_sessions);
toolBar->addSeparator();
toolBar->addAction(actionAdd);
toolBar->addAction(actionDuplicate);
toolBar->addAction(actionDelete);
toolBar->addSeparator();
toolBar->addAction(actionQuickPrint);
toolBar->addAction(actionPrint);
retranslateUi(MainWindow);
QObject::connect(LQFlagRadioButton, SIGNAL(toggled(bool)), LQFlagComboBox, SLOT(setShown(bool)));
QObject::connect(rbtnQuestionTime, SIGNAL(toggled(bool)), TSQuestionTimeEdit, SLOT(setEnabled(bool)));
QObject::connect(rbtnTestTime, SIGNAL(toggled(bool)), TSTestTimeEdit, SLOT(setEnabled(bool)));
QObject::connect(TSMaxQnumCheckBox, SIGNAL(toggled(bool)), TSQnumSpinBox, SLOT(setDisabled(bool)));
QObject::connect(SQQuestionTextEdit, SIGNAL(undoAvailable(bool)), tbtnUndo, SLOT(setEnabled(bool)));
QObject::connect(SQQuestionTextEdit, SIGNAL(redoAvailable(bool)), tbtnRedo, SLOT(setEnabled(bool)));
QObject::connect(tbtnUndo, SIGNAL(released()), SQQuestionTextEdit, SLOT(undo()));
QObject::connect(tbtnRedo, SIGNAL(released()), SQQuestionTextEdit, SLOT(redo()));
QObject::connect(TSCustomTestNameCheckBox, SIGNAL(toggled(bool)), TSTestNameLineEdit, SLOT(setEnabled(bool)));
QObject::connect(ECTextEdit, SIGNAL(undoAvailable(bool)), ECtbtnUndo, SLOT(setEnabled(bool)));
QObject::connect(ECTextEdit, SIGNAL(redoAvailable(bool)), ECtbtnRedo, SLOT(setEnabled(bool)));
QObject::connect(ECtbtnUndo, SIGNAL(released()), ECTextEdit, SLOT(undo()));
QObject::connect(ECtbtnRedo, SIGNAL(released()), ECTextEdit, SLOT(redo()));
mainStackedWidget->setCurrentIndex(0);
sizeComboBox->setCurrentIndex(2);
ECsizeComboBox->setCurrentIndex(4);
VSSStackedWidget->setCurrentIndex(0);
QMetaObject::connectSlotsByName(MainWindow);
} void Ui_MainWindow::retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "iTestServer", 0, QApplication::UnicodeUTF8));
actionNew->setText(QApplication::translate("MainWindow", "&New", 0, QApplication::UnicodeUTF8));
actionNew->setToolTip(QApplication::translate("MainWindow", "Create a new database", 0, QApplication::UnicodeUTF8));
actionNew->setStatusTip(QApplication::translate("MainWindow", "Create a new database", 0, QApplication::UnicodeUTF8));
actionNew->setWhatsThis(QApplication::translate("MainWindow", "Create a new database", 0, QApplication::UnicodeUTF8));
actionNew->setShortcut(QApplication::translate("MainWindow", "Ctrl+N", 0, QApplication::UnicodeUTF8));
actionOpen->setText(QApplication::translate("MainWindow", "&Open", 0, QApplication::UnicodeUTF8));
actionOpen->setToolTip(QApplication::translate("MainWindow", "Open a database", 0, QApplication::UnicodeUTF8));
actionOpen->setStatusTip(QApplication::translate("MainWindow", "Open a database", 0, QApplication::UnicodeUTF8));
actionOpen->setWhatsThis(QApplication::translate("MainWindow", "Open a database", 0, QApplication::UnicodeUTF8));
actionOpen->setShortcut(QApplication::translate("MainWindow", "Ctrl+O", 0, QApplication::UnicodeUTF8));
actionSave->setText(QApplication::translate("MainWindow", "&Save", 0, QApplication::UnicodeUTF8));
actionSave->setToolTip(QApplication::translate("MainWindow", "Save the open database", 0, QApplication::UnicodeUTF8));
actionSave->setStatusTip(QApplication::translate("MainWindow", "Save the open database", 0, QApplication::UnicodeUTF8));
actionSave->setWhatsThis(QApplication::translate("MainWindow", "Save the open database", 0, QApplication::UnicodeUTF8));
actionSave->setShortcut(QApplication::translate("MainWindow", "Ctrl+S", 0, QApplication::UnicodeUTF8));
actionSave_as->setText(QApplication::translate("MainWindow", "Save &as", 0, QApplication::UnicodeUTF8));
actionSave_as->setStatusTip(QApplication::translate("MainWindow", "Save as", 0, QApplication::UnicodeUTF8));
actionSave_as->setWhatsThis(QApplication::translate("MainWindow", "Save as", 0, QApplication::UnicodeUTF8));
actionSave_as->setShortcut(QApplication::translate("MainWindow", "Ctrl+Shift+S", 0, QApplication::UnicodeUTF8));
actionClose->setText(QApplication::translate("MainWindow", "&Close", 0, QApplication::UnicodeUTF8));
actionClose->setToolTip(QApplication::translate("MainWindow", "Close the open database", 0, QApplication::UnicodeUTF8));
actionClose->setStatusTip(QApplication::translate("MainWindow", "Close the open database", 0, QApplication::UnicodeUTF8));
actionClose->setWhatsThis(QApplication::translate("MainWindow", "Close the open database", 0, QApplication::UnicodeUTF8));
actionClose->setShortcut(QApplication::translate("MainWindow", "Ctrl+W", 0, QApplication::UnicodeUTF8));
actionQuit->setText(QApplication::translate("MainWindow", "&Quit", 0, QApplication::UnicodeUTF8));
actionQuit->setToolTip(QApplication::translate("MainWindow", "Quit iTest", 0, QApplication::UnicodeUTF8));
actionQuit->setStatusTip(QApplication::translate("MainWindow", "Quit iTest", 0, QApplication::UnicodeUTF8));
actionQuit->setWhatsThis(QApplication::translate("MainWindow", "Quit iTest", 0, QApplication::UnicodeUTF8));
actionQuit->setShortcut(QApplication::translate("MainWindow", "Ctrl+Q", 0, QApplication::UnicodeUTF8));
actionEdit_flags->setText(QApplication::translate("MainWindow", "&Flags", 0, QApplication::UnicodeUTF8));
actionEdit_flags->setIconText(QApplication::translate("MainWindow", "Flags", 0, QApplication::UnicodeUTF8));
actionEdit_flags->setToolTip(QApplication::translate("MainWindow", "Edit flags", 0, QApplication::UnicodeUTF8));
actionEdit_flags->setStatusTip(QApplication::translate("MainWindow", "Edit flags", 0, QApplication::UnicodeUTF8));
actionEdit_flags->setWhatsThis(QApplication::translate("MainWindow", "Edit flags", 0, QApplication::UnicodeUTF8));
actionEdit_test->setText(QApplication::translate("MainWindow", "&Server mode", 0, QApplication::UnicodeUTF8));
actionEdit_test->setIconText(QApplication::translate("MainWindow", "Server mode", 0, QApplication::UnicodeUTF8));
actionEdit_test->setToolTip(QApplication::translate("MainWindow", "Edit test settings and start the server", 0, QApplication::UnicodeUTF8));
actionEdit_test->setStatusTip(QApplication::translate("MainWindow", "Edit test settings and start the server", 0, QApplication::UnicodeUTF8));
actionEdit_test->setWhatsThis(QApplication::translate("MainWindow", "Edit test settings and start the server", 0, QApplication::UnicodeUTF8));
actionAbout->setText(QApplication::translate("MainWindow", "&About", 0, QApplication::UnicodeUTF8));
actionAbout->setToolTip(QApplication::translate("MainWindow", "About iTest", 0, QApplication::UnicodeUTF8));
actionAbout->setStatusTip(QApplication::translate("MainWindow", "About iTest", 0, QApplication::UnicodeUTF8));
actionAbout->setWhatsThis(QApplication::translate("MainWindow", "About iTest", 0, QApplication::UnicodeUTF8));
actionFrom_A_to_Z->setText(QApplication::translate("MainWindow", "From &A to Z", 0, QApplication::UnicodeUTF8));
actionFrom_A_to_Z->setStatusTip(QApplication::translate("MainWindow", "Sort questions from A to Z", 0, QApplication::UnicodeUTF8));
actionFrom_A_to_Z->setWhatsThis(QApplication::translate("MainWindow", "Sort questions from A to Z", 0, QApplication::UnicodeUTF8));
actionFrom_A_to_Z->setShortcut(QApplication::translate("MainWindow", "Ctrl+Alt+Up", 0, QApplication::UnicodeUTF8));
actionFrom_Z_to_A->setText(QApplication::translate("MainWindow", "From &Z to A", 0, QApplication::UnicodeUTF8));
actionFrom_Z_to_A->setStatusTip(QApplication::translate("MainWindow", "Sort questions from Z to A", 0, QApplication::UnicodeUTF8));
actionFrom_Z_to_A->setWhatsThis(QApplication::translate("MainWindow", "Sort questions from Z to A", 0, QApplication::UnicodeUTF8));
actionFrom_Z_to_A->setShortcut(QApplication::translate("MainWindow", "Ctrl+Alt+Down", 0, QApplication::UnicodeUTF8));
actionShow_all->setText(QApplication::translate("MainWindow", "Show &all questions", 0, QApplication::UnicodeUTF8));
actionShow_all->setIconText(QApplication::translate("MainWindow", "Show all questions", 0, QApplication::UnicodeUTF8));
actionShow_all->setToolTip(QApplication::translate("MainWindow", "Show all questions", 0, QApplication::UnicodeUTF8));
actionShow_all->setStatusTip(QApplication::translate("MainWindow", "Show all questions", 0, QApplication::UnicodeUTF8));
actionShow_all->setWhatsThis(QApplication::translate("MainWindow", "Show all questions", 0, QApplication::UnicodeUTF8));
actionShow_easy->setText(QApplication::translate("MainWindow", "Show &easy questions only", 0, QApplication::UnicodeUTF8));
actionShow_easy->setIconText(QApplication::translate("MainWindow", "Show easy questions only", 0, QApplication::UnicodeUTF8));
actionShow_easy->setStatusTip(QApplication::translate("MainWindow", "Show easy questions only", 0, QApplication::UnicodeUTF8));
actionShow_easy->setWhatsThis(QApplication::translate("MainWindow", "Show easy questions only", 0, QApplication::UnicodeUTF8));
actionShow_medium->setText(QApplication::translate("MainWindow", "Show questions with &medium difficulty only", 0, QApplication::UnicodeUTF8));
actionShow_medium->setStatusTip(QApplication::translate("MainWindow", "Show questions with medium difficulty only", 0, QApplication::UnicodeUTF8));
actionShow_medium->setWhatsThis(QApplication::translate("MainWindow", "Show questions with medium difficulty only", 0, QApplication::UnicodeUTF8));
actionShow_difficult->setText(QApplication::translate("MainWindow", "Show &difficult questions only", 0, QApplication::UnicodeUTF8));
actionShow_difficult->setIconText(QApplication::translate("MainWindow", "Show difficult questions only", 0, QApplication::UnicodeUTF8));
actionShow_difficult->setStatusTip(QApplication::translate("MainWindow", "Show difficult questions only", 0, QApplication::UnicodeUTF8));
actionShow_difficult->setWhatsThis(QApplication::translate("MainWindow", "Show difficult questions only", 0, QApplication::UnicodeUTF8));
actionShow_DBI->setText(QApplication::translate("MainWindow", "Show database &information", 0, QApplication::UnicodeUTF8));
actionShow_DBI->setStatusTip(QApplication::translate("MainWindow", "Show database information", 0, QApplication::UnicodeUTF8));
actionShow_DBI->setWhatsThis(QApplication::translate("MainWindow", "Show database information", 0, QApplication::UnicodeUTF8));
actionShow_DBI->setShortcut(QApplication::translate("MainWindow", "Ctrl+I", 0, QApplication::UnicodeUTF8));
actionShow_flag->setText(QApplication::translate("MainWindow", "Show questions with the selected &flag only", 0, QApplication::UnicodeUTF8));
actionShow_flag->setStatusTip(QApplication::translate("MainWindow", "Show questions with the selected flag only", 0, QApplication::UnicodeUTF8));
actionShow_flag->setWhatsThis(QApplication::translate("MainWindow", "Show questions with the selected flag only", 0, QApplication::UnicodeUTF8));
actionMove_up->setText(QApplication::translate("MainWindow", "Move &up", 0, QApplication::UnicodeUTF8));
actionMove_up->setIconText(QApplication::translate("MainWindow", "Move up", 0, QApplication::UnicodeUTF8));
actionMove_up->setToolTip(QApplication::translate("MainWindow", "Move the selected question up", 0, QApplication::UnicodeUTF8));
actionMove_up->setStatusTip(QApplication::translate("MainWindow", "Move the selected question up", 0, QApplication::UnicodeUTF8));
actionMove_up->setWhatsThis(QApplication::translate("MainWindow", "Move the selected question up", 0, QApplication::UnicodeUTF8));
actionMove_up->setShortcut(QApplication::translate("MainWindow", "Ctrl+Up", 0, QApplication::UnicodeUTF8));
actionMove_down->setText(QApplication::translate("MainWindow", "Move do&wn", 0, QApplication::UnicodeUTF8));
actionMove_down->setToolTip(QApplication::translate("MainWindow", "Move the selected question down", 0, QApplication::UnicodeUTF8));
actionMove_down->setStatusTip(QApplication::translate("MainWindow", "Move the selected question down", 0, QApplication::UnicodeUTF8));
actionMove_down->setWhatsThis(QApplication::translate("MainWindow", "Move the selected question down", 0, QApplication::UnicodeUTF8));
actionMove_down->setShortcut(QApplication::translate("MainWindow", "Ctrl+Down", 0, QApplication::UnicodeUTF8));
actionEdit_comments->setText(QApplication::translate("MainWindow", "Co&mments", 0, QApplication::UnicodeUTF8));
actionEdit_comments->setIconText(QApplication::translate("MainWindow", "Comments", 0, QApplication::UnicodeUTF8));
actionEdit_comments->setToolTip(QApplication::translate("MainWindow", "Edit comments", 0, QApplication::UnicodeUTF8));
actionEdit_comments->setStatusTip(QApplication::translate("MainWindow", "Edit comments", 0, QApplication::UnicodeUTF8));
actionEdit_comments->setWhatsThis(QApplication::translate("MainWindow", "Edit comments", 0, QApplication::UnicodeUTF8));
actionUse_last_save_date->setText(QApplication::translate("MainWindow", "&Use last save date", 0, QApplication::UnicodeUTF8));
actionUse_last_save_date->setStatusTip(QApplication::translate("MainWindow", "Use last save date", 0, QApplication::UnicodeUTF8));
actionUse_last_save_date->setWhatsThis(QApplication::translate("MainWindow", "Use last save date", 0, QApplication::UnicodeUTF8));
actionAdd->setText(QApplication::translate("MainWindow", "&Add", 0, QApplication::UnicodeUTF8));
actionAdd->setIconText(QApplication::translate("MainWindow", "Add", 0, QApplication::UnicodeUTF8));
actionAdd->setToolTip(QApplication::translate("MainWindow", "Add a question", 0, QApplication::UnicodeUTF8));
actionAdd->setStatusTip(QApplication::translate("MainWindow", "Add a question", 0, QApplication::UnicodeUTF8));
actionAdd->setWhatsThis(QApplication::translate("MainWindow", "Add a question", 0, QApplication::UnicodeUTF8));
actionAdd->setShortcut(QApplication::translate("MainWindow", "Ctrl+Alt+A", 0, QApplication::UnicodeUTF8));
actionDuplicate->setText(QApplication::translate("MainWindow", "Dupli&cate", 0, QApplication::UnicodeUTF8));
actionDuplicate->setToolTip(QApplication::translate("MainWindow", "Duplicate the selected question", 0, QApplication::UnicodeUTF8));
actionDuplicate->setStatusTip(QApplication::translate("MainWindow", "Duplicate the selected question", 0, QApplication::UnicodeUTF8));
actionDuplicate->setWhatsThis(QApplication::translate("MainWindow", "Duplicate the selected question", 0, QApplication::UnicodeUTF8));
actionDuplicate->setShortcut(QApplication::translate("MainWindow", "Ctrl+Alt+C", 0, QApplication::UnicodeUTF8));
actionDelete->setText(QApplication::translate("MainWindow", "&Delete", 0, QApplication::UnicodeUTF8));
actionDelete->setToolTip(QApplication::translate("MainWindow", "Delete the selected question", 0, QApplication::UnicodeUTF8));
actionDelete->setStatusTip(QApplication::translate("MainWindow", "Delete the selected question", 0, QApplication::UnicodeUTF8));
actionDelete->setWhatsThis(QApplication::translate("MainWindow", "Delete the selected question", 0, QApplication::UnicodeUTF8));
actionDelete->setShortcut(QApplication::translate("MainWindow", "Ctrl+Alt+D", 0, QApplication::UnicodeUTF8));
actionMove_to_top->setText(QApplication::translate("MainWindow", "Move to &top", 0, QApplication::UnicodeUTF8));
actionMove_to_top->setToolTip(QApplication::translate("MainWindow", "Move the selected question to the top", 0, QApplication::UnicodeUTF8));
actionMove_to_top->setStatusTip(QApplication::translate("MainWindow", "Move the selected question to the top", 0, QApplication::UnicodeUTF8));
actionMove_to_top->setWhatsThis(QApplication::translate("MainWindow", "Move the selected question to the top", 0, QApplication::UnicodeUTF8));
actionMove_to_top->setShortcut(QApplication::translate("MainWindow", "Ctrl+Shift+Up", 0, QApplication::UnicodeUTF8));
actionMove_to_bottom->setText(QApplication::translate("MainWindow", "Move to &bottom", 0, QApplication::UnicodeUTF8));
actionMove_to_bottom->setToolTip(QApplication::translate("MainWindow", "Move the selected question to the bottom", 0, QApplication::UnicodeUTF8));
actionMove_to_bottom->setStatusTip(QApplication::translate("MainWindow", "Move the selected question to the bottom", 0, QApplication::UnicodeUTF8));
actionMove_to_bottom->setWhatsThis(QApplication::translate("MainWindow", "Move the selected question to the bottom", 0, QApplication::UnicodeUTF8));
actionMove_to_bottom->setShortcut(QApplication::translate("MainWindow", "Ctrl+Shift+Down", 0, QApplication::UnicodeUTF8));
actionApply->setText(QApplication::translate("MainWindow", "Appl&y changes", 0, QApplication::UnicodeUTF8));
actionApply->setToolTip(QApplication::translate("MainWindow", "Apply any changes you have made to the question", 0, QApplication::UnicodeUTF8));
actionApply->setStatusTip(QApplication::translate("MainWindow", "Apply any changes you have made to the question", 0, QApplication::UnicodeUTF8));
actionApply->setWhatsThis(QApplication::translate("MainWindow", "Apply any changes you have made to the question", 0, QApplication::UnicodeUTF8));
actionApply->setShortcut(QApplication::translate("MainWindow", "Ctrl+Shift+A", 0, QApplication::UnicodeUTF8));
actionDiscard->setText(QApplication::translate("MainWindow", "Di&scard changes", 0, QApplication::UnicodeUTF8));
actionDiscard->setToolTip(QApplication::translate("MainWindow", "Discard any changes you have made to the question", 0, QApplication::UnicodeUTF8));
actionDiscard->setStatusTip(QApplication::translate("MainWindow", "Discard any changes you have made to the question", 0, QApplication::UnicodeUTF8));
actionDiscard->setWhatsThis(QApplication::translate("MainWindow", "Discard any changes you have made to the question", 0, QApplication::UnicodeUTF8));
actionDiscard->setShortcut(QApplication::translate("MainWindow", "Ctrl+Shift+D", 0, QApplication::UnicodeUTF8));
actionEdit_questions->setText(QApplication::translate("MainWindow", "&Questions", 0, QApplication::UnicodeUTF8));
actionEdit_questions->setIconText(QApplication::translate("MainWindow", "Questions", 0, QApplication::UnicodeUTF8));
actionEdit_questions->setToolTip(QApplication::translate("MainWindow", "Edit questions", 0, QApplication::UnicodeUTF8));
actionEdit_questions->setStatusTip(QApplication::translate("MainWindow", "Edit questions", 0, QApplication::UnicodeUTF8));
actionEdit_questions->setWhatsThis(QApplication::translate("MainWindow", "Edit questions", 0, QApplication::UnicodeUTF8));
actionAdd_offline_client->setText(QApplication::translate("MainWindow", "&Add off-line client", 0, QApplication::UnicodeUTF8));
actionAdd_offline_client->setToolTip(QApplication::translate("MainWindow", "Add off-line client", 0, QApplication::UnicodeUTF8));
actionAdd_offline_client->setStatusTip(QApplication::translate("MainWindow", "Add off-line client", 0, QApplication::UnicodeUTF8));
actionAdd_offline_client->setWhatsThis(QApplication::translate("MainWindow", "Add off-line client", 0, QApplication::UnicodeUTF8));
actionStop_server->setText(QApplication::translate("MainWindow", "Stop se&rver", 0, QApplication::UnicodeUTF8));
actionStop_server->setToolTip(QApplication::translate("MainWindow", "Stop the server and return to test settings", 0, QApplication::UnicodeUTF8));
actionStop_server->setStatusTip(QApplication::translate("MainWindow", "Stop the server and return to test settings", 0, QApplication::UnicodeUTF8));
actionStop_server->setWhatsThis(QApplication::translate("MainWindow", "Stop the server and return to test settings", 0, QApplication::UnicodeUTF8));
actionStart_server->setText(QApplication::translate("MainWindow", "S&tart server", 0, QApplication::UnicodeUTF8));
actionStart_server->setToolTip(QApplication::translate("MainWindow", "Proceed to testing mode using this computer as a server", 0, QApplication::UnicodeUTF8));
actionStart_server->setStatusTip(QApplication::translate("MainWindow", "Proceed to testing mode using this computer as a server", 0, QApplication::UnicodeUTF8));
actionStart_server->setWhatsThis(QApplication::translate("MainWindow", "Proceed to testing mode using this computer as a server", 0, QApplication::UnicodeUTF8));
actionExport_log->setText(QApplication::translate("MainWindow", "Export &log", 0, QApplication::UnicodeUTF8));
actionExport_log->setToolTip(QApplication::translate("MainWindow", "Export server log", 0, QApplication::UnicodeUTF8));
actionExport_log->setStatusTip(QApplication::translate("MainWindow", "Export server log", 0, QApplication::UnicodeUTF8));
actionExport_log->setWhatsThis(QApplication::translate("MainWindow", "Export server log", 0, QApplication::UnicodeUTF8));
actionSave_session->setText(QApplication::translate("MainWindow", "Save sessio&n", 0, QApplication::UnicodeUTF8));
actionSave_session->setIconText(QApplication::translate("MainWindow", "Save session", 0, QApplication::UnicodeUTF8));
actionSave_session->setToolTip(QApplication::translate("MainWindow", "Save the current session for later viewing", 0, QApplication::UnicodeUTF8));
actionSave_session->setStatusTip(QApplication::translate("MainWindow", "Save the current session for later viewing", 0, QApplication::UnicodeUTF8));
actionSave_session->setWhatsThis(QApplication::translate("MainWindow", "Save the current session for later viewing", 0, QApplication::UnicodeUTF8));
actionQuickPrint->setText(QApplication::translate("MainWindow", "&QuickPrint", 0, QApplication::UnicodeUTF8));
actionQuickPrint->setStatusTip(QApplication::translate("MainWindow", "Print the selected client's results using the current printer settings", 0, QApplication::UnicodeUTF8));
actionQuickPrint->setWhatsThis(QApplication::translate("MainWindow", "Print the selected client's results using the current printer settings", 0, QApplication::UnicodeUTF8));
actionQuickPrint->setShortcut(QApplication::translate("MainWindow", "Ctrl+P", 0, QApplication::UnicodeUTF8));
actionPrint->setText(QApplication::translate("MainWindow", "&Print", 0, QApplication::UnicodeUTF8));
actionPrint->setStatusTip(QApplication::translate("MainWindow", "Print the selected client's results", 0, QApplication::UnicodeUTF8));
actionPrint->setWhatsThis(QApplication::translate("MainWindow", "Print the selected client's results", 0, QApplication::UnicodeUTF8));
actionPrint->setShortcut(QApplication::translate("MainWindow", "Ctrl+Shift+P", 0, QApplication::UnicodeUTF8));
actionExport_test->setText(QApplication::translate("MainWindow", "&Export test", 0, QApplication::UnicodeUTF8));
actionExport_test->setToolTip(QApplication::translate("MainWindow", "Export off-line test session", 0, QApplication::UnicodeUTF8));
actionExport_test->setStatusTip(QApplication::translate("MainWindow", "Export off-line test session", 0, QApplication::UnicodeUTF8));
actionExport_test->setWhatsThis(QApplication::translate("MainWindow", "Export off-line test session", 0, QApplication::UnicodeUTF8));
actionAdd_offline_clients->setText(QApplication::translate("MainWindow", "Add off-line client&s", 0, QApplication::UnicodeUTF8));
actionAdd_offline_clients->setStatusTip(QApplication::translate("MainWindow", "Add off-line clients", 0, QApplication::UnicodeUTF8));
actionAdd_offline_clients->setWhatsThis(QApplication::translate("MainWindow", "Add off-line clients", 0, QApplication::UnicodeUTF8));
actionSaved_sessions->setText(QApplication::translate("MainWindow", "Save&d sessions", 0, QApplication::UnicodeUTF8));
actionSaved_sessions->setToolTip(QApplication::translate("MainWindow", "View saved test sessions", 0, QApplication::UnicodeUTF8));
actionSaved_sessions->setStatusTip(QApplication::translate("MainWindow", "View saved test sessions", 0, QApplication::UnicodeUTF8));
actionSaved_sessions->setWhatsThis(QApplication::translate("MainWindow", "View saved test sessions", 0, QApplication::UnicodeUTF8));
actionDelete_log->setText(QApplication::translate("MainWindow", "Delete &log", 0, QApplication::UnicodeUTF8));
actionDelete_log->setToolTip(QApplication::translate("MainWindow", "Delete the log for the selected session", 0, QApplication::UnicodeUTF8));
actionDelete_log->setStatusTip(QApplication::translate("MainWindow", "Delete the log for the selected session", 0, QApplication::UnicodeUTF8));
actionDelete_log->setWhatsThis(QApplication::translate("MainWindow", "Delete the log for the selected session", 0, QApplication::UnicodeUTF8));
actionArchive_session->setText(QApplication::translate("MainWindow", "&Archive session", 0, QApplication::UnicodeUTF8));
actionArchive_session->setIconText(QApplication::translate("MainWindow", "Archive session", 0, QApplication::UnicodeUTF8));
actionArchive_session->setToolTip(QApplication::translate("MainWindow", "Archive the selected session", 0, QApplication::UnicodeUTF8));
actionArchive_session->setStatusTip(QApplication::translate("MainWindow", "Archive the selected session", 0, QApplication::UnicodeUTF8));
actionArchive_session->setWhatsThis(QApplication::translate("MainWindow", "Archive the selected session", 0, QApplication::UnicodeUTF8));
actionDocumentation->setText(QApplication::translate("MainWindow", "Documentation", 0, QApplication::UnicodeUTF8));
actionDocumentation->setToolTip(QApplication::translate("MainWindow", "View online documentation", 0, QApplication::UnicodeUTF8));
actionDocumentation->setStatusTip(QApplication::translate("MainWindow", "View online documentation", 0, QApplication::UnicodeUTF8));
actionDocumentation->setWhatsThis(QApplication::translate("MainWindow", "View online documentation", 0, QApplication::UnicodeUTF8));
actionCheck_for_updates->setText(QApplication::translate("MainWindow", "Check for updates", 0, QApplication::UnicodeUTF8));
actionCheck_for_updates->setToolTip(QApplication::translate("MainWindow", "Check if there is a new version available online", 0, QApplication::UnicodeUTF8));
actionCheck_for_updates->setStatusTip(QApplication::translate("MainWindow", "Check if there is a new version available online", 0, QApplication::UnicodeUTF8));
actionCheck_for_updates->setWhatsThis(QApplication::translate("MainWindow", "Check if there is a new version available online", 0, QApplication::UnicodeUTF8));
actionPrint_all->setText(QApplication::translate("MainWindow", "Print &all", 0, QApplication::UnicodeUTF8));
actionPrint_all->setStatusTip(QApplication::translate("MainWindow", "Print the results of all students", 0, QApplication::UnicodeUTF8));
actionPrint_all->setWhatsThis(QApplication::translate("MainWindow", "Print the results of all students", 0, QApplication::UnicodeUTF8));
actionPrint_session_summary->setText(QApplication::translate("MainWindow", "Print session &summary", 0, QApplication::UnicodeUTF8));
actionPrint_session_summary->setIconText(QApplication::translate("MainWindow", "Print session summary", 0, QApplication::UnicodeUTF8));
actionPrint_session_summary->setToolTip(QApplication::translate("MainWindow", "Print session summary", 0, QApplication::UnicodeUTF8));
actionPrint_session_summary->setStatusTip(QApplication::translate("MainWindow", "Print a summary and statistics for the selected session", 0, QApplication::UnicodeUTF8));
actionPrint_session_summary->setWhatsThis(QApplication::translate("MainWindow", "Print a summary and statistics for the selected session", 0, QApplication::UnicodeUTF8));
actionOverall_statistics->setText(QApplication::translate("MainWindow", "Overall statistics", 0, QApplication::UnicodeUTF8));
actionOverall_statistics->setToolTip(QApplication::translate("MainWindow", "Show overall statistics about the difficulty of questions", 0, QApplication::UnicodeUTF8));
actionOverall_statistics->setStatusTip(QApplication::translate("MainWindow", "Show overall statistics about the difficulty of questions", 0, QApplication::UnicodeUTF8));
actionOverall_statistics->setWhatsThis(QApplication::translate("MainWindow", "Show overall statistics about the difficulty of questions", 0, QApplication::UnicodeUTF8));
actionChange_language->setText(QApplication::translate("MainWindow", "Change language", 0, QApplication::UnicodeUTF8));
actionChange_language->setToolTip(QApplication::translate("MainWindow", "Change the language of the iTest interface", 0, QApplication::UnicodeUTF8));
actionChange_language->setStatusTip(QApplication::translate("MainWindow", "Change the language of the iTest interface", 0, QApplication::UnicodeUTF8));
actionChange_language->setWhatsThis(QApplication::translate("MainWindow", "Change the language of the iTest interface", 0, QApplication::UnicodeUTF8));
actionRestore_session->setText(QApplication::translate("MainWindow", "&Restore session", 0, QApplication::UnicodeUTF8));
actionRestore_session->setToolTip(QApplication::translate("MainWindow", "Restore the selected session from the archive", 0, QApplication::UnicodeUTF8));
actionRestore_session->setStatusTip(QApplication::translate("MainWindow", "Restore the selected session from the archive", 0, QApplication::UnicodeUTF8));
actionRestore_session->setWhatsThis(QApplication::translate("MainWindow", "Restore the selected session from the archive", 0, QApplication::UnicodeUTF8));
actionCopy_to_archive->setText(QApplication::translate("MainWindow", "Copy to archive", 0, QApplication::UnicodeUTF8));
actionCopy_to_archive->setToolTip(QApplication::translate("MainWindow", "Copy the selected session to the archive", 0, QApplication::UnicodeUTF8));
actionCopy_to_archive->setStatusTip(QApplication::translate("MainWindow", "Copy the selected session to the archive", 0, QApplication::UnicodeUTF8));
actionCopy_to_archive->setWhatsThis(QApplication::translate("MainWindow", "Copy the selected session to the archive", 0, QApplication::UnicodeUTF8));
actionCopy_from_archive->setText(QApplication::translate("MainWindow", "Copy from archive", 0, QApplication::UnicodeUTF8));
actionCopy_from_archive->setToolTip(QApplication::translate("MainWindow", "Copy the selected session from the archive", 0, QApplication::UnicodeUTF8));
actionCopy_from_archive->setStatusTip(QApplication::translate("MainWindow", "Copy the selected session from the archive", 0, QApplication::UnicodeUTF8));
actionCopy_from_archive->setWhatsThis(QApplication::translate("MainWindow", "Copy the selected session from the archive", 0, QApplication::UnicodeUTF8));
actionSave_a_copy->setText(QApplication::translate("MainWindow", "Save a copy", 0, QApplication::UnicodeUTF8));
actionSave_a_copy->setToolTip(QApplication::translate("MainWindow", "Save a copy of the database", 0, QApplication::UnicodeUTF8));
actionSave_a_copy->setStatusTip(QApplication::translate("MainWindow", "Save a copy of the database", 0, QApplication::UnicodeUTF8));
actionSave_a_copy->setWhatsThis(QApplication::translate("MainWindow", "Save a copy of the database", 0, QApplication::UnicodeUTF8));
actionSave_a_backup->setText(QApplication::translate("MainWindow", "Save a backup", 0, QApplication::UnicodeUTF8));
actionSave_a_backup->setToolTip(QApplication::translate("MainWindow", "Save a backup copy of the database with all the archived sessions", 0, QApplication::UnicodeUTF8));
actionSave_a_backup->setStatusTip(QApplication::translate("MainWindow", "Save a backup copy of the database with all the archived sessions", 0, QApplication::UnicodeUTF8));
actionSave_a_backup->setWhatsThis(QApplication::translate("MainWindow", "Save a backup copy of the database with all the archived sessions", 0, QApplication::UnicodeUTF8));
actionShow_hidden->setText(QApplication::translate("MainWindow", "Show hidden questions", 0, QApplication::UnicodeUTF8));
actionShow_hidden->setStatusTip(QApplication::translate("MainWindow", "Show hidden questions", 0, QApplication::UnicodeUTF8));
actionShow_hidden->setWhatsThis(QApplication::translate("MainWindow", "Show hidden questions", 0, QApplication::UnicodeUTF8));
actionHide->setText(QApplication::translate("MainWindow", "&Hide", 0, QApplication::UnicodeUTF8));
actionHide->setToolTip(QApplication::translate("MainWindow", "Hide the selected question", 0, QApplication::UnicodeUTF8));
actionHide->setStatusTip(QApplication::translate("MainWindow", "Hide the selected question", 0, QApplication::UnicodeUTF8));
actionHide->setWhatsThis(QApplication::translate("MainWindow", "Hide the selected question", 0, QApplication::UnicodeUTF8));
actionHide->setShortcut(QApplication::translate("MainWindow", "Ctrl+Alt+H", 0, QApplication::UnicodeUTF8));
actionRun_Test_Writer->setText(QApplication::translate("MainWindow", "Run iTestClient", 0, QApplication::UnicodeUTF8));
actionRun_Test_Writer->setToolTip(QApplication::translate("MainWindow", "Run iTestClient on this computer", 0, QApplication::UnicodeUTF8));
actionRun_Test_Writer->setStatusTip(QApplication::translate("MainWindow", "Run iTestClient on this computer", 0, QApplication::UnicodeUTF8));
actionRun_Test_Writer->setWhatsThis(QApplication::translate("MainWindow", "Run iTestClient on this computer", 0, QApplication::UnicodeUTF8));
recentDBsListWidget->setStatusTip(QApplication::translate("MainWindow", "Select a database you have used recently, create a new one or open another database.", 0, QApplication::UnicodeUTF8));
label_recent->setText(QApplication::translate("MainWindow", "Recent databases", 0, QApplication::UnicodeUTF8));
btnNew->setStatusTip(QApplication::translate("MainWindow", "Create a new database", 0, QApplication::UnicodeUTF8));
btnNew->setText(QApplication::translate("MainWindow", "New", 0, QApplication::UnicodeUTF8));
btnOpenOther->setStatusTip(QApplication::translate("MainWindow", "Open another database", 0, QApplication::UnicodeUTF8));
btnOpenOther->setText(QApplication::translate("MainWindow", "Open other...", 0, QApplication::UnicodeUTF8));
btnOpenSelected->setStatusTip(QApplication::translate("MainWindow", "Open the selected database from the list above", 0, QApplication::UnicodeUTF8));
btnOpenSelected->setText(QApplication::translate("MainWindow", "Open selected", 0, QApplication::UnicodeUTF8));
label_icon_text->setText(QApplication::translate("MainWindow", "iTest", 0, QApplication::UnicodeUTF8));
label_icon->setText(QString());
LQGroupBox->setTitle(QApplication::translate("MainWindow", "List of questions", 0, QApplication::UnicodeUTF8));
LQFlagComboBox->setStatusTip(QApplication::translate("MainWindow", "Select the flag to filter the list below", 0, QApplication::UnicodeUTF8));
LQAllRadioButton->setStatusTip(QApplication::translate("MainWindow", "Show all questions", 0, QApplication::UnicodeUTF8));
LQAllRadioButton->setText(QApplication::translate("MainWindow", "All", 0, QApplication::UnicodeUTF8));
LQEasyRadioButton->setStatusTip(QApplication::translate("MainWindow", "Show easy questions only", 0, QApplication::UnicodeUTF8));
LQEasyRadioButton->setText(QString());
LQMediumRadioButton->setStatusTip(QApplication::translate("MainWindow", "Show questions with medium difficulty only", 0, QApplication::UnicodeUTF8));
LQMediumRadioButton->setText(QString());
LQDifficultRadioButton->setStatusTip(QApplication::translate("MainWindow", "Show difficult questions only", 0, QApplication::UnicodeUTF8));
LQDifficultRadioButton->setText(QString());
LQFlagRadioButton->setStatusTip(QApplication::translate("MainWindow", "Show questions with the selected flag only", 0, QApplication::UnicodeUTF8));
LQFlagRadioButton->setText(QString());
LQListWidget->setStatusTip(QApplication::translate("MainWindow", "Select a question to edit", 0, QApplication::UnicodeUTF8));
btnAdd->setStatusTip(QApplication::translate("MainWindow", "Add a question", 0, QApplication::UnicodeUTF8));
btnAdd->setText(QString());
btnDuplicate->setStatusTip(QApplication::translate("MainWindow", "Duplicate the selected question", 0, QApplication::UnicodeUTF8));
btnDuplicate->setText(QString());
btnDelete->setStatusTip(QApplication::translate("MainWindow", "Delete the selected question", 0, QApplication::UnicodeUTF8));
btnDelete->setText(QString());
btnMoveUp->setStatusTip(QApplication::translate("MainWindow", "Move the selected question up", 0, QApplication::UnicodeUTF8));
btnMoveUp->setText(QString());
btnMoveDown->setStatusTip(QApplication::translate("MainWindow", "Move the selected question down", 0, QApplication::UnicodeUTF8));
btnMoveDown->setText(QString());
label_search->setText(QApplication::translate("MainWindow", "Search:", 0, QApplication::UnicodeUTF8));
LQSearchLineEdit->setStatusTip(QApplication::translate("MainWindow", "Type a keyword to filter the list below", 0, QApplication::UnicodeUTF8));
SQGroupBox->setTitle(QApplication::translate("MainWindow", "Selected question", 0, QApplication::UnicodeUTF8));
SQQuestionNameLabel->setText(QApplication::translate("MainWindow", "Question name:", 0, QApplication::UnicodeUTF8));
SQQuestionNameLineEdit->setStatusTip(QApplication::translate("MainWindow", "Name of the selected question", 0, QApplication::UnicodeUTF8));
SQAnswerLabel->setText(QApplication::translate("MainWindow", "Answers:", 0, QApplication::UnicodeUTF8));
SQCorrectLabel->setText(QApplication::translate("MainWindow", "Correct:", 0, QApplication::UnicodeUTF8));
SQFlagLabel->setText(QApplication::translate("MainWindow", "Flag:", 0, QApplication::UnicodeUTF8));
SQFlagComboBox->setStatusTip(QApplication::translate("MainWindow", "Flag of the selected question", 0, QApplication::UnicodeUTF8));
SQGroupLabel->setText(QApplication::translate("MainWindow", "Group:", 0, QApplication::UnicodeUTF8));
SQGroupLineEdit->setStatusTip(QApplication::translate("MainWindow", "Group of the selected question", 0, QApplication::UnicodeUTF8));
tbtnSearchByGroup->setStatusTip(QApplication::translate("MainWindow", "Search the database for other questions in this group", 0, QApplication::UnicodeUTF8));
tbtnSearchByGroup->setText(QApplication::translate("MainWindow", "Search", 0, QApplication::UnicodeUTF8));
SQDifficultyLabel->setText(QApplication::translate("MainWindow", "Difficulty:", 0, QApplication::UnicodeUTF8));
SQDifficultyComboBox->clear();
SQDifficultyComboBox->addItem(QIcon(QString::fromUtf8(":/images/images/easy.png")), QApplication::translate("MainWindow", "Easy", 0, QApplication::UnicodeUTF8));
SQDifficultyComboBox->addItem(QIcon(QString::fromUtf8(":/images/images/medium.png")), QApplication::translate("MainWindow", "Medium", 0, QApplication::UnicodeUTF8));
SQDifficultyComboBox->addItem(QIcon(QString::fromUtf8(":/images/images/difficult.png")), QApplication::translate("MainWindow", "Difficult", 0, QApplication::UnicodeUTF8));
SQDifficultyComboBox->setStatusTip(QApplication::translate("MainWindow", "Difficulty of the selected question", 0, QApplication::UnicodeUTF8));
SQAnswerALabel->setText(QApplication::translate("MainWindow", "a)", 0, QApplication::UnicodeUTF8));
SQAnswerBLabel->setText(QApplication::translate("MainWindow", "b)", 0, QApplication::UnicodeUTF8));
SQCorrectCCheckBox->setStatusTip(QApplication::translate("MainWindow", "A checked checkbox indicates a correct answer", 0, QApplication::UnicodeUTF8));
SQCorrectCCheckBox->setText(QString());
SQAnswerALineEdit->setStatusTip(QApplication::translate("MainWindow", "Answer a) of the selected question", 0, QApplication::UnicodeUTF8));
SQCorrectACheckBox->setStatusTip(QApplication::translate("MainWindow", "A checked checkbox indicates a correct answer", 0, QApplication::UnicodeUTF8));
SQCorrectACheckBox->setText(QString());
SQAnswerCLabel->setText(QApplication::translate("MainWindow", "c)", 0, QApplication::UnicodeUTF8));
SQAnswerBLineEdit->setStatusTip(QApplication::translate("MainWindow", "Answer b) of the selected question", 0, QApplication::UnicodeUTF8));
SQCorrectBCheckBox->setStatusTip(QApplication::translate("MainWindow", "A checked checkbox indicates a correct answer", 0, QApplication::UnicodeUTF8));
SQCorrectBCheckBox->setText(QString());
SQAnswerCLineEdit->setStatusTip(QApplication::translate("MainWindow", "Answer c) of the selected question", 0, QApplication::UnicodeUTF8));
SQAnswerDLabel->setText(QApplication::translate("MainWindow", "d)", 0, QApplication::UnicodeUTF8));
SQAnswerDLineEdit->setStatusTip(QApplication::translate("MainWindow", "Answer d) of the selected question", 0, QApplication::UnicodeUTF8));
SQCorrectDCheckBox->setStatusTip(QApplication::translate("MainWindow", "A checked checkbox indicates a correct answer", 0, QApplication::UnicodeUTF8));
SQCorrectDCheckBox->setText(QString());
SQQuestionLabel->setText(QApplication::translate("MainWindow", "Question:", 0, QApplication::UnicodeUTF8));
tbtnUndo->setStatusTip(QApplication::translate("MainWindow", "Undo", 0, QApplication::UnicodeUTF8));
tbtnUndo->setText(QApplication::translate("MainWindow", "\342\227\204", 0, QApplication::UnicodeUTF8));
tbtnRedo->setStatusTip(QApplication::translate("MainWindow", "Redo", 0, QApplication::UnicodeUTF8));
tbtnRedo->setText(QApplication::translate("MainWindow", "\342\226\272", 0, QApplication::UnicodeUTF8));
fontComboBox->setStatusTip(QApplication::translate("MainWindow", "Choose a font", 0, QApplication::UnicodeUTF8));
sizeComboBox->clear();
sizeComboBox->insertItems(0, QStringList()
<< QApplication::translate("MainWindow", "10", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "11", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "12", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "14", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "16", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "18", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "20", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "22", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "24", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "26", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "28", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "30", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "36", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "48", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "96", 0, QApplication::UnicodeUTF8)
);
sizeComboBox->setToolTip(QString());
sizeComboBox->setStatusTip(QApplication::translate("MainWindow", "Select text size", 0, QApplication::UnicodeUTF8));
tbtnBold->setStatusTip(QApplication::translate("MainWindow", "Bold", 0, QApplication::UnicodeUTF8));
tbtnBold->setText(QApplication::translate("MainWindow", "B", 0, QApplication::UnicodeUTF8));
tbtnItalic->setStatusTip(QApplication::translate("MainWindow", "Italic", 0, QApplication::UnicodeUTF8));
tbtnItalic->setText(QApplication::translate("MainWindow", "I", 0, QApplication::UnicodeUTF8));
tbtnUnderlined->setStatusTip(QApplication::translate("MainWindow", "Underlined", 0, QApplication::UnicodeUTF8));
tbtnUnderlined->setText(QApplication::translate("MainWindow", "U", 0, QApplication::UnicodeUTF8));
tbtnColour->setStatusTip(QApplication::translate("MainWindow", "Text colour", 0, QApplication::UnicodeUTF8));
tbtnColour->setText(QString());
tbtnAlignLeft->setStatusTip(QApplication::translate("MainWindow", "Align left", 0, QApplication::UnicodeUTF8));
tbtnAlignLeft->setText(QApplication::translate("MainWindow", "L", 0, QApplication::UnicodeUTF8));
tbtnAlignCentre->setStatusTip(QApplication::translate("MainWindow", "Align centre", 0, QApplication::UnicodeUTF8));
tbtnAlignCentre->setText(QApplication::translate("MainWindow", "C", 0, QApplication::UnicodeUTF8));
tbtnAlignRight->setStatusTip(QApplication::translate("MainWindow", "Align right", 0, QApplication::UnicodeUTF8));
tbtnAlignRight->setText(QApplication::translate("MainWindow", "R", 0, QApplication::UnicodeUTF8));
tbtnAlignJustify->setStatusTip(QApplication::translate("MainWindow", "Justify", 0, QApplication::UnicodeUTF8));
tbtnAlignJustify->setText(QApplication::translate("MainWindow", "J", 0, QApplication::UnicodeUTF8));
SQQuestionTextEdit->setStatusTip(QApplication::translate("MainWindow", "Text of the selected question", 0, QApplication::UnicodeUTF8));
SQStatisticsLabel->setText(QApplication::translate("MainWindow", "Statistics:", 0, QApplication::UnicodeUTF8));
DBIGroupBox->setTitle(QApplication::translate("MainWindow", "Database information", 0, QApplication::UnicodeUTF8));
DBIDatabaseNameLabel->setText(QApplication::translate("MainWindow", "Database name:", 0, QApplication::UnicodeUTF8));
DBIDatabaseNameLineEdit->setStatusTip(QApplication::translate("MainWindow", "Database name", 0, QApplication::UnicodeUTF8));
DBIDateLabel->setText(QApplication::translate("MainWindow", "Date:", 0, QApplication::UnicodeUTF8));
DBIDateEdit->setStatusTip(QApplication::translate("MainWindow", "Database date", 0, QApplication::UnicodeUTF8));
DBIDateEdit->setDisplayFormat(QApplication::translate("MainWindow", "yyyy.MM.dd - hh:mm", 0, QApplication::UnicodeUTF8));
DBIUseLastSaveDateCheckBox->setStatusTip(QApplication::translate("MainWindow", "Use last save date", 0, QApplication::UnicodeUTF8));
DBIUseLastSaveDateCheckBox->setText(QApplication::translate("MainWindow", "Use last save date", 0, QApplication::UnicodeUTF8));
showInfoCheckBox->setStatusTip(QApplication::translate("MainWindow", "Show or hide the database information below", 0, QApplication::UnicodeUTF8));
showInfoCheckBox->setText(QApplication::translate("MainWindow", "Show database information", 0, QApplication::UnicodeUTF8));
btnClose->setStatusTip(QApplication::translate("MainWindow", "Close the open database", 0, QApplication::UnicodeUTF8));
btnClose->setText(QString());
ECTextEdit->setStatusTip(QApplication::translate("MainWindow", "Use this field for your comments, notes, reminders...", 0, QApplication::UnicodeUTF8));
ECtbtnUndo->setStatusTip(QApplication::translate("MainWindow", "Undo", 0, QApplication::UnicodeUTF8));
ECtbtnUndo->setText(QApplication::translate("MainWindow", "\342\227\204", 0, QApplication::UnicodeUTF8));
ECtbtnRedo->setStatusTip(QApplication::translate("MainWindow", "Redo", 0, QApplication::UnicodeUTF8));
ECtbtnRedo->setText(QApplication::translate("MainWindow", "\342\226\272", 0, QApplication::UnicodeUTF8));
ECfontComboBox->setStatusTip(QApplication::translate("MainWindow", "Choose a font", 0, QApplication::UnicodeUTF8));
ECsizeComboBox->clear();
ECsizeComboBox->insertItems(0, QStringList()
<< QApplication::translate("MainWindow", "8", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "9", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "10", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "11", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "12", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "14", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "16", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "18", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "20", 0, QApplication::UnicodeUTF8)
);
ECsizeComboBox->setToolTip(QString());
ECsizeComboBox->setStatusTip(QApplication::translate("MainWindow", "Select text size", 0, QApplication::UnicodeUTF8));
ECtbtnBold->setStatusTip(QApplication::translate("MainWindow", "Bold", 0, QApplication::UnicodeUTF8));
ECtbtnBold->setText(QApplication::translate("MainWindow", "B", 0, QApplication::UnicodeUTF8));
ECtbtnItalic->setStatusTip(QApplication::translate("MainWindow", "Italic", 0, QApplication::UnicodeUTF8));
ECtbtnItalic->setText(QApplication::translate("MainWindow", "I", 0, QApplication::UnicodeUTF8));
ECtbtnUnderlined->setStatusTip(QApplication::translate("MainWindow", "Underlined", 0, QApplication::UnicodeUTF8));
ECtbtnUnderlined->setText(QApplication::translate("MainWindow", "U", 0, QApplication::UnicodeUTF8));
ECtbtnColour->setStatusTip(QApplication::translate("MainWindow", "Text colour", 0, QApplication::UnicodeUTF8));
ECtbtnColour->setText(QString());
ECtbtnAlignLeft->setStatusTip(QApplication::translate("MainWindow", "Align left", 0, QApplication::UnicodeUTF8));
ECtbtnAlignLeft->setText(QApplication::translate("MainWindow", "L", 0, QApplication::UnicodeUTF8));
ECtbtnAlignCentre->setStatusTip(QApplication::translate("MainWindow", "Align centre", 0, QApplication::UnicodeUTF8));
ECtbtnAlignCentre->setText(QApplication::translate("MainWindow", "C", 0, QApplication::UnicodeUTF8));
ECtbtnAlignRight->setStatusTip(QApplication::translate("MainWindow", "Align right", 0, QApplication::UnicodeUTF8));
ECtbtnAlignRight->setText(QApplication::translate("MainWindow", "R", 0, QApplication::UnicodeUTF8));
ECtbtnAlignJustify->setStatusTip(QApplication::translate("MainWindow", "Justify", 0, QApplication::UnicodeUTF8));
ECtbtnAlignJustify->setText(QApplication::translate("MainWindow", "J", 0, QApplication::UnicodeUTF8));
Flags1NameLabel->setText(QApplication::translate("MainWindow", "Flag name:", 0, QApplication::UnicodeUTF8));
Flags1EnabledLabel->setText(QApplication::translate("MainWindow", "Enabled:", 0, QApplication::UnicodeUTF8));
Flag01CheckBox->setText(QString());
FlagQnumLabel_0->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag02CheckBox->setText(QString());
FlagQnumLabel_1->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag03CheckBox->setText(QString());
FlagQnumLabel_2->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag04CheckBox->setText(QString());
FlagQnumLabel_3->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag05CheckBox->setText(QString());
FlagQnumLabel_4->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag06CheckBox->setText(QString());
FlagQnumLabel_5->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag07CheckBox->setText(QString());
FlagQnumLabel_6->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag08CheckBox->setText(QString());
FlagQnumLabel_7->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag09CheckBox->setText(QString());
FlagQnumLabel_8->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag10CheckBox->setText(QString());
FlagQnumLabel_9->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flags2NameLabel->setText(QApplication::translate("MainWindow", "Flag name:", 0, QApplication::UnicodeUTF8));
Flags2EnabledLabel->setText(QApplication::translate("MainWindow", "Enabled:", 0, QApplication::UnicodeUTF8));
Flag11CheckBox->setText(QString());
FlagQnumLabel_10->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag12CheckBox->setText(QString());
FlagQnumLabel_11->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag13CheckBox->setText(QString());
FlagQnumLabel_12->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag14CheckBox->setText(QString());
FlagQnumLabel_13->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag15CheckBox->setText(QString());
FlagQnumLabel_14->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag16CheckBox->setText(QString());
FlagQnumLabel_15->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag17CheckBox->setText(QString());
FlagQnumLabel_16->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag18CheckBox->setText(QString());
FlagQnumLabel_17->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag19CheckBox->setText(QString());
FlagQnumLabel_18->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
Flag20CheckBox->setText(QString());
FlagQnumLabel_19->setText(QApplication::translate("MainWindow", "Number of questions with this flag: 0", 0, QApplication::UnicodeUTF8));
TSAdvancedSetupGroupBox->setTitle(QApplication::translate("MainWindow", "Advanced", 0, QApplication::UnicodeUTF8));
label_exclude->setText(QApplication::translate("MainWindow", "<b>Available:</b>", 0, QApplication::UnicodeUTF8));
label_search_available->setText(QApplication::translate("MainWindow", "Search:", 0, QApplication::UnicodeUTF8));
TSSearchAvailableLineEdit->setStatusTip(QApplication::translate("MainWindow", "Type a keyword to filter the list below", 0, QApplication::UnicodeUTF8));
label_include->setText(QApplication::translate("MainWindow", "<b>Used:</b>", 0, QApplication::UnicodeUTF8));
label_search_used->setText(QApplication::translate("MainWindow", "Search:", 0, QApplication::UnicodeUTF8));
TSSearchUsedLineEdit->setStatusTip(QApplication::translate("MainWindow", "Type a keyword to filter the list below", 0, QApplication::UnicodeUTF8));
if (TSIncludeTableWidget->columnCount() < 2)
TSIncludeTableWidget->setColumnCount(2);
QTableWidgetItem *__colItem = new QTableWidgetItem();
__colItem->setText(QApplication::translate("MainWindow", "Flag name", 0, QApplication::UnicodeUTF8));
TSIncludeTableWidget->setHorizontalHeaderItem(0, __colItem);
QTableWidgetItem *__colItem1 = new QTableWidgetItem();
__colItem1->setText(QApplication::translate("MainWindow", "Pass mark", 0, QApplication::UnicodeUTF8));
TSIncludeTableWidget->setHorizontalHeaderItem(1, __colItem1);
label_advanced_select->setText(QApplication::translate("MainWindow", "Select:", 0, QApplication::UnicodeUTF8));
rbtnSelectFlags->setText(QApplication::translate("MainWindow", "Flags", 0, QApplication::UnicodeUTF8));
rbtnSelectQuestions->setText(QApplication::translate("MainWindow", "Questions", 0, QApplication::UnicodeUTF8));
TSCommonSettingsGroupBox->setTitle(QString());
TSTestNameLineEdit->setStatusTip(QApplication::translate("MainWindow", "Set a custom test name", 0, QApplication::UnicodeUTF8));
TSTestTimeEdit->setStatusTip(QApplication::translate("MainWindow", "Time for the whole test", 0, QApplication::UnicodeUTF8));
TSTestTimeEdit->setDisplayFormat(QApplication::translate("MainWindow", "HH:mm", 0, QApplication::UnicodeUTF8));
label_testtime->setText(QApplication::translate("MainWindow", "Time for:", 0, QApplication::UnicodeUTF8));
label_passmark->setText(QApplication::translate("MainWindow", "Pass mark:", 0, QApplication::UnicodeUTF8));
label_qnum->setText(QApplication::translate("MainWindow", "Number of questions:", 0, QApplication::UnicodeUTF8));
TSPassMarkSpinBox->setStatusTip(QApplication::translate("MainWindow", "Specify the minimum number of correct answers to pass the exam", 0, QApplication::UnicodeUTF8));
rbtnQuestionTime->setText(QApplication::translate("MainWindow", "one question", 0, QApplication::UnicodeUTF8));
TSQnumSpinBox->setStatusTip(QApplication::translate("MainWindow", "Specify the number of questions", 0, QApplication::UnicodeUTF8));
TSMaxQnumCheckBox->setStatusTip(QApplication::translate("MainWindow", "Use the maximum number of questions possible", 0, QApplication::UnicodeUTF8));
TSMaxQnumCheckBox->setText(QApplication::translate("MainWindow", "Maximum", 0, QApplication::UnicodeUTF8));
TSQuestionTimeEdit->setStatusTip(QApplication::translate("MainWindow", "Time for one question (multiplied by the number of questions)", 0, QApplication::UnicodeUTF8));
TSQuestionTimeEdit->setDisplayFormat(QApplication::translate("MainWindow", "HH:mm", 0, QApplication::UnicodeUTF8));
btnStartServer->setStatusTip(QApplication::translate("MainWindow", "Proceed to testing mode using this computer as a server", 0, QApplication::UnicodeUTF8));
btnStartServer->setText(QApplication::translate("MainWindow", "Start server", 0, QApplication::UnicodeUTF8));
rbtnTestTime->setText(QApplication::translate("MainWindow", "the whole test", 0, QApplication::UnicodeUTF8));
label_test_name->setText(QApplication::translate("MainWindow", "Test name:", 0, QApplication::UnicodeUTF8));
TSCustomTestNameCheckBox->setStatusTip(QApplication::translate("MainWindow", "Enable setting a custom test name (if unchecked, database name will be used)", 0, QApplication::UnicodeUTF8));
TSCustomTestNameCheckBox->setText(QApplication::translate("MainWindow", "Custom", 0, QApplication::UnicodeUTF8));
label_allow_groups->setText(QApplication::translate("MainWindow", "Groups:", 0, QApplication::UnicodeUTF8));
TSGroupsCheckBox->setStatusTip(QApplication::translate("MainWindow", "Allow one question per group to appear in one test only, i.e. choose one of the group randomly", 0, QApplication::UnicodeUTF8));
TSGroupsCheckBox->setText(QApplication::translate("MainWindow", "Allow one question per group only", 0, QApplication::UnicodeUTF8));
SMInfoGroupBox->setTitle(QApplication::translate("MainWindow", "Server information", 0, QApplication::UnicodeUTF8));
SMIPortLabel->setText(QApplication::translate("MainWindow", "The server is running on port *****. You may now run iTestClient on each client PC. Do not quit iTestServer while testing!", 0, QApplication::UnicodeUTF8));
SMClientsGroupBox->setTitle(QApplication::translate("MainWindow", "List of clients", 0, QApplication::UnicodeUTF8));
SMLCListWidget->setStatusTip(QApplication::translate("MainWindow", "Select a client to get more information", 0, QApplication::UnicodeUTF8));
SMSelectedClientGroupBox->setTitle(QApplication::translate("MainWindow", "Selected client", 0, QApplication::UnicodeUTF8));
if (SMSCResultsTableWidget->columnCount() < 4)
SMSCResultsTableWidget->setColumnCount(4);
QTableWidgetItem *__colItem2 = new QTableWidgetItem();
__colItem2->setText(QApplication::translate("MainWindow", "Question name", 0, QApplication::UnicodeUTF8));
SMSCResultsTableWidget->setHorizontalHeaderItem(0, __colItem2);
QTableWidgetItem *__colItem3 = new QTableWidgetItem();
__colItem3->setText(QApplication::translate("MainWindow", "Answered correctly", 0, QApplication::UnicodeUTF8));
SMSCResultsTableWidget->setHorizontalHeaderItem(1, __colItem3);
QTableWidgetItem *__colItem4 = new QTableWidgetItem();
__colItem4->setText(QApplication::translate("MainWindow", "Answer", 0, QApplication::UnicodeUTF8));
SMSCResultsTableWidget->setHorizontalHeaderItem(2, __colItem4);
QTableWidgetItem *__colItem5 = new QTableWidgetItem();
__colItem5->setText(QApplication::translate("MainWindow", "Correct answer", 0, QApplication::UnicodeUTF8));
SMSCResultsTableWidget->setHorizontalHeaderItem(3, __colItem5);
SMSCResultsTableWidget->setStatusTip(QApplication::translate("MainWindow", "The selected client's exam results", 0, QApplication::UnicodeUTF8));
SMSC_label_2->setText(QApplication::translate("MainWindow", "<b>Total score:</b>", 0, QApplication::UnicodeUTF8));
SMSCScoreLabel->setStatusTip(QApplication::translate("MainWindow", "The selected client's total score", 0, QApplication::UnicodeUTF8));
SMSCScoreLabel->setText(QApplication::translate("MainWindow", "Not ready yet", 0, QApplication::UnicodeUTF8));
SMSC_label_3->setText(QApplication::translate("MainWindow", "<b>Results:</b>", 0, QApplication::UnicodeUTF8));
SMSC_label_1->setText(QApplication::translate("MainWindow", "<b>Status:</b>", 0, QApplication::UnicodeUTF8));
SMSCStatusLabel->setStatusTip(QApplication::translate("MainWindow", "The selected client's status", 0, QApplication::UnicodeUTF8));
SMSCStatusLabel->setText(QApplication::translate("MainWindow", "Disconnected", 0, QApplication::UnicodeUTF8));
SMSC_label_4->setText(QApplication::translate("MainWindow", "<b>Name:</b>", 0, QApplication::UnicodeUTF8));
SMSCNameLabel->setStatusTip(QApplication::translate("MainWindow", "The selected client's name", 0, QApplication::UnicodeUTF8));
SMSCNameLabel->setText(QApplication::translate("MainWindow", "Not identified yet", 0, QApplication::UnicodeUTF8));
SMLogGroupBox->setTitle(QApplication::translate("MainWindow", "Server log", 0, QApplication::UnicodeUTF8));
SMSLListWidget->setStatusTip(QApplication::translate("MainWindow", "Server log", 0, QApplication::UnicodeUTF8));
VSSCSGroupBox->setTitle(QApplication::translate("MainWindow", "Selected session", 0, QApplication::UnicodeUTF8));
label_current_session_name->setText(QApplication::translate("MainWindow", "<b>Session name:</b>", 0, QApplication::UnicodeUTF8));
VSSNameLabel->setStatusTip(QApplication::translate("MainWindow", "Name of the selected session", 0, QApplication::UnicodeUTF8));
label_current_session_datetime->setText(QApplication::translate("MainWindow", "<b>Date and time:</b>", 0, QApplication::UnicodeUTF8));
VSSDateTimeLabel->setStatusTip(QApplication::translate("MainWindow", "Date and time of the selected session", 0, QApplication::UnicodeUTF8));
label_overall_score_bad->setText(QApplication::translate("MainWindow", "Bad", 0, QApplication::UnicodeUTF8));
label_overall_score_good->setText(QApplication::translate("MainWindow", "Good", 0, QApplication::UnicodeUTF8));
VSSOverallResultsProgressBar->setStatusTip(QApplication::translate("MainWindow", "Average result of the selected session", 0, QApplication::UnicodeUTF8));
label_current_session_passmark->setText(QApplication::translate("MainWindow", "<b>Pass mark:</b>", 0, QApplication::UnicodeUTF8));
VSSPassMarkLabel->setStatusTip(QApplication::translate("MainWindow", "The minimum number of correct answers to pass this exam", 0, QApplication::UnicodeUTF8));
btnDetails->setText(QApplication::translate("MainWindow", "Details", 0, QApplication::UnicodeUTF8));
label_overall_results->setText(QApplication::translate("MainWindow", "<b>Average:</b>", 0, QApplication::UnicodeUTF8));
VSSClientsGroupBox->setTitle(QApplication::translate("MainWindow", "List of students", 0, QApplication::UnicodeUTF8));
VSSLCListWidget->setStatusTip(QApplication::translate("MainWindow", "Select a student to get more information", 0, QApplication::UnicodeUTF8));
VSSSelectedClientGroupBox->setTitle(QApplication::translate("MainWindow", "Selected student", 0, QApplication::UnicodeUTF8));
if (VSSSCResultsTableWidget->columnCount() < 4)
VSSSCResultsTableWidget->setColumnCount(4);
QTableWidgetItem *__colItem6 = new QTableWidgetItem();
__colItem6->setText(QApplication::translate("MainWindow", "Question name", 0, QApplication::UnicodeUTF8));
VSSSCResultsTableWidget->setHorizontalHeaderItem(0, __colItem6);
QTableWidgetItem *__colItem7 = new QTableWidgetItem();
__colItem7->setText(QApplication::translate("MainWindow", "Answered correctly", 0, QApplication::UnicodeUTF8));
VSSSCResultsTableWidget->setHorizontalHeaderItem(1, __colItem7);
QTableWidgetItem *__colItem8 = new QTableWidgetItem();
__colItem8->setText(QApplication::translate("MainWindow", "Answer", 0, QApplication::UnicodeUTF8));
VSSSCResultsTableWidget->setHorizontalHeaderItem(2, __colItem8);
QTableWidgetItem *__colItem9 = new QTableWidgetItem();
__colItem9->setText(QApplication::translate("MainWindow", "Correct answer", 0, QApplication::UnicodeUTF8));
VSSSCResultsTableWidget->setHorizontalHeaderItem(3, __colItem9);
VSSSCResultsTableWidget->setStatusTip(QApplication::translate("MainWindow", "The selected student's exam results", 0, QApplication::UnicodeUTF8));
VSSSC_label_2->setText(QApplication::translate("MainWindow", "<b>Total score:</b>", 0, QApplication::UnicodeUTF8));
VSSSCScoreLabel->setStatusTip(QApplication::translate("MainWindow", "The selected student's total score", 0, QApplication::UnicodeUTF8));
VSSSCScoreLabel->setText(QApplication::translate("MainWindow", "Not ready yet", 0, QApplication::UnicodeUTF8));
VSSSC_label_3->setText(QApplication::translate("MainWindow", "<b>Results:</b>", 0, QApplication::UnicodeUTF8));
VSSSC_label_1->setText(QApplication::translate("MainWindow", "<b>Name:</b>", 0, QApplication::UnicodeUTF8));
VSSSCNameLabel->setStatusTip(QApplication::translate("MainWindow", "The selected student's name", 0, QApplication::UnicodeUTF8));
VSSSCNameLabel->setText(QApplication::translate("MainWindow", "Not identified yet", 0, QApplication::UnicodeUTF8));
VSSPassMarkDetailsGroupBox->setTitle(QApplication::translate("MainWindow", "Pass mark details", 0, QApplication::UnicodeUTF8));
label_search_details->setText(QApplication::translate("MainWindow", "Search:", 0, QApplication::UnicodeUTF8));
VSSSearchDetailsLineEdit->setStatusTip(QApplication::translate("MainWindow", "Type a keyword to filter the list below", 0, QApplication::UnicodeUTF8));
if (VSSPassMarkTableWidget->columnCount() < 2)
VSSPassMarkTableWidget->setColumnCount(2);
QTableWidgetItem *__colItem10 = new QTableWidgetItem();
__colItem10->setText(QApplication::translate("MainWindow", "Flag name", 0, QApplication::UnicodeUTF8));
VSSPassMarkTableWidget->setHorizontalHeaderItem(0, __colItem10);
QTableWidgetItem *__colItem11 = new QTableWidgetItem();
__colItem11->setText(QApplication::translate("MainWindow", "Pass mark", 0, QApplication::UnicodeUTF8));
VSSPassMarkTableWidget->setHorizontalHeaderItem(1, __colItem11);
VSSPassMarkTableWidget->setStatusTip(QApplication::translate("MainWindow", "Pass mark details", 0, QApplication::UnicodeUTF8));
VSSLogGroupBox->setTitle(QApplication::translate("MainWindow", "Server log", 0, QApplication::UnicodeUTF8));
VSSSLListWidget->setStatusTip(QApplication::translate("MainWindow", "Server log", 0, QApplication::UnicodeUTF8));
VSSLSGroupBox->setTitle(QApplication::translate("MainWindow", "List of sessions", 0, QApplication::UnicodeUTF8));
label_search_sessions->setText(QApplication::translate("MainWindow", "Search:", 0, QApplication::UnicodeUTF8));
VSSLSSearchLineEdit->setStatusTip(QApplication::translate("MainWindow", "Type a keyword to filter the list below", 0, QApplication::UnicodeUTF8));
VSSLASListWidget->setStatusTip(QApplication::translate("MainWindow", "Double click a session to view", 0, QApplication::UnicodeUTF8));
VSSLSListWidget->setStatusTip(QApplication::translate("MainWindow", "Double click a session to view", 0, QApplication::UnicodeUTF8));
label_archived_sessions->setText(QApplication::translate("MainWindow", "<b>Archived sessions:</b>", 0, QApplication::UnicodeUTF8));
menuHelp->setTitle(QApplication::translate("MainWindow", "&Help", 0, QApplication::UnicodeUTF8));
menuSession->setTitle(QApplication::translate("MainWindow", "Sessio&n", 0, QApplication::UnicodeUTF8));
menuView->setTitle(QApplication::translate("MainWindow", "&View", 0, QApplication::UnicodeUTF8));
menuQuestion->setTitle(QApplication::translate("MainWindow", "&Question", 0, QApplication::UnicodeUTF8));
menuServer->setTitle(QApplication::translate("MainWindow", "&Server", 0, QApplication::UnicodeUTF8));
menuDatabase->setTitle(QApplication::translate("MainWindow", "&Database", 0, QApplication::UnicodeUTF8));
menuSort_questions->setTitle(QApplication::translate("MainWindow", "&Sort questions", 0, QApplication::UnicodeUTF8));
menuFilter_LQ->setTitle(QApplication::translate("MainWindow", "&Filter the list of questions", 0, QApplication::UnicodeUTF8));
menuFile->setTitle(QApplication::translate("MainWindow", "&File", 0, QApplication::UnicodeUTF8));
}