| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'editorautosavewidget.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_EDITORAUTOSAVEWIDGET_H |
| 10 | #define UI_EDITORAUTOSAVEWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QGroupBox> |
| 15 | #include <QtWidgets/QHBoxLayout> |
| 16 | #include <QtWidgets/QLabel> |
| 17 | #include <QtWidgets/QRadioButton> |
| 18 | #include <QtWidgets/QSpacerItem> |
| 19 | #include <QtWidgets/QSpinBox> |
| 20 | #include <QtWidgets/QVBoxLayout> |
| 21 | #include <QtWidgets/QWidget> |
| 22 | |
| 23 | QT_BEGIN_NAMESPACE |
| 24 | |
| 25 | class Ui_EditorAutoSaveWidget |
| 26 | { |
| 27 | public: |
| 28 | QVBoxLayout *verticalLayout; |
| 29 | QGroupBox *grpEnableAutoSave; |
| 30 | QVBoxLayout *verticalLayout_2; |
| 31 | QWidget *widget; |
| 32 | QHBoxLayout *horizontalLayout; |
| 33 | QLabel *label; |
| 34 | QSpinBox *spinInterval; |
| 35 | QSpacerItem *horizontalSpacer; |
| 36 | QGroupBox *groupBox_2; |
| 37 | QVBoxLayout *verticalLayout_3; |
| 38 | QRadioButton *rbCurrentFile; |
| 39 | QRadioButton *rbAllOpennedFiles; |
| 40 | QRadioButton *rbProjectFiles; |
| 41 | QGroupBox *groupBox_3; |
| 42 | QVBoxLayout *verticalLayout_4; |
| 43 | QRadioButton *rbOverwrite; |
| 44 | QRadioButton *rbAppendUNIXTimestamp; |
| 45 | QRadioButton *rbAppendFormattedTimestamp; |
| 46 | QLabel *lblFilename; |
| 47 | QSpacerItem *verticalSpacer; |
| 48 | |
| 49 | void setupUi(QWidget *EditorAutoSaveWidget) |
| 50 | { |
| 51 | if (EditorAutoSaveWidget->objectName().isEmpty()) |
| 52 | EditorAutoSaveWidget->setObjectName(QString::fromUtf8("EditorAutoSaveWidget" )); |
| 53 | EditorAutoSaveWidget->resize(469, 459); |
| 54 | verticalLayout = new QVBoxLayout(EditorAutoSaveWidget); |
| 55 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 56 | grpEnableAutoSave = new QGroupBox(EditorAutoSaveWidget); |
| 57 | grpEnableAutoSave->setObjectName(QString::fromUtf8("grpEnableAutoSave" )); |
| 58 | grpEnableAutoSave->setCheckable(true); |
| 59 | verticalLayout_2 = new QVBoxLayout(grpEnableAutoSave); |
| 60 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
| 61 | widget = new QWidget(grpEnableAutoSave); |
| 62 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 63 | horizontalLayout = new QHBoxLayout(widget); |
| 64 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 65 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 66 | label = new QLabel(widget); |
| 67 | label->setObjectName(QString::fromUtf8("label" )); |
| 68 | |
| 69 | horizontalLayout->addWidget(label); |
| 70 | |
| 71 | spinInterval = new QSpinBox(widget); |
| 72 | spinInterval->setObjectName(QString::fromUtf8("spinInterval" )); |
| 73 | spinInterval->setMinimum(1); |
| 74 | spinInterval->setMaximum(60); |
| 75 | |
| 76 | horizontalLayout->addWidget(spinInterval); |
| 77 | |
| 78 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 79 | |
| 80 | horizontalLayout->addItem(horizontalSpacer); |
| 81 | |
| 82 | |
| 83 | verticalLayout_2->addWidget(widget); |
| 84 | |
| 85 | groupBox_2 = new QGroupBox(grpEnableAutoSave); |
| 86 | groupBox_2->setObjectName(QString::fromUtf8("groupBox_2" )); |
| 87 | verticalLayout_3 = new QVBoxLayout(groupBox_2); |
| 88 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3" )); |
| 89 | rbCurrentFile = new QRadioButton(groupBox_2); |
| 90 | rbCurrentFile->setObjectName(QString::fromUtf8("rbCurrentFile" )); |
| 91 | |
| 92 | verticalLayout_3->addWidget(rbCurrentFile); |
| 93 | |
| 94 | rbAllOpennedFiles = new QRadioButton(groupBox_2); |
| 95 | rbAllOpennedFiles->setObjectName(QString::fromUtf8("rbAllOpennedFiles" )); |
| 96 | |
| 97 | verticalLayout_3->addWidget(rbAllOpennedFiles); |
| 98 | |
| 99 | rbProjectFiles = new QRadioButton(groupBox_2); |
| 100 | rbProjectFiles->setObjectName(QString::fromUtf8("rbProjectFiles" )); |
| 101 | |
| 102 | verticalLayout_3->addWidget(rbProjectFiles); |
| 103 | |
| 104 | |
| 105 | verticalLayout_2->addWidget(groupBox_2); |
| 106 | |
| 107 | groupBox_3 = new QGroupBox(grpEnableAutoSave); |
| 108 | groupBox_3->setObjectName(QString::fromUtf8("groupBox_3" )); |
| 109 | verticalLayout_4 = new QVBoxLayout(groupBox_3); |
| 110 | verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4" )); |
| 111 | rbOverwrite = new QRadioButton(groupBox_3); |
| 112 | rbOverwrite->setObjectName(QString::fromUtf8("rbOverwrite" )); |
| 113 | |
| 114 | verticalLayout_4->addWidget(rbOverwrite); |
| 115 | |
| 116 | rbAppendUNIXTimestamp = new QRadioButton(groupBox_3); |
| 117 | rbAppendUNIXTimestamp->setObjectName(QString::fromUtf8("rbAppendUNIXTimestamp" )); |
| 118 | |
| 119 | verticalLayout_4->addWidget(rbAppendUNIXTimestamp); |
| 120 | |
| 121 | rbAppendFormattedTimestamp = new QRadioButton(groupBox_3); |
| 122 | rbAppendFormattedTimestamp->setObjectName(QString::fromUtf8("rbAppendFormattedTimestamp" )); |
| 123 | |
| 124 | verticalLayout_4->addWidget(rbAppendFormattedTimestamp); |
| 125 | |
| 126 | |
| 127 | verticalLayout_2->addWidget(groupBox_3); |
| 128 | |
| 129 | lblFilename = new QLabel(grpEnableAutoSave); |
| 130 | lblFilename->setObjectName(QString::fromUtf8("lblFilename" )); |
| 131 | |
| 132 | verticalLayout_2->addWidget(lblFilename); |
| 133 | |
| 134 | |
| 135 | verticalLayout->addWidget(grpEnableAutoSave); |
| 136 | |
| 137 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 138 | |
| 139 | verticalLayout->addItem(verticalSpacer); |
| 140 | |
| 141 | |
| 142 | retranslateUi(EditorAutoSaveWidget); |
| 143 | |
| 144 | QMetaObject::connectSlotsByName(EditorAutoSaveWidget); |
| 145 | } // setupUi |
| 146 | |
| 147 | void retranslateUi(QWidget *EditorAutoSaveWidget) |
| 148 | { |
| 149 | EditorAutoSaveWidget->setWindowTitle(QCoreApplication::translate("EditorAutoSaveWidget" , "Form" , nullptr)); |
| 150 | grpEnableAutoSave->setTitle(QCoreApplication::translate("EditorAutoSaveWidget" , "Enable auto save" , nullptr)); |
| 151 | label->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Time interval:" , nullptr)); |
| 152 | spinInterval->setSuffix(QCoreApplication::translate("EditorAutoSaveWidget" , "minutes" , nullptr)); |
| 153 | groupBox_2->setTitle(QCoreApplication::translate("EditorAutoSaveWidget" , "Objects to save" , nullptr)); |
| 154 | rbCurrentFile->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Current File" , nullptr)); |
| 155 | rbAllOpennedFiles->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "All files openned" , nullptr)); |
| 156 | rbProjectFiles->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Project files" , nullptr)); |
| 157 | groupBox_3->setTitle(QCoreApplication::translate("EditorAutoSaveWidget" , "Save strategy" , nullptr)); |
| 158 | rbOverwrite->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Overwrite" , nullptr)); |
| 159 | rbAppendUNIXTimestamp->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Append UNIX timestamp" , nullptr)); |
| 160 | rbAppendFormattedTimestamp->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Append formatted timestamp" , nullptr)); |
| 161 | lblFilename->setText(QCoreApplication::translate("EditorAutoSaveWidget" , "Demo file name:" , nullptr)); |
| 162 | } // retranslateUi |
| 163 | |
| 164 | }; |
| 165 | |
| 166 | namespace Ui { |
| 167 | class EditorAutoSaveWidget: public Ui_EditorAutoSaveWidget {}; |
| 168 | } // namespace Ui |
| 169 | |
| 170 | QT_END_NAMESPACE |
| 171 | |
| 172 | #endif // UI_EDITORAUTOSAVEWIDGET_H |
| 173 | |