1/********************************************************************************
2** Form generated from reading UI file 'editortooltipswidget.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_EDITORTOOLTIPSWIDGET_H
10#define UI_EDITORTOOLTIPSWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QGroupBox>
16#include <QtWidgets/QSpacerItem>
17#include <QtWidgets/QVBoxLayout>
18#include <QtWidgets/QWidget>
19
20QT_BEGIN_NAMESPACE
21
22class Ui_EditorTooltipsWidget
23{
24public:
25 QVBoxLayout *verticalLayout;
26 QCheckBox *chkShowFunctionTips;
27 QGroupBox *grpEnableTooltips;
28 QVBoxLayout *verticalLayout_2;
29 QCheckBox *chkIssueTooltips;
30 QCheckBox *chkHeaderTooltips;
31 QCheckBox *chkIdentifierTooltips;
32 QCheckBox *chkDebugTooltips;
33 QSpacerItem *verticalSpacer;
34
35 void setupUi(QWidget *EditorTooltipsWidget)
36 {
37 if (EditorTooltipsWidget->objectName().isEmpty())
38 EditorTooltipsWidget->setObjectName(QString::fromUtf8("EditorTooltipsWidget"));
39 EditorTooltipsWidget->resize(637, 300);
40 verticalLayout = new QVBoxLayout(EditorTooltipsWidget);
41 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
42 chkShowFunctionTips = new QCheckBox(EditorTooltipsWidget);
43 chkShowFunctionTips->setObjectName(QString::fromUtf8("chkShowFunctionTips"));
44
45 verticalLayout->addWidget(chkShowFunctionTips);
46
47 grpEnableTooltips = new QGroupBox(EditorTooltipsWidget);
48 grpEnableTooltips->setObjectName(QString::fromUtf8("grpEnableTooltips"));
49 grpEnableTooltips->setCheckable(true);
50 verticalLayout_2 = new QVBoxLayout(grpEnableTooltips);
51 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
52 chkIssueTooltips = new QCheckBox(grpEnableTooltips);
53 chkIssueTooltips->setObjectName(QString::fromUtf8("chkIssueTooltips"));
54
55 verticalLayout_2->addWidget(chkIssueTooltips);
56
57 chkHeaderTooltips = new QCheckBox(grpEnableTooltips);
58 chkHeaderTooltips->setObjectName(QString::fromUtf8("chkHeaderTooltips"));
59
60 verticalLayout_2->addWidget(chkHeaderTooltips);
61
62 chkIdentifierTooltips = new QCheckBox(grpEnableTooltips);
63 chkIdentifierTooltips->setObjectName(QString::fromUtf8("chkIdentifierTooltips"));
64
65 verticalLayout_2->addWidget(chkIdentifierTooltips);
66
67 chkDebugTooltips = new QCheckBox(grpEnableTooltips);
68 chkDebugTooltips->setObjectName(QString::fromUtf8("chkDebugTooltips"));
69
70 verticalLayout_2->addWidget(chkDebugTooltips);
71
72
73 verticalLayout->addWidget(grpEnableTooltips);
74
75 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
76
77 verticalLayout->addItem(verticalSpacer);
78
79
80 retranslateUi(EditorTooltipsWidget);
81
82 QMetaObject::connectSlotsByName(EditorTooltipsWidget);
83 } // setupUi
84
85 void retranslateUi(QWidget *EditorTooltipsWidget)
86 {
87 EditorTooltipsWidget->setWindowTitle(QCoreApplication::translate("EditorTooltipsWidget", "Form", nullptr));
88 chkShowFunctionTips->setText(QCoreApplication::translate("EditorTooltipsWidget", "Show function tips", nullptr));
89 grpEnableTooltips->setTitle(QCoreApplication::translate("EditorTooltipsWidget", "Enable mouse hover tooltips", nullptr));
90 chkIssueTooltips->setText(QCoreApplication::translate("EditorTooltipsWidget", "Show syntax issue tooltips", nullptr));
91 chkHeaderTooltips->setText(QCoreApplication::translate("EditorTooltipsWidget", "Show full header filename tooltips", nullptr));
92 chkIdentifierTooltips->setText(QCoreApplication::translate("EditorTooltipsWidget", "Show identifier definition tooltips", nullptr));
93 chkDebugTooltips->setText(QCoreApplication::translate("EditorTooltipsWidget", "Show expression value tooltips when debugging", nullptr));
94 } // retranslateUi
95
96};
97
98namespace Ui {
99 class EditorTooltipsWidget: public Ui_EditorTooltipsWidget {};
100} // namespace Ui
101
102QT_END_NAMESPACE
103
104#endif // UI_EDITORTOOLTIPSWIDGET_H
105