| 1 | /******************************************************************************** | 
|---|
| 2 | ** Form generated from reading UI file 'executorproblemsetwidget.ui' | 
|---|
| 3 | ** | 
|---|
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 | 
|---|
| 5 | ** | 
|---|
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | 
|---|
| 7 | ********************************************************************************/ | 
|---|
| 8 |  | 
|---|
| 9 | #ifndef UI_EXECUTORPROBLEMSETWIDGET_H | 
|---|
| 10 | #define UI_EXECUTORPROBLEMSETWIDGET_H | 
|---|
| 11 |  | 
|---|
| 12 | #include <QtCore/QVariant> | 
|---|
| 13 | #include <QtWidgets/QApplication> | 
|---|
| 14 | #include <QtWidgets/QCheckBox> | 
|---|
| 15 | #include <QtWidgets/QFontComboBox> | 
|---|
| 16 | #include <QtWidgets/QGridLayout> | 
|---|
| 17 | #include <QtWidgets/QGroupBox> | 
|---|
| 18 | #include <QtWidgets/QHBoxLayout> | 
|---|
| 19 | #include <QtWidgets/QLabel> | 
|---|
| 20 | #include <QtWidgets/QSpacerItem> | 
|---|
| 21 | #include <QtWidgets/QSpinBox> | 
|---|
| 22 | #include <QtWidgets/QVBoxLayout> | 
|---|
| 23 | #include <QtWidgets/QWidget> | 
|---|
| 24 |  | 
|---|
| 25 | QT_BEGIN_NAMESPACE | 
|---|
| 26 |  | 
|---|
| 27 | class Ui_ExecutorProblemSetWidget | 
|---|
| 28 | { | 
|---|
| 29 | public: | 
|---|
| 30 | QVBoxLayout *verticalLayout; | 
|---|
| 31 | QGroupBox *grpProblemSet; | 
|---|
| 32 | QVBoxLayout *verticalLayout_2; | 
|---|
| 33 | QGroupBox *grpCompetitiveCompanion; | 
|---|
| 34 | QGridLayout *gridLayout; | 
|---|
| 35 | QSpinBox *spinPortNumber; | 
|---|
| 36 | QLabel *label; | 
|---|
| 37 | QSpacerItem *horizontalSpacer; | 
|---|
| 38 | QCheckBox *chkIgnoreSpacesWhenValidatingCases; | 
|---|
| 39 | QGroupBox *grpEnableTimeout; | 
|---|
| 40 | QHBoxLayout *horizontalLayout_3; | 
|---|
| 41 | QSpinBox *spinCaseTimeout; | 
|---|
| 42 | QSpacerItem *horizontalSpacer_4; | 
|---|
| 43 | QGroupBox *groupBox; | 
|---|
| 44 | QGridLayout *gridLayout_2; | 
|---|
| 45 | QLabel *label_3; | 
|---|
| 46 | QWidget *widget_3; | 
|---|
| 47 | QHBoxLayout *horizontalLayout_2; | 
|---|
| 48 | QSpinBox *spinFontSize; | 
|---|
| 49 | QSpacerItem *horizontalSpacer_3; | 
|---|
| 50 | QLabel *label_2; | 
|---|
| 51 | QWidget *widget_2; | 
|---|
| 52 | QHBoxLayout *horizontalLayout; | 
|---|
| 53 | QFontComboBox *cbFont; | 
|---|
| 54 | QSpacerItem *horizontalSpacer_2; | 
|---|
| 55 | QCheckBox *chkOnlyMonospaced; | 
|---|
| 56 | QSpacerItem *verticalSpacer; | 
|---|
| 57 |  | 
|---|
| 58 | void setupUi(QWidget *ExecutorProblemSetWidget) | 
|---|
| 59 | { | 
|---|
| 60 | if (ExecutorProblemSetWidget->objectName().isEmpty()) | 
|---|
| 61 | ExecutorProblemSetWidget->setObjectName(QString::fromUtf8( "ExecutorProblemSetWidget")); | 
|---|
| 62 | ExecutorProblemSetWidget->resize(545, 445); | 
|---|
| 63 | verticalLayout = new QVBoxLayout(ExecutorProblemSetWidget); | 
|---|
| 64 | verticalLayout->setObjectName(QString::fromUtf8( "verticalLayout")); | 
|---|
| 65 | grpProblemSet = new QGroupBox(ExecutorProblemSetWidget); | 
|---|
| 66 | grpProblemSet->setObjectName(QString::fromUtf8( "grpProblemSet")); | 
|---|
| 67 | grpProblemSet->setCheckable(true); | 
|---|
| 68 | verticalLayout_2 = new QVBoxLayout(grpProblemSet); | 
|---|
| 69 | verticalLayout_2->setObjectName(QString::fromUtf8( "verticalLayout_2")); | 
|---|
| 70 | grpCompetitiveCompanion = new QGroupBox(grpProblemSet); | 
|---|
| 71 | grpCompetitiveCompanion->setObjectName(QString::fromUtf8( "grpCompetitiveCompanion")); | 
|---|
| 72 | grpCompetitiveCompanion->setCheckable(true); | 
|---|
| 73 | gridLayout = new QGridLayout(grpCompetitiveCompanion); | 
|---|
| 74 | gridLayout->setObjectName(QString::fromUtf8( "gridLayout")); | 
|---|
| 75 | spinPortNumber = new QSpinBox(grpCompetitiveCompanion); | 
|---|
| 76 | spinPortNumber->setObjectName(QString::fromUtf8( "spinPortNumber")); | 
|---|
| 77 | spinPortNumber->setMinimum(1025); | 
|---|
| 78 | spinPortNumber->setMaximum(65535); | 
|---|
| 79 |  | 
|---|
| 80 | gridLayout->addWidget(spinPortNumber, 0, 1, 1, 1); | 
|---|
| 81 |  | 
|---|
| 82 | label = new QLabel(grpCompetitiveCompanion); | 
|---|
| 83 | label->setObjectName(QString::fromUtf8( "label")); | 
|---|
| 84 |  | 
|---|
| 85 | gridLayout->addWidget(label, 0, 0, 1, 1); | 
|---|
| 86 |  | 
|---|
| 87 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
|---|
| 88 |  | 
|---|
| 89 | gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1); | 
|---|
| 90 |  | 
|---|
| 91 |  | 
|---|
| 92 | verticalLayout_2->addWidget(grpCompetitiveCompanion); | 
|---|
| 93 |  | 
|---|
| 94 | chkIgnoreSpacesWhenValidatingCases = new QCheckBox(grpProblemSet); | 
|---|
| 95 | chkIgnoreSpacesWhenValidatingCases->setObjectName(QString::fromUtf8( "chkIgnoreSpacesWhenValidatingCases")); | 
|---|
| 96 |  | 
|---|
| 97 | verticalLayout_2->addWidget(chkIgnoreSpacesWhenValidatingCases); | 
|---|
| 98 |  | 
|---|
| 99 | grpEnableTimeout = new QGroupBox(grpProblemSet); | 
|---|
| 100 | grpEnableTimeout->setObjectName(QString::fromUtf8( "grpEnableTimeout")); | 
|---|
| 101 | grpEnableTimeout->setCheckable(true); | 
|---|
| 102 | horizontalLayout_3 = new QHBoxLayout(grpEnableTimeout); | 
|---|
| 103 | horizontalLayout_3->setObjectName(QString::fromUtf8( "horizontalLayout_3")); | 
|---|
| 104 | spinCaseTimeout = new QSpinBox(grpEnableTimeout); | 
|---|
| 105 | spinCaseTimeout->setObjectName(QString::fromUtf8( "spinCaseTimeout")); | 
|---|
| 106 | spinCaseTimeout->setMinimum(100); | 
|---|
| 107 | spinCaseTimeout->setMaximum(1000000); | 
|---|
| 108 | spinCaseTimeout->setSingleStep(50); | 
|---|
| 109 |  | 
|---|
| 110 | horizontalLayout_3->addWidget(spinCaseTimeout); | 
|---|
| 111 |  | 
|---|
| 112 | horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
|---|
| 113 |  | 
|---|
| 114 | horizontalLayout_3->addItem(horizontalSpacer_4); | 
|---|
| 115 |  | 
|---|
| 116 |  | 
|---|
| 117 | verticalLayout_2->addWidget(grpEnableTimeout); | 
|---|
| 118 |  | 
|---|
| 119 | groupBox = new QGroupBox(grpProblemSet); | 
|---|
| 120 | groupBox->setObjectName(QString::fromUtf8( "groupBox")); | 
|---|
| 121 | gridLayout_2 = new QGridLayout(groupBox); | 
|---|
| 122 | gridLayout_2->setObjectName(QString::fromUtf8( "gridLayout_2")); | 
|---|
| 123 | gridLayout_2->setContentsMargins(7, 7, 7, 7); | 
|---|
| 124 | label_3 = new QLabel(groupBox); | 
|---|
| 125 | label_3->setObjectName(QString::fromUtf8( "label_3")); | 
|---|
| 126 |  | 
|---|
| 127 | gridLayout_2->addWidget(label_3, 3, 0, 1, 1); | 
|---|
| 128 |  | 
|---|
| 129 | widget_3 = new QWidget(groupBox); | 
|---|
| 130 | widget_3->setObjectName(QString::fromUtf8( "widget_3")); | 
|---|
| 131 | horizontalLayout_2 = new QHBoxLayout(widget_3); | 
|---|
| 132 | horizontalLayout_2->setObjectName(QString::fromUtf8( "horizontalLayout_2")); | 
|---|
| 133 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); | 
|---|
| 134 | spinFontSize = new QSpinBox(widget_3); | 
|---|
| 135 | spinFontSize->setObjectName(QString::fromUtf8( "spinFontSize")); | 
|---|
| 136 |  | 
|---|
| 137 | horizontalLayout_2->addWidget(spinFontSize); | 
|---|
| 138 |  | 
|---|
| 139 | horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
|---|
| 140 |  | 
|---|
| 141 | horizontalLayout_2->addItem(horizontalSpacer_3); | 
|---|
| 142 |  | 
|---|
| 143 |  | 
|---|
| 144 | gridLayout_2->addWidget(widget_3, 3, 1, 1, 1); | 
|---|
| 145 |  | 
|---|
| 146 | label_2 = new QLabel(groupBox); | 
|---|
| 147 | label_2->setObjectName(QString::fromUtf8( "label_2")); | 
|---|
| 148 |  | 
|---|
| 149 | gridLayout_2->addWidget(label_2, 0, 0, 1, 1); | 
|---|
| 150 |  | 
|---|
| 151 | widget_2 = new QWidget(groupBox); | 
|---|
| 152 | widget_2->setObjectName(QString::fromUtf8( "widget_2")); | 
|---|
| 153 | horizontalLayout = new QHBoxLayout(widget_2); | 
|---|
| 154 | horizontalLayout->setObjectName(QString::fromUtf8( "horizontalLayout")); | 
|---|
| 155 | horizontalLayout->setContentsMargins(0, 0, 0, 0); | 
|---|
| 156 | cbFont = new QFontComboBox(widget_2); | 
|---|
| 157 | cbFont->setObjectName(QString::fromUtf8( "cbFont")); | 
|---|
| 158 | cbFont->setEditable(false); | 
|---|
| 159 |  | 
|---|
| 160 | horizontalLayout->addWidget(cbFont); | 
|---|
| 161 |  | 
|---|
| 162 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
|---|
| 163 |  | 
|---|
| 164 | horizontalLayout->addItem(horizontalSpacer_2); | 
|---|
| 165 |  | 
|---|
| 166 |  | 
|---|
| 167 | gridLayout_2->addWidget(widget_2, 0, 1, 1, 1); | 
|---|
| 168 |  | 
|---|
| 169 | chkOnlyMonospaced = new QCheckBox(groupBox); | 
|---|
| 170 | chkOnlyMonospaced->setObjectName(QString::fromUtf8( "chkOnlyMonospaced")); | 
|---|
| 171 |  | 
|---|
| 172 | gridLayout_2->addWidget(chkOnlyMonospaced, 4, 0, 1, 1); | 
|---|
| 173 |  | 
|---|
| 174 |  | 
|---|
| 175 | verticalLayout_2->addWidget(groupBox); | 
|---|
| 176 |  | 
|---|
| 177 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); | 
|---|
| 178 |  | 
|---|
| 179 | verticalLayout_2->addItem(verticalSpacer); | 
|---|
| 180 |  | 
|---|
| 181 |  | 
|---|
| 182 | verticalLayout->addWidget(grpProblemSet); | 
|---|
| 183 |  | 
|---|
| 184 |  | 
|---|
| 185 | retranslateUi(ExecutorProblemSetWidget); | 
|---|
| 186 |  | 
|---|
| 187 | QMetaObject::connectSlotsByName(ExecutorProblemSetWidget); | 
|---|
| 188 | } // setupUi | 
|---|
| 189 |  | 
|---|
| 190 | void retranslateUi(QWidget *ExecutorProblemSetWidget) | 
|---|
| 191 | { | 
|---|
| 192 | ExecutorProblemSetWidget->setWindowTitle(QCoreApplication::translate( "ExecutorProblemSetWidget", "Form", nullptr)); | 
|---|
| 193 | grpProblemSet->setTitle(QCoreApplication::translate( "ExecutorProblemSetWidget", "Enable Problem Set", nullptr)); | 
|---|
| 194 | grpCompetitiveCompanion->setTitle(QCoreApplication::translate( "ExecutorProblemSetWidget", "Listen for Competitive Companion", nullptr)); | 
|---|
| 195 | label->setText(QCoreApplication::translate( "ExecutorProblemSetWidget", "Port Number", nullptr)); | 
|---|
| 196 | chkIgnoreSpacesWhenValidatingCases->setText(QCoreApplication::translate( "ExecutorProblemSetWidget", "Ignore spaces when validating problem cases", nullptr)); | 
|---|
| 197 | grpEnableTimeout->setTitle(QCoreApplication::translate( "ExecutorProblemSetWidget", "Timeout for Case Valdation", nullptr)); | 
|---|
| 198 | spinCaseTimeout->setSpecialValueText(QString()); | 
|---|
| 199 | spinCaseTimeout->setSuffix(QCoreApplication::translate( "ExecutorProblemSetWidget", "ms", nullptr)); | 
|---|
| 200 | groupBox->setTitle(QCoreApplication::translate( "ExecutorProblemSetWidget", "Case Editor Font", nullptr)); | 
|---|
| 201 | label_3->setText(QCoreApplication::translate( "ExecutorProblemSetWidget", "Font Size:", nullptr)); | 
|---|
| 202 | label_2->setText(QCoreApplication::translate( "ExecutorProblemSetWidget", "Font:", nullptr)); | 
|---|
| 203 | chkOnlyMonospaced->setText(QCoreApplication::translate( "ExecutorProblemSetWidget", "Only Monospaced", nullptr)); | 
|---|
| 204 | } // retranslateUi | 
|---|
| 205 |  | 
|---|
| 206 | }; | 
|---|
| 207 |  | 
|---|
| 208 | namespace Ui { | 
|---|
| 209 | class ExecutorProblemSetWidget: public Ui_ExecutorProblemSetWidget {}; | 
|---|
| 210 | } // namespace Ui | 
|---|
| 211 |  | 
|---|
| 212 | QT_END_NAMESPACE | 
|---|
| 213 |  | 
|---|
| 214 | #endif // UI_EXECUTORPROBLEMSETWIDGET_H | 
|---|
| 215 |  | 
|---|