| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'editorcodecompletionwidget.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_EDITORCODECOMPLETIONWIDGET_H |
| 10 | #define UI_EDITORCODECOMPLETIONWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QCheckBox> |
| 15 | #include <QtWidgets/QGridLayout> |
| 16 | #include <QtWidgets/QGroupBox> |
| 17 | #include <QtWidgets/QHBoxLayout> |
| 18 | #include <QtWidgets/QLabel> |
| 19 | #include <QtWidgets/QPushButton> |
| 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_EditorCodeCompletionWidget |
| 28 | { |
| 29 | public: |
| 30 | QVBoxLayout *verticalLayout; |
| 31 | QGroupBox *grpEnabled; |
| 32 | QVBoxLayout *verticalLayout_3; |
| 33 | QWidget *widget_3; |
| 34 | QHBoxLayout *horizontalLayout_2; |
| 35 | QLabel *label_3; |
| 36 | QSpinBox *spinMinCharRequired; |
| 37 | QSpacerItem *horizontalSpacer_3; |
| 38 | QCheckBox *chkClearWhenEditorHidden; |
| 39 | QCheckBox *chkShowSuggestionWhileTyping; |
| 40 | QGroupBox *groupBox; |
| 41 | QVBoxLayout *verticalLayout_2; |
| 42 | QCheckBox *chkParseLocalFiles; |
| 43 | QCheckBox *chkParseSystemFiles; |
| 44 | QCheckBox *chkShowKeywords; |
| 45 | QCheckBox *chkShowCodeIns; |
| 46 | QCheckBox *chkAppendFunc; |
| 47 | QCheckBox *chkIgnoreCases; |
| 48 | QCheckBox *chkSortByScope; |
| 49 | QCheckBox *chkHideSymbolsStartWithUnderline; |
| 50 | QCheckBox *chkHideSymbolsStartWithTwoUnderline; |
| 51 | QWidget *widget; |
| 52 | QHBoxLayout *horizontalLayout; |
| 53 | QCheckBox *chkRecordUsage; |
| 54 | QSpacerItem *horizontalSpacer; |
| 55 | QPushButton *btnClearUsageData; |
| 56 | QWidget *widget_2; |
| 57 | QGridLayout *gridLayout; |
| 58 | QLabel *label; |
| 59 | QSpacerItem *horizontalSpacer_2; |
| 60 | QSpinBox *spinWidth; |
| 61 | QLabel *label_2; |
| 62 | QSpinBox *spinHeight; |
| 63 | QSpacerItem *verticalSpacer; |
| 64 | |
| 65 | void setupUi(QWidget *EditorCodeCompletionWidget) |
| 66 | { |
| 67 | if (EditorCodeCompletionWidget->objectName().isEmpty()) |
| 68 | EditorCodeCompletionWidget->setObjectName(QString::fromUtf8("EditorCodeCompletionWidget" )); |
| 69 | EditorCodeCompletionWidget->resize(599, 576); |
| 70 | verticalLayout = new QVBoxLayout(EditorCodeCompletionWidget); |
| 71 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 72 | grpEnabled = new QGroupBox(EditorCodeCompletionWidget); |
| 73 | grpEnabled->setObjectName(QString::fromUtf8("grpEnabled" )); |
| 74 | grpEnabled->setFlat(false); |
| 75 | grpEnabled->setCheckable(true); |
| 76 | verticalLayout_3 = new QVBoxLayout(grpEnabled); |
| 77 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3" )); |
| 78 | widget_3 = new QWidget(grpEnabled); |
| 79 | widget_3->setObjectName(QString::fromUtf8("widget_3" )); |
| 80 | horizontalLayout_2 = new QHBoxLayout(widget_3); |
| 81 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
| 82 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
| 83 | label_3 = new QLabel(widget_3); |
| 84 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
| 85 | |
| 86 | horizontalLayout_2->addWidget(label_3); |
| 87 | |
| 88 | spinMinCharRequired = new QSpinBox(widget_3); |
| 89 | spinMinCharRequired->setObjectName(QString::fromUtf8("spinMinCharRequired" )); |
| 90 | spinMinCharRequired->setMinimum(1); |
| 91 | spinMinCharRequired->setMaximum(20); |
| 92 | |
| 93 | horizontalLayout_2->addWidget(spinMinCharRequired); |
| 94 | |
| 95 | horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 96 | |
| 97 | horizontalLayout_2->addItem(horizontalSpacer_3); |
| 98 | |
| 99 | |
| 100 | verticalLayout_3->addWidget(widget_3); |
| 101 | |
| 102 | chkClearWhenEditorHidden = new QCheckBox(grpEnabled); |
| 103 | chkClearWhenEditorHidden->setObjectName(QString::fromUtf8("chkClearWhenEditorHidden" )); |
| 104 | |
| 105 | verticalLayout_3->addWidget(chkClearWhenEditorHidden); |
| 106 | |
| 107 | chkShowSuggestionWhileTyping = new QCheckBox(grpEnabled); |
| 108 | chkShowSuggestionWhileTyping->setObjectName(QString::fromUtf8("chkShowSuggestionWhileTyping" )); |
| 109 | |
| 110 | verticalLayout_3->addWidget(chkShowSuggestionWhileTyping); |
| 111 | |
| 112 | groupBox = new QGroupBox(grpEnabled); |
| 113 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
| 114 | verticalLayout_2 = new QVBoxLayout(groupBox); |
| 115 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
| 116 | chkParseLocalFiles = new QCheckBox(groupBox); |
| 117 | chkParseLocalFiles->setObjectName(QString::fromUtf8("chkParseLocalFiles" )); |
| 118 | |
| 119 | verticalLayout_2->addWidget(chkParseLocalFiles); |
| 120 | |
| 121 | chkParseSystemFiles = new QCheckBox(groupBox); |
| 122 | chkParseSystemFiles->setObjectName(QString::fromUtf8("chkParseSystemFiles" )); |
| 123 | |
| 124 | verticalLayout_2->addWidget(chkParseSystemFiles); |
| 125 | |
| 126 | |
| 127 | verticalLayout_3->addWidget(groupBox); |
| 128 | |
| 129 | chkShowKeywords = new QCheckBox(grpEnabled); |
| 130 | chkShowKeywords->setObjectName(QString::fromUtf8("chkShowKeywords" )); |
| 131 | |
| 132 | verticalLayout_3->addWidget(chkShowKeywords); |
| 133 | |
| 134 | chkShowCodeIns = new QCheckBox(grpEnabled); |
| 135 | chkShowCodeIns->setObjectName(QString::fromUtf8("chkShowCodeIns" )); |
| 136 | |
| 137 | verticalLayout_3->addWidget(chkShowCodeIns); |
| 138 | |
| 139 | chkAppendFunc = new QCheckBox(grpEnabled); |
| 140 | chkAppendFunc->setObjectName(QString::fromUtf8("chkAppendFunc" )); |
| 141 | |
| 142 | verticalLayout_3->addWidget(chkAppendFunc); |
| 143 | |
| 144 | chkIgnoreCases = new QCheckBox(grpEnabled); |
| 145 | chkIgnoreCases->setObjectName(QString::fromUtf8("chkIgnoreCases" )); |
| 146 | |
| 147 | verticalLayout_3->addWidget(chkIgnoreCases); |
| 148 | |
| 149 | chkSortByScope = new QCheckBox(grpEnabled); |
| 150 | chkSortByScope->setObjectName(QString::fromUtf8("chkSortByScope" )); |
| 151 | |
| 152 | verticalLayout_3->addWidget(chkSortByScope); |
| 153 | |
| 154 | chkHideSymbolsStartWithUnderline = new QCheckBox(grpEnabled); |
| 155 | chkHideSymbolsStartWithUnderline->setObjectName(QString::fromUtf8("chkHideSymbolsStartWithUnderline" )); |
| 156 | |
| 157 | verticalLayout_3->addWidget(chkHideSymbolsStartWithUnderline); |
| 158 | |
| 159 | chkHideSymbolsStartWithTwoUnderline = new QCheckBox(grpEnabled); |
| 160 | chkHideSymbolsStartWithTwoUnderline->setObjectName(QString::fromUtf8("chkHideSymbolsStartWithTwoUnderline" )); |
| 161 | |
| 162 | verticalLayout_3->addWidget(chkHideSymbolsStartWithTwoUnderline); |
| 163 | |
| 164 | widget = new QWidget(grpEnabled); |
| 165 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 166 | horizontalLayout = new QHBoxLayout(widget); |
| 167 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 168 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 169 | chkRecordUsage = new QCheckBox(widget); |
| 170 | chkRecordUsage->setObjectName(QString::fromUtf8("chkRecordUsage" )); |
| 171 | |
| 172 | horizontalLayout->addWidget(chkRecordUsage); |
| 173 | |
| 174 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 175 | |
| 176 | horizontalLayout->addItem(horizontalSpacer); |
| 177 | |
| 178 | btnClearUsageData = new QPushButton(widget); |
| 179 | btnClearUsageData->setObjectName(QString::fromUtf8("btnClearUsageData" )); |
| 180 | |
| 181 | horizontalLayout->addWidget(btnClearUsageData); |
| 182 | |
| 183 | |
| 184 | verticalLayout_3->addWidget(widget); |
| 185 | |
| 186 | widget_2 = new QWidget(grpEnabled); |
| 187 | widget_2->setObjectName(QString::fromUtf8("widget_2" )); |
| 188 | gridLayout = new QGridLayout(widget_2); |
| 189 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 190 | gridLayout->setContentsMargins(0, 0, 0, 0); |
| 191 | label = new QLabel(widget_2); |
| 192 | label->setObjectName(QString::fromUtf8("label" )); |
| 193 | |
| 194 | gridLayout->addWidget(label, 0, 0, 1, 1); |
| 195 | |
| 196 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 197 | |
| 198 | gridLayout->addItem(horizontalSpacer_2, 0, 2, 1, 1); |
| 199 | |
| 200 | spinWidth = new QSpinBox(widget_2); |
| 201 | spinWidth->setObjectName(QString::fromUtf8("spinWidth" )); |
| 202 | spinWidth->setMinimum(100); |
| 203 | spinWidth->setMaximum(10000); |
| 204 | |
| 205 | gridLayout->addWidget(spinWidth, 0, 1, 1, 1); |
| 206 | |
| 207 | label_2 = new QLabel(widget_2); |
| 208 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 209 | |
| 210 | gridLayout->addWidget(label_2, 1, 0, 1, 1); |
| 211 | |
| 212 | spinHeight = new QSpinBox(widget_2); |
| 213 | spinHeight->setObjectName(QString::fromUtf8("spinHeight" )); |
| 214 | spinHeight->setMinimum(100); |
| 215 | spinHeight->setMaximum(10000); |
| 216 | |
| 217 | gridLayout->addWidget(spinHeight, 1, 1, 1, 1); |
| 218 | |
| 219 | |
| 220 | verticalLayout_3->addWidget(widget_2); |
| 221 | |
| 222 | |
| 223 | verticalLayout->addWidget(grpEnabled); |
| 224 | |
| 225 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 226 | |
| 227 | verticalLayout->addItem(verticalSpacer); |
| 228 | |
| 229 | |
| 230 | retranslateUi(EditorCodeCompletionWidget); |
| 231 | |
| 232 | QMetaObject::connectSlotsByName(EditorCodeCompletionWidget); |
| 233 | } // setupUi |
| 234 | |
| 235 | void retranslateUi(QWidget *EditorCodeCompletionWidget) |
| 236 | { |
| 237 | EditorCodeCompletionWidget->setWindowTitle(QCoreApplication::translate("EditorCodeCompletionWidget" , "Form" , nullptr)); |
| 238 | grpEnabled->setTitle(QCoreApplication::translate("EditorCodeCompletionWidget" , "Enable code competion" , nullptr)); |
| 239 | label_3->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Minimum id length to show completion " , nullptr)); |
| 240 | chkClearWhenEditorHidden->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Clear all parsed symbols when editor is hidden" , nullptr)); |
| 241 | chkShowSuggestionWhileTyping->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Show completion suggestions while typing" , nullptr)); |
| 242 | groupBox->setTitle(QCoreApplication::translate("EditorCodeCompletionWidget" , "Engine options" , nullptr)); |
| 243 | chkParseLocalFiles->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Scan local header files" , nullptr)); |
| 244 | chkParseSystemFiles->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Scan system header files" , nullptr)); |
| 245 | chkShowKeywords->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Show keywords in suggestions" , nullptr)); |
| 246 | chkShowCodeIns->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Show code snippets in suggestions" , nullptr)); |
| 247 | chkAppendFunc->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Append () when complete functions" , nullptr)); |
| 248 | chkIgnoreCases->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Ignore case when search suggestions" , nullptr)); |
| 249 | chkSortByScope->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Prefer local symbols" , nullptr)); |
| 250 | chkHideSymbolsStartWithUnderline->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Hide symbols start with underscore" , nullptr)); |
| 251 | chkHideSymbolsStartWithTwoUnderline->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Hide symbols start with two underscores" , nullptr)); |
| 252 | chkRecordUsage->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Prefer symbols mostly used" , nullptr)); |
| 253 | btnClearUsageData->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Clear usage data" , nullptr)); |
| 254 | label->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Completion suggestion window width:" , nullptr)); |
| 255 | label_2->setText(QCoreApplication::translate("EditorCodeCompletionWidget" , "Completion suggestion window height:" , nullptr)); |
| 256 | } // retranslateUi |
| 257 | |
| 258 | }; |
| 259 | |
| 260 | namespace Ui { |
| 261 | class EditorCodeCompletionWidget: public Ui_EditorCodeCompletionWidget {}; |
| 262 | } // namespace Ui |
| 263 | |
| 264 | QT_END_NAMESPACE |
| 265 | |
| 266 | #endif // UI_EDITORCODECOMPLETIONWIDGET_H |
| 267 | |