1/********************************************************************************
2** Form generated from reading UI file 'templateoptionspage.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_TEMPLATEOPTIONSPAGE_H
10#define UI_TEMPLATEOPTIONSPAGE_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QGridLayout>
15#include <QtWidgets/QGroupBox>
16#include <QtWidgets/QListWidget>
17#include <QtWidgets/QSpacerItem>
18#include <QtWidgets/QToolButton>
19#include <QtWidgets/QWidget>
20
21QT_BEGIN_NAMESPACE
22
23namespace qdesigner_internal {
24
25class Ui_TemplateOptionsWidget
26{
27public:
28 QGridLayout *gridLayout;
29 QGroupBox *m_templatePathGroupBox;
30 QGridLayout *gridLayout1;
31 QListWidget *m_templatePathListWidget;
32 QToolButton *m_addTemplatePathButton;
33 QToolButton *m_removeTemplatePathButton;
34 QSpacerItem *spacerItem;
35
36 void setupUi(QWidget *qdesigner_internal__TemplateOptionsWidget)
37 {
38 if (qdesigner_internal__TemplateOptionsWidget->objectName().isEmpty())
39 qdesigner_internal__TemplateOptionsWidget->setObjectName(QString::fromUtf8(str: "qdesigner_internal__TemplateOptionsWidget"));
40 qdesigner_internal__TemplateOptionsWidget->resize(w: 376, h: 387);
41 gridLayout = new QGridLayout(qdesigner_internal__TemplateOptionsWidget);
42 gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout"));
43 m_templatePathGroupBox = new QGroupBox(qdesigner_internal__TemplateOptionsWidget);
44 m_templatePathGroupBox->setObjectName(QString::fromUtf8(str: "m_templatePathGroupBox"));
45 gridLayout1 = new QGridLayout(m_templatePathGroupBox);
46 gridLayout1->setObjectName(QString::fromUtf8(str: "gridLayout1"));
47 m_templatePathListWidget = new QListWidget(m_templatePathGroupBox);
48 m_templatePathListWidget->setObjectName(QString::fromUtf8(str: "m_templatePathListWidget"));
49
50 gridLayout1->addWidget(m_templatePathListWidget, row: 0, column: 0, rowSpan: 1, columnSpan: 3);
51
52 m_addTemplatePathButton = new QToolButton(m_templatePathGroupBox);
53 m_addTemplatePathButton->setObjectName(QString::fromUtf8(str: "m_addTemplatePathButton"));
54
55 gridLayout1->addWidget(m_addTemplatePathButton, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
56
57 m_removeTemplatePathButton = new QToolButton(m_templatePathGroupBox);
58 m_removeTemplatePathButton->setObjectName(QString::fromUtf8(str: "m_removeTemplatePathButton"));
59
60 gridLayout1->addWidget(m_removeTemplatePathButton, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
61
62 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
63
64 gridLayout1->addItem(item: spacerItem, row: 1, column: 2, rowSpan: 1, columnSpan: 1);
65
66
67 gridLayout->addWidget(m_templatePathGroupBox, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
68
69
70 retranslateUi(qdesigner_internal__TemplateOptionsWidget);
71
72 QMetaObject::connectSlotsByName(o: qdesigner_internal__TemplateOptionsWidget);
73 } // setupUi
74
75 void retranslateUi(QWidget *qdesigner_internal__TemplateOptionsWidget)
76 {
77 qdesigner_internal__TemplateOptionsWidget->setWindowTitle(QCoreApplication::translate(context: "qdesigner_internal::TemplateOptionsWidget", key: "Form", disambiguation: nullptr));
78 m_templatePathGroupBox->setTitle(QCoreApplication::translate(context: "qdesigner_internal::TemplateOptionsWidget", key: "Additional Template Paths", disambiguation: nullptr));
79 m_addTemplatePathButton->setText(QCoreApplication::translate(context: "qdesigner_internal::TemplateOptionsWidget", key: "...", disambiguation: nullptr));
80 m_removeTemplatePathButton->setText(QCoreApplication::translate(context: "qdesigner_internal::TemplateOptionsWidget", key: "...", disambiguation: nullptr));
81 } // retranslateUi
82
83};
84
85} // namespace qdesigner_internal
86
87namespace qdesigner_internal {
88namespace Ui {
89 class TemplateOptionsWidget: public Ui_TemplateOptionsWidget {};
90} // namespace Ui
91} // namespace qdesigner_internal
92
93QT_END_NAMESPACE
94
95#endif // UI_TEMPLATEOPTIONSPAGE_H
96

source code of qttools/src/designer/src/components/lib/.uic/ui_templateoptionspage.h