| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'ConfigWidget.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.7 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_CONFIGWIDGET_H |
| 10 | #define UI_CONFIGWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QButtonGroup> |
| 15 | #include <QtWidgets/QCheckBox> |
| 16 | #include <QtWidgets/QComboBox> |
| 17 | #include <QtWidgets/QFrame> |
| 18 | #include <QtWidgets/QGridLayout> |
| 19 | #include <QtWidgets/QGroupBox> |
| 20 | #include <QtWidgets/QHBoxLayout> |
| 21 | #include <QtWidgets/QLabel> |
| 22 | #include <QtWidgets/QLineEdit> |
| 23 | #include <QtWidgets/QPushButton> |
| 24 | #include <QtWidgets/QRadioButton> |
| 25 | #include <QtWidgets/QScrollArea> |
| 26 | #include <QtWidgets/QSpacerItem> |
| 27 | #include <QtWidgets/QSpinBox> |
| 28 | #include <QtWidgets/QTabWidget> |
| 29 | #include <QtWidgets/QVBoxLayout> |
| 30 | #include <QtWidgets/QWidget> |
| 31 | #include "ButtonLink.hpp" |
| 32 | #include "CheckBox.h" |
| 33 | |
| 34 | QT_BEGIN_NAMESPACE |
| 35 | |
| 36 | class Ui_ConfigWidget |
| 37 | { |
| 38 | public: |
| 39 | QGridLayout *mainLayout; |
| 40 | QHBoxLayout *horizontalLayout_2; |
| 41 | QSpacerItem *horizontalSpacer_2; |
| 42 | QLabel *lFeedback; |
| 43 | QSpacerItem *horizontalSpacer_3; |
| 44 | CheckBox *chDevMode; |
| 45 | QTabWidget *tabWidget; |
| 46 | QWidget *localGit; |
| 47 | QWidget *globalGit; |
| 48 | QTabWidget *tabWidget_2; |
| 49 | QWidget *tab_3; |
| 50 | QVBoxLayout *verticalLayout; |
| 51 | QFrame *frame; |
| 52 | QGridLayout *gridLayout_2; |
| 53 | QLabel *label; |
| 54 | CheckBox *chDisableLogs; |
| 55 | QLabel *label_15; |
| 56 | QSpinBox *spCommitTitleLength; |
| 57 | QLabel *label_2; |
| 58 | QComboBox *cbLogLevel; |
| 59 | QLabel *label_3; |
| 60 | QComboBox *cbStyle; |
| 61 | QLabel *label_4; |
| 62 | QSpacerItem *verticalSpacer_2; |
| 63 | QLineEdit *leGitPath; |
| 64 | QWidget *tab_4; |
| 65 | QVBoxLayout *verticalLayout_3; |
| 66 | QScrollArea *scrollArea; |
| 67 | QWidget *scrollAreaWidgetContents; |
| 68 | QVBoxLayout *verticalLayout_2; |
| 69 | QFrame *frame_2; |
| 70 | QGridLayout *gridLayout; |
| 71 | QComboBox *cbLogOrder; |
| 72 | QLabel *label_6; |
| 73 | QLabel *labelClangFormat; |
| 74 | QLabel *label_17; |
| 75 | CheckBox *cbStash; |
| 76 | QSpacerItem *verticalSpacer_3; |
| 77 | QLabel *label_5; |
| 78 | QLabel *label_12; |
| 79 | QLabel *label_18; |
| 80 | QComboBox *cbTranslations; |
| 81 | CheckBox *pruneOnFetch; |
| 82 | QLabel *label_16; |
| 83 | QLabel *label_13; |
| 84 | QHBoxLayout *horizontalLayout; |
| 85 | QLabel *lCacheSize; |
| 86 | ButtonLink *pbClearCache; |
| 87 | QSpacerItem *horizontalSpacer; |
| 88 | CheckBox *updateOnPull; |
| 89 | QSpinBox *sbMaxCommits; |
| 90 | QLabel *label_10; |
| 91 | QSpinBox *autoFetch; |
| 92 | QLabel *label_11; |
| 93 | QLabel *label_8; |
| 94 | CheckBox *cbSubtree; |
| 95 | CheckBox *cbSubmodule; |
| 96 | CheckBox *cbPomodoroEnabled; |
| 97 | CheckBox *clangFormat; |
| 98 | QLabel *label_7; |
| 99 | QLabel *label_9; |
| 100 | QGroupBox *credentialsFrames; |
| 101 | QGridLayout *gridLayout_4; |
| 102 | QCheckBox *chbCredentials; |
| 103 | QRadioButton *rbStorage; |
| 104 | QRadioButton *rbCache; |
| 105 | QHBoxLayout *horizontalLayout_3; |
| 106 | QLabel *label_19; |
| 107 | QSpinBox *sbTimeout; |
| 108 | QPushButton *pbAddCredentials; |
| 109 | QWidget *tab_5; |
| 110 | QVBoxLayout *verticalLayout_4; |
| 111 | QFrame *frame_3; |
| 112 | QGridLayout *gridLayout_3; |
| 113 | QLineEdit *leBsUser; |
| 114 | QLabel *leBsUserLabel; |
| 115 | QLineEdit *leBsUrl; |
| 116 | QLabel *leBsUrlLabel; |
| 117 | CheckBox *chBoxBuildSystem; |
| 118 | QSpacerItem *verticalSpacer; |
| 119 | QSpacerItem *horizontalSpacer_4; |
| 120 | QLabel *leBsTokenLabel; |
| 121 | QLabel *label_14; |
| 122 | QLineEdit *leBsToken; |
| 123 | QButtonGroup *buttonGroup; |
| 124 | |
| 125 | void setupUi(QWidget *ConfigWidget) |
| 126 | { |
| 127 | if (ConfigWidget->objectName().isEmpty()) |
| 128 | ConfigWidget->setObjectName(QString::fromUtf8("ConfigWidget" )); |
| 129 | ConfigWidget->resize(781, 733); |
| 130 | mainLayout = new QGridLayout(ConfigWidget); |
| 131 | mainLayout->setObjectName(QString::fromUtf8("mainLayout" )); |
| 132 | horizontalLayout_2 = new QHBoxLayout(); |
| 133 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
| 134 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 135 | |
| 136 | horizontalLayout_2->addItem(horizontalSpacer_2); |
| 137 | |
| 138 | lFeedback = new QLabel(ConfigWidget); |
| 139 | lFeedback->setObjectName(QString::fromUtf8("lFeedback" )); |
| 140 | |
| 141 | horizontalLayout_2->addWidget(lFeedback); |
| 142 | |
| 143 | horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 144 | |
| 145 | horizontalLayout_2->addItem(horizontalSpacer_3); |
| 146 | |
| 147 | |
| 148 | mainLayout->addLayout(horizontalLayout_2, 6, 0, 1, 2); |
| 149 | |
| 150 | chDevMode = new CheckBox(ConfigWidget); |
| 151 | chDevMode->setObjectName(QString::fromUtf8("chDevMode" )); |
| 152 | |
| 153 | mainLayout->addWidget(chDevMode, 1, 1, 1, 1); |
| 154 | |
| 155 | tabWidget = new QTabWidget(ConfigWidget); |
| 156 | tabWidget->setObjectName(QString::fromUtf8("tabWidget" )); |
| 157 | localGit = new QWidget(); |
| 158 | localGit->setObjectName(QString::fromUtf8("localGit" )); |
| 159 | tabWidget->addTab(localGit, QString()); |
| 160 | globalGit = new QWidget(); |
| 161 | globalGit->setObjectName(QString::fromUtf8("globalGit" )); |
| 162 | tabWidget->addTab(globalGit, QString()); |
| 163 | |
| 164 | mainLayout->addWidget(tabWidget, 2, 1, 1, 1); |
| 165 | |
| 166 | tabWidget_2 = new QTabWidget(ConfigWidget); |
| 167 | tabWidget_2->setObjectName(QString::fromUtf8("tabWidget_2" )); |
| 168 | tab_3 = new QWidget(); |
| 169 | tab_3->setObjectName(QString::fromUtf8("tab_3" )); |
| 170 | tab_3->setAutoFillBackground(false); |
| 171 | tab_3->setStyleSheet(QString::fromUtf8("background: transparent;" )); |
| 172 | verticalLayout = new QVBoxLayout(tab_3); |
| 173 | verticalLayout->setSpacing(0); |
| 174 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 175 | verticalLayout->setContentsMargins(0, 0, 0, 0); |
| 176 | frame = new QFrame(tab_3); |
| 177 | frame->setObjectName(QString::fromUtf8("frame" )); |
| 178 | gridLayout_2 = new QGridLayout(frame); |
| 179 | gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2" )); |
| 180 | label = new QLabel(frame); |
| 181 | label->setObjectName(QString::fromUtf8("label" )); |
| 182 | |
| 183 | gridLayout_2->addWidget(label, 0, 0, 1, 1); |
| 184 | |
| 185 | chDisableLogs = new CheckBox(frame); |
| 186 | chDisableLogs->setObjectName(QString::fromUtf8("chDisableLogs" )); |
| 187 | |
| 188 | gridLayout_2->addWidget(chDisableLogs, 0, 2, 1, 1); |
| 189 | |
| 190 | label_15 = new QLabel(frame); |
| 191 | label_15->setObjectName(QString::fromUtf8("label_15" )); |
| 192 | |
| 193 | gridLayout_2->addWidget(label_15, 0, 3, 1, 1); |
| 194 | |
| 195 | spCommitTitleLength = new QSpinBox(frame); |
| 196 | spCommitTitleLength->setObjectName(QString::fromUtf8("spCommitTitleLength" )); |
| 197 | spCommitTitleLength->setValue(50); |
| 198 | |
| 199 | gridLayout_2->addWidget(spCommitTitleLength, 0, 4, 1, 1); |
| 200 | |
| 201 | label_2 = new QLabel(frame); |
| 202 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 203 | |
| 204 | gridLayout_2->addWidget(label_2, 1, 0, 1, 1); |
| 205 | |
| 206 | cbLogLevel = new QComboBox(frame); |
| 207 | cbLogLevel->addItem(QString()); |
| 208 | cbLogLevel->addItem(QString()); |
| 209 | cbLogLevel->addItem(QString()); |
| 210 | cbLogLevel->addItem(QString()); |
| 211 | cbLogLevel->addItem(QString()); |
| 212 | cbLogLevel->addItem(QString()); |
| 213 | cbLogLevel->setObjectName(QString::fromUtf8("cbLogLevel" )); |
| 214 | |
| 215 | gridLayout_2->addWidget(cbLogLevel, 1, 2, 1, 1); |
| 216 | |
| 217 | label_3 = new QLabel(frame); |
| 218 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
| 219 | |
| 220 | gridLayout_2->addWidget(label_3, 1, 3, 1, 1); |
| 221 | |
| 222 | cbStyle = new QComboBox(frame); |
| 223 | cbStyle->addItem(QString()); |
| 224 | cbStyle->addItem(QString()); |
| 225 | cbStyle->setObjectName(QString::fromUtf8("cbStyle" )); |
| 226 | |
| 227 | gridLayout_2->addWidget(cbStyle, 1, 4, 1, 1); |
| 228 | |
| 229 | label_4 = new QLabel(frame); |
| 230 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
| 231 | |
| 232 | gridLayout_2->addWidget(label_4, 2, 0, 1, 2); |
| 233 | |
| 234 | verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 235 | |
| 236 | gridLayout_2->addItem(verticalSpacer_2, 3, 1, 1, 1); |
| 237 | |
| 238 | leGitPath = new QLineEdit(frame); |
| 239 | leGitPath->setObjectName(QString::fromUtf8("leGitPath" )); |
| 240 | |
| 241 | gridLayout_2->addWidget(leGitPath, 2, 2, 1, 3); |
| 242 | |
| 243 | |
| 244 | verticalLayout->addWidget(frame); |
| 245 | |
| 246 | tabWidget_2->addTab(tab_3, QString()); |
| 247 | tab_4 = new QWidget(); |
| 248 | tab_4->setObjectName(QString::fromUtf8("tab_4" )); |
| 249 | verticalLayout_3 = new QVBoxLayout(tab_4); |
| 250 | verticalLayout_3->setSpacing(0); |
| 251 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3" )); |
| 252 | verticalLayout_3->setContentsMargins(0, 0, 0, 0); |
| 253 | scrollArea = new QScrollArea(tab_4); |
| 254 | scrollArea->setObjectName(QString::fromUtf8("scrollArea" )); |
| 255 | scrollArea->setWidgetResizable(true); |
| 256 | scrollAreaWidgetContents = new QWidget(); |
| 257 | scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents" )); |
| 258 | scrollAreaWidgetContents->setGeometry(QRect(0, 0, 565, 654)); |
| 259 | verticalLayout_2 = new QVBoxLayout(scrollAreaWidgetContents); |
| 260 | verticalLayout_2->setSpacing(0); |
| 261 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
| 262 | verticalLayout_2->setContentsMargins(0, 0, 0, 0); |
| 263 | frame_2 = new QFrame(scrollAreaWidgetContents); |
| 264 | frame_2->setObjectName(QString::fromUtf8("frame_2" )); |
| 265 | gridLayout = new QGridLayout(frame_2); |
| 266 | gridLayout->setSpacing(10); |
| 267 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 268 | gridLayout->setContentsMargins(10, 10, 10, 10); |
| 269 | cbLogOrder = new QComboBox(frame_2); |
| 270 | cbLogOrder->addItem(QString()); |
| 271 | cbLogOrder->addItem(QString()); |
| 272 | cbLogOrder->addItem(QString()); |
| 273 | cbLogOrder->setObjectName(QString::fromUtf8("cbLogOrder" )); |
| 274 | |
| 275 | gridLayout->addWidget(cbLogOrder, 2, 1, 1, 1); |
| 276 | |
| 277 | label_6 = new QLabel(frame_2); |
| 278 | label_6->setObjectName(QString::fromUtf8("label_6" )); |
| 279 | |
| 280 | gridLayout->addWidget(label_6, 5, 0, 1, 1); |
| 281 | |
| 282 | labelClangFormat = new QLabel(frame_2); |
| 283 | labelClangFormat->setObjectName(QString::fromUtf8("labelClangFormat" )); |
| 284 | |
| 285 | gridLayout->addWidget(labelClangFormat, 7, 0, 1, 1); |
| 286 | |
| 287 | label_17 = new QLabel(frame_2); |
| 288 | label_17->setObjectName(QString::fromUtf8("label_17" )); |
| 289 | |
| 290 | gridLayout->addWidget(label_17, 11, 0, 1, 1); |
| 291 | |
| 292 | cbStash = new CheckBox(frame_2); |
| 293 | cbStash->setObjectName(QString::fromUtf8("cbStash" )); |
| 294 | |
| 295 | gridLayout->addWidget(cbStash, 10, 1, 1, 1); |
| 296 | |
| 297 | verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 298 | |
| 299 | gridLayout->addItem(verticalSpacer_3, 14, 0, 1, 1); |
| 300 | |
| 301 | label_5 = new QLabel(frame_2); |
| 302 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
| 303 | |
| 304 | gridLayout->addWidget(label_5, 8, 0, 1, 1); |
| 305 | |
| 306 | label_12 = new QLabel(frame_2); |
| 307 | label_12->setObjectName(QString::fromUtf8("label_12" )); |
| 308 | |
| 309 | gridLayout->addWidget(label_12, 3, 0, 1, 1); |
| 310 | |
| 311 | label_18 = new QLabel(frame_2); |
| 312 | label_18->setObjectName(QString::fromUtf8("label_18" )); |
| 313 | |
| 314 | gridLayout->addWidget(label_18, 12, 0, 1, 1); |
| 315 | |
| 316 | cbTranslations = new QComboBox(frame_2); |
| 317 | cbTranslations->setObjectName(QString::fromUtf8("cbTranslations" )); |
| 318 | |
| 319 | gridLayout->addWidget(cbTranslations, 0, 1, 1, 1); |
| 320 | |
| 321 | pruneOnFetch = new CheckBox(frame_2); |
| 322 | pruneOnFetch->setObjectName(QString::fromUtf8("pruneOnFetch" )); |
| 323 | pruneOnFetch->setChecked(true); |
| 324 | |
| 325 | gridLayout->addWidget(pruneOnFetch, 5, 1, 1, 1); |
| 326 | |
| 327 | label_16 = new QLabel(frame_2); |
| 328 | label_16->setObjectName(QString::fromUtf8("label_16" )); |
| 329 | |
| 330 | gridLayout->addWidget(label_16, 10, 0, 1, 1); |
| 331 | |
| 332 | label_13 = new QLabel(frame_2); |
| 333 | label_13->setObjectName(QString::fromUtf8("label_13" )); |
| 334 | |
| 335 | gridLayout->addWidget(label_13, 9, 0, 1, 1); |
| 336 | |
| 337 | horizontalLayout = new QHBoxLayout(); |
| 338 | horizontalLayout->setSpacing(10); |
| 339 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 340 | lCacheSize = new QLabel(frame_2); |
| 341 | lCacheSize->setObjectName(QString::fromUtf8("lCacheSize" )); |
| 342 | |
| 343 | horizontalLayout->addWidget(lCacheSize); |
| 344 | |
| 345 | pbClearCache = new ButtonLink(frame_2); |
| 346 | pbClearCache->setObjectName(QString::fromUtf8("pbClearCache" )); |
| 347 | |
| 348 | horizontalLayout->addWidget(pbClearCache); |
| 349 | |
| 350 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 351 | |
| 352 | horizontalLayout->addItem(horizontalSpacer); |
| 353 | |
| 354 | |
| 355 | gridLayout->addLayout(horizontalLayout, 8, 1, 1, 1); |
| 356 | |
| 357 | updateOnPull = new CheckBox(frame_2); |
| 358 | updateOnPull->setObjectName(QString::fromUtf8("updateOnPull" )); |
| 359 | |
| 360 | gridLayout->addWidget(updateOnPull, 6, 1, 1, 1); |
| 361 | |
| 362 | sbMaxCommits = new QSpinBox(frame_2); |
| 363 | sbMaxCommits->setObjectName(QString::fromUtf8("sbMaxCommits" )); |
| 364 | sbMaxCommits->setMaximum(999999999); |
| 365 | sbMaxCommits->setSingleStep(10); |
| 366 | sbMaxCommits->setValue(0); |
| 367 | |
| 368 | gridLayout->addWidget(sbMaxCommits, 1, 1, 1, 1); |
| 369 | |
| 370 | label_10 = new QLabel(frame_2); |
| 371 | label_10->setObjectName(QString::fromUtf8("label_10" )); |
| 372 | |
| 373 | gridLayout->addWidget(label_10, 1, 0, 1, 1); |
| 374 | |
| 375 | autoFetch = new QSpinBox(frame_2); |
| 376 | autoFetch->setObjectName(QString::fromUtf8("autoFetch" )); |
| 377 | autoFetch->setMaximum(60); |
| 378 | autoFetch->setValue(5); |
| 379 | |
| 380 | gridLayout->addWidget(autoFetch, 3, 1, 1, 1); |
| 381 | |
| 382 | label_11 = new QLabel(frame_2); |
| 383 | label_11->setObjectName(QString::fromUtf8("label_11" )); |
| 384 | label_11->setWordWrap(true); |
| 385 | |
| 386 | gridLayout->addWidget(label_11, 4, 1, 1, 1); |
| 387 | |
| 388 | label_8 = new QLabel(frame_2); |
| 389 | label_8->setObjectName(QString::fromUtf8("label_8" )); |
| 390 | |
| 391 | gridLayout->addWidget(label_8, 0, 0, 1, 1); |
| 392 | |
| 393 | cbSubtree = new CheckBox(frame_2); |
| 394 | cbSubtree->setObjectName(QString::fromUtf8("cbSubtree" )); |
| 395 | |
| 396 | gridLayout->addWidget(cbSubtree, 12, 1, 1, 1); |
| 397 | |
| 398 | cbSubmodule = new CheckBox(frame_2); |
| 399 | cbSubmodule->setObjectName(QString::fromUtf8("cbSubmodule" )); |
| 400 | |
| 401 | gridLayout->addWidget(cbSubmodule, 11, 1, 1, 1); |
| 402 | |
| 403 | cbPomodoroEnabled = new CheckBox(frame_2); |
| 404 | cbPomodoroEnabled->setObjectName(QString::fromUtf8("cbPomodoroEnabled" )); |
| 405 | cbPomodoroEnabled->setChecked(true); |
| 406 | |
| 407 | gridLayout->addWidget(cbPomodoroEnabled, 9, 1, 1, 1); |
| 408 | |
| 409 | clangFormat = new CheckBox(frame_2); |
| 410 | clangFormat->setObjectName(QString::fromUtf8("clangFormat" )); |
| 411 | |
| 412 | gridLayout->addWidget(clangFormat, 7, 1, 1, 1); |
| 413 | |
| 414 | label_7 = new QLabel(frame_2); |
| 415 | label_7->setObjectName(QString::fromUtf8("label_7" )); |
| 416 | |
| 417 | gridLayout->addWidget(label_7, 6, 0, 1, 1); |
| 418 | |
| 419 | label_9 = new QLabel(frame_2); |
| 420 | label_9->setObjectName(QString::fromUtf8("label_9" )); |
| 421 | |
| 422 | gridLayout->addWidget(label_9, 2, 0, 1, 1); |
| 423 | |
| 424 | credentialsFrames = new QGroupBox(frame_2); |
| 425 | credentialsFrames->setObjectName(QString::fromUtf8("credentialsFrames" )); |
| 426 | gridLayout_4 = new QGridLayout(credentialsFrames); |
| 427 | gridLayout_4->setSpacing(10); |
| 428 | gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4" )); |
| 429 | gridLayout_4->setContentsMargins(0, 0, 0, 0); |
| 430 | chbCredentials = new QCheckBox(credentialsFrames); |
| 431 | chbCredentials->setObjectName(QString::fromUtf8("chbCredentials" )); |
| 432 | chbCredentials->setChecked(true); |
| 433 | |
| 434 | gridLayout_4->addWidget(chbCredentials, 0, 0, 1, 2); |
| 435 | |
| 436 | rbStorage = new QRadioButton(credentialsFrames); |
| 437 | buttonGroup = new QButtonGroup(ConfigWidget); |
| 438 | buttonGroup->setObjectName(QString::fromUtf8("buttonGroup" )); |
| 439 | buttonGroup->addButton(rbStorage); |
| 440 | rbStorage->setObjectName(QString::fromUtf8("rbStorage" )); |
| 441 | |
| 442 | gridLayout_4->addWidget(rbStorage, 1, 1, 1, 1); |
| 443 | |
| 444 | rbCache = new QRadioButton(credentialsFrames); |
| 445 | buttonGroup->addButton(rbCache); |
| 446 | rbCache->setObjectName(QString::fromUtf8("rbCache" )); |
| 447 | rbCache->setChecked(true); |
| 448 | |
| 449 | gridLayout_4->addWidget(rbCache, 1, 0, 1, 1); |
| 450 | |
| 451 | horizontalLayout_3 = new QHBoxLayout(); |
| 452 | horizontalLayout_3->setSpacing(0); |
| 453 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
| 454 | horizontalLayout_3->setContentsMargins(-1, 0, 0, -1); |
| 455 | label_19 = new QLabel(credentialsFrames); |
| 456 | label_19->setObjectName(QString::fromUtf8("label_19" )); |
| 457 | |
| 458 | horizontalLayout_3->addWidget(label_19); |
| 459 | |
| 460 | sbTimeout = new QSpinBox(credentialsFrames); |
| 461 | sbTimeout->setObjectName(QString::fromUtf8("sbTimeout" )); |
| 462 | sbTimeout->setMaximum(480); |
| 463 | sbTimeout->setSingleStep(5); |
| 464 | sbTimeout->setValue(15); |
| 465 | |
| 466 | horizontalLayout_3->addWidget(sbTimeout); |
| 467 | |
| 468 | |
| 469 | gridLayout_4->addLayout(horizontalLayout_3, 2, 0, 1, 1); |
| 470 | |
| 471 | pbAddCredentials = new QPushButton(credentialsFrames); |
| 472 | pbAddCredentials->setObjectName(QString::fromUtf8("pbAddCredentials" )); |
| 473 | |
| 474 | gridLayout_4->addWidget(pbAddCredentials, 2, 1, 1, 1); |
| 475 | |
| 476 | |
| 477 | gridLayout->addWidget(credentialsFrames, 13, 0, 1, 2); |
| 478 | |
| 479 | |
| 480 | verticalLayout_2->addWidget(frame_2); |
| 481 | |
| 482 | scrollArea->setWidget(scrollAreaWidgetContents); |
| 483 | |
| 484 | verticalLayout_3->addWidget(scrollArea); |
| 485 | |
| 486 | tabWidget_2->addTab(tab_4, QString()); |
| 487 | tab_5 = new QWidget(); |
| 488 | tab_5->setObjectName(QString::fromUtf8("tab_5" )); |
| 489 | tab_5->setStyleSheet(QString::fromUtf8("background: transparent;" )); |
| 490 | verticalLayout_4 = new QVBoxLayout(tab_5); |
| 491 | verticalLayout_4->setSpacing(0); |
| 492 | verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4" )); |
| 493 | verticalLayout_4->setContentsMargins(0, 0, 0, 0); |
| 494 | frame_3 = new QFrame(tab_5); |
| 495 | frame_3->setObjectName(QString::fromUtf8("frame_3" )); |
| 496 | gridLayout_3 = new QGridLayout(frame_3); |
| 497 | gridLayout_3->setSpacing(10); |
| 498 | gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3" )); |
| 499 | gridLayout_3->setContentsMargins(10, 10, 10, 10); |
| 500 | leBsUser = new QLineEdit(frame_3); |
| 501 | leBsUser->setObjectName(QString::fromUtf8("leBsUser" )); |
| 502 | |
| 503 | gridLayout_3->addWidget(leBsUser, 2, 1, 1, 1); |
| 504 | |
| 505 | leBsUserLabel = new QLabel(frame_3); |
| 506 | leBsUserLabel->setObjectName(QString::fromUtf8("leBsUserLabel" )); |
| 507 | |
| 508 | gridLayout_3->addWidget(leBsUserLabel, 2, 0, 1, 1); |
| 509 | |
| 510 | leBsUrl = new QLineEdit(frame_3); |
| 511 | leBsUrl->setObjectName(QString::fromUtf8("leBsUrl" )); |
| 512 | |
| 513 | gridLayout_3->addWidget(leBsUrl, 1, 1, 1, 1); |
| 514 | |
| 515 | leBsUrlLabel = new QLabel(frame_3); |
| 516 | leBsUrlLabel->setObjectName(QString::fromUtf8("leBsUrlLabel" )); |
| 517 | |
| 518 | gridLayout_3->addWidget(leBsUrlLabel, 1, 0, 1, 1); |
| 519 | |
| 520 | chBoxBuildSystem = new CheckBox(frame_3); |
| 521 | chBoxBuildSystem->setObjectName(QString::fromUtf8("chBoxBuildSystem" )); |
| 522 | |
| 523 | gridLayout_3->addWidget(chBoxBuildSystem, 0, 1, 1, 1); |
| 524 | |
| 525 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 526 | |
| 527 | gridLayout_3->addItem(verticalSpacer, 5, 1, 1, 1); |
| 528 | |
| 529 | horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 530 | |
| 531 | gridLayout_3->addItem(horizontalSpacer_4, 4, 1, 1, 1); |
| 532 | |
| 533 | leBsTokenLabel = new QLabel(frame_3); |
| 534 | leBsTokenLabel->setObjectName(QString::fromUtf8("leBsTokenLabel" )); |
| 535 | |
| 536 | gridLayout_3->addWidget(leBsTokenLabel, 3, 0, 1, 1); |
| 537 | |
| 538 | label_14 = new QLabel(frame_3); |
| 539 | label_14->setObjectName(QString::fromUtf8("label_14" )); |
| 540 | |
| 541 | gridLayout_3->addWidget(label_14, 0, 0, 1, 1); |
| 542 | |
| 543 | leBsToken = new QLineEdit(frame_3); |
| 544 | leBsToken->setObjectName(QString::fromUtf8("leBsToken" )); |
| 545 | leBsToken->setEchoMode(QLineEdit::Password); |
| 546 | |
| 547 | gridLayout_3->addWidget(leBsToken, 3, 1, 1, 1); |
| 548 | |
| 549 | |
| 550 | verticalLayout_4->addWidget(frame_3); |
| 551 | |
| 552 | tabWidget_2->addTab(tab_5, QString()); |
| 553 | |
| 554 | mainLayout->addWidget(tabWidget_2, 1, 0, 2, 1); |
| 555 | |
| 556 | QWidget::setTabOrder(tabWidget_2, chDisableLogs); |
| 557 | QWidget::setTabOrder(chDisableLogs, spCommitTitleLength); |
| 558 | QWidget::setTabOrder(spCommitTitleLength, cbLogLevel); |
| 559 | QWidget::setTabOrder(cbLogLevel, cbStyle); |
| 560 | QWidget::setTabOrder(cbStyle, leGitPath); |
| 561 | QWidget::setTabOrder(leGitPath, scrollArea); |
| 562 | QWidget::setTabOrder(scrollArea, cbTranslations); |
| 563 | QWidget::setTabOrder(cbTranslations, sbMaxCommits); |
| 564 | QWidget::setTabOrder(sbMaxCommits, cbLogOrder); |
| 565 | QWidget::setTabOrder(cbLogOrder, autoFetch); |
| 566 | QWidget::setTabOrder(autoFetch, pruneOnFetch); |
| 567 | QWidget::setTabOrder(pruneOnFetch, updateOnPull); |
| 568 | QWidget::setTabOrder(updateOnPull, clangFormat); |
| 569 | QWidget::setTabOrder(clangFormat, cbPomodoroEnabled); |
| 570 | QWidget::setTabOrder(cbPomodoroEnabled, cbStash); |
| 571 | QWidget::setTabOrder(cbStash, cbSubmodule); |
| 572 | QWidget::setTabOrder(cbSubmodule, cbSubtree); |
| 573 | QWidget::setTabOrder(cbSubtree, chbCredentials); |
| 574 | QWidget::setTabOrder(chbCredentials, rbCache); |
| 575 | QWidget::setTabOrder(rbCache, rbStorage); |
| 576 | QWidget::setTabOrder(rbStorage, sbTimeout); |
| 577 | QWidget::setTabOrder(sbTimeout, chBoxBuildSystem); |
| 578 | QWidget::setTabOrder(chBoxBuildSystem, leBsUrl); |
| 579 | QWidget::setTabOrder(leBsUrl, leBsUser); |
| 580 | QWidget::setTabOrder(leBsUser, leBsToken); |
| 581 | QWidget::setTabOrder(leBsToken, chDevMode); |
| 582 | QWidget::setTabOrder(chDevMode, tabWidget); |
| 583 | |
| 584 | retranslateUi(ConfigWidget); |
| 585 | |
| 586 | tabWidget->setCurrentIndex(0); |
| 587 | tabWidget_2->setCurrentIndex(0); |
| 588 | |
| 589 | |
| 590 | QMetaObject::connectSlotsByName(ConfigWidget); |
| 591 | } // setupUi |
| 592 | |
| 593 | void retranslateUi(QWidget *ConfigWidget) |
| 594 | { |
| 595 | ConfigWidget->setWindowTitle(QCoreApplication::translate("ConfigWidget" , "Form" , nullptr)); |
| 596 | lFeedback->setText(QString()); |
| 597 | chDevMode->setText(QCoreApplication::translate("ConfigWidget" , "Enable developer mode" , nullptr)); |
| 598 | tabWidget->setTabText(tabWidget->indexOf(localGit), QCoreApplication::translate("ConfigWidget" , "Git local" , nullptr)); |
| 599 | tabWidget->setTabText(tabWidget->indexOf(globalGit), QCoreApplication::translate("ConfigWidget" , "Git global" , nullptr)); |
| 600 | label->setText(QCoreApplication::translate("ConfigWidget" , "Disable logs" , nullptr)); |
| 601 | chDisableLogs->setText(QString()); |
| 602 | label_15->setText(QCoreApplication::translate("ConfigWidget" , "Commit title max. length" , nullptr)); |
| 603 | label_2->setText(QCoreApplication::translate("ConfigWidget" , "Set log level" , nullptr)); |
| 604 | cbLogLevel->setItemText(0, QCoreApplication::translate("ConfigWidget" , "Trace" , nullptr)); |
| 605 | cbLogLevel->setItemText(1, QCoreApplication::translate("ConfigWidget" , "Debug" , nullptr)); |
| 606 | cbLogLevel->setItemText(2, QCoreApplication::translate("ConfigWidget" , "Info" , nullptr)); |
| 607 | cbLogLevel->setItemText(3, QCoreApplication::translate("ConfigWidget" , "Warning" , nullptr)); |
| 608 | cbLogLevel->setItemText(4, QCoreApplication::translate("ConfigWidget" , "Error" , nullptr)); |
| 609 | cbLogLevel->setItemText(5, QCoreApplication::translate("ConfigWidget" , "Fatal" , nullptr)); |
| 610 | |
| 611 | label_3->setText(QCoreApplication::translate("ConfigWidget" , "Styles schema" , nullptr)); |
| 612 | cbStyle->setItemText(0, QCoreApplication::translate("ConfigWidget" , "dark" , nullptr)); |
| 613 | cbStyle->setItemText(1, QCoreApplication::translate("ConfigWidget" , "bright" , nullptr)); |
| 614 | |
| 615 | label_4->setText(QCoreApplication::translate("ConfigWidget" , "Git Location (if not in PATH)" , nullptr)); |
| 616 | leGitPath->setPlaceholderText(QCoreApplication::translate("ConfigWidget" , "Git location..." , nullptr)); |
| 617 | tabWidget_2->setTabText(tabWidget_2->indexOf(tab_3), QCoreApplication::translate("ConfigWidget" , "GitQlient" , nullptr)); |
| 618 | cbLogOrder->setItemText(0, QCoreApplication::translate("ConfigWidget" , "Author date order" , nullptr)); |
| 619 | cbLogOrder->setItemText(1, QCoreApplication::translate("ConfigWidget" , "Date order" , nullptr)); |
| 620 | cbLogOrder->setItemText(2, QCoreApplication::translate("ConfigWidget" , "Topo order" , nullptr)); |
| 621 | |
| 622 | label_6->setText(QCoreApplication::translate("ConfigWidget" , "Prune when fetch" , nullptr)); |
| 623 | labelClangFormat->setText(QCoreApplication::translate("ConfigWidget" , "<html><head/><body><p>Run clang-format before commit<br/>(Requires clang-format)</p></body></html>" , nullptr)); |
| 624 | label_17->setText(QCoreApplication::translate("ConfigWidget" , "Show submodules" , nullptr)); |
| 625 | cbStash->setText(QString()); |
| 626 | label_5->setText(QCoreApplication::translate("ConfigWidget" , "Cache space used:" , nullptr)); |
| 627 | label_12->setText(QCoreApplication::translate("ConfigWidget" , "Auto-Fetch interval" , nullptr)); |
| 628 | label_18->setText(QCoreApplication::translate("ConfigWidget" , "Show subtrees" , nullptr)); |
| 629 | pruneOnFetch->setText(QString()); |
| 630 | label_16->setText(QCoreApplication::translate("ConfigWidget" , "Show stashes" , nullptr)); |
| 631 | label_13->setText(QCoreApplication::translate("ConfigWidget" , "Enable pomodoro" , nullptr)); |
| 632 | lCacheSize->setText(QString()); |
| 633 | pbClearCache->setText(QCoreApplication::translate("ConfigWidget" , "Clear" , nullptr)); |
| 634 | updateOnPull->setText(QString()); |
| 635 | sbMaxCommits->setSuffix(QCoreApplication::translate("ConfigWidget" , " last commits" , nullptr)); |
| 636 | label_10->setText(QCoreApplication::translate("ConfigWidget" , "Max. commits to retrieve (0 for all)" , nullptr)); |
| 637 | autoFetch->setSuffix(QCoreApplication::translate("ConfigWidget" , " minutes" , nullptr)); |
| 638 | label_11->setText(QCoreApplication::translate("ConfigWidget" , "The interval is expected to be in minutes. Choose a value between 0 (for disabled) and 60." , nullptr)); |
| 639 | label_8->setText(QCoreApplication::translate("ConfigWidget" , "Language" , nullptr)); |
| 640 | cbSubtree->setText(QString()); |
| 641 | cbSubmodule->setText(QString()); |
| 642 | cbPomodoroEnabled->setText(QString()); |
| 643 | clangFormat->setText(QString()); |
| 644 | label_7->setText(QCoreApplication::translate("ConfigWidget" , "Update submodules when pull" , nullptr)); |
| 645 | label_9->setText(QCoreApplication::translate("ConfigWidget" , "Order of commits in the graph" , nullptr)); |
| 646 | credentialsFrames->setTitle(QCoreApplication::translate("ConfigWidget" , "Credentials configuration" , nullptr)); |
| 647 | chbCredentials->setText(QCoreApplication::translate("ConfigWidget" , "Store credentials using GitQlient (Current session or in Storage)" , nullptr)); |
| 648 | rbStorage->setText(QCoreApplication::translate("ConfigWidget" , "Storage" , nullptr)); |
| 649 | rbCache->setText(QCoreApplication::translate("ConfigWidget" , "Cache for current session" , nullptr)); |
| 650 | label_19->setText(QCoreApplication::translate("ConfigWidget" , "TextLabel" , nullptr)); |
| 651 | sbTimeout->setSuffix(QCoreApplication::translate("ConfigWidget" , " mins." , nullptr)); |
| 652 | pbAddCredentials->setText(QCoreApplication::translate("ConfigWidget" , "Add credentials" , nullptr)); |
| 653 | tabWidget_2->setTabText(tabWidget_2->indexOf(tab_4), QCoreApplication::translate("ConfigWidget" , "Repository" , nullptr)); |
| 654 | leBsUserLabel->setText(QCoreApplication::translate("ConfigWidget" , "User:" , nullptr)); |
| 655 | leBsUrlLabel->setText(QCoreApplication::translate("ConfigWidget" , "Endpoint URL:" , nullptr)); |
| 656 | chBoxBuildSystem->setText(QString()); |
| 657 | leBsTokenLabel->setText(QCoreApplication::translate("ConfigWidget" , "Token:" , nullptr)); |
| 658 | label_14->setText(QCoreApplication::translate("ConfigWidget" , "Enable build system view" , nullptr)); |
| 659 | tabWidget_2->setTabText(tabWidget_2->indexOf(tab_5), QCoreApplication::translate("ConfigWidget" , "Build System" , nullptr)); |
| 660 | } // retranslateUi |
| 661 | |
| 662 | }; |
| 663 | |
| 664 | namespace Ui { |
| 665 | class ConfigWidget: public Ui_ConfigWidget {}; |
| 666 | } // namespace Ui |
| 667 | |
| 668 | QT_END_NAMESPACE |
| 669 | |
| 670 | #endif // UI_CONFIGWIDGET_H |
| 671 | |