1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'formatterpathwidget.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_FORMATTERPATHWIDGET_H |
10 | #define UI_FORMATTERPATHWIDGET_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtGui/QIcon> |
14 | #include <QtWidgets/QApplication> |
15 | #include <QtWidgets/QGridLayout> |
16 | #include <QtWidgets/QLabel> |
17 | #include <QtWidgets/QLineEdit> |
18 | #include <QtWidgets/QSpacerItem> |
19 | #include <QtWidgets/QToolButton> |
20 | #include <QtWidgets/QWidget> |
21 | |
22 | QT_BEGIN_NAMESPACE |
23 | |
24 | class Ui_FormatterPathWidget |
25 | { |
26 | public: |
27 | QGridLayout *gridLayout; |
28 | QLabel *label; |
29 | QToolButton *btnChooseAstyle; |
30 | QLineEdit *txtAstyle; |
31 | QSpacerItem *verticalSpacer; |
32 | |
33 | void setupUi(QWidget *FormatterPathWidget) |
34 | { |
35 | if (FormatterPathWidget->objectName().isEmpty()) |
36 | FormatterPathWidget->setObjectName(QString::fromUtf8("FormatterPathWidget" )); |
37 | FormatterPathWidget->resize(834, 520); |
38 | gridLayout = new QGridLayout(FormatterPathWidget); |
39 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
40 | label = new QLabel(FormatterPathWidget); |
41 | label->setObjectName(QString::fromUtf8("label" )); |
42 | |
43 | gridLayout->addWidget(label, 0, 0, 1, 1); |
44 | |
45 | btnChooseAstyle = new QToolButton(FormatterPathWidget); |
46 | btnChooseAstyle->setObjectName(QString::fromUtf8("btnChooseAstyle" )); |
47 | QIcon icon; |
48 | icon.addFile(QString::fromUtf8(":/icons/images/newlook/actions/01File-09Open_Folder.svg" ), QSize(), QIcon::Normal, QIcon::Off); |
49 | btnChooseAstyle->setIcon(icon); |
50 | |
51 | gridLayout->addWidget(btnChooseAstyle, 0, 2, 1, 1); |
52 | |
53 | txtAstyle = new QLineEdit(FormatterPathWidget); |
54 | txtAstyle->setObjectName(QString::fromUtf8("txtAstyle" )); |
55 | |
56 | gridLayout->addWidget(txtAstyle, 0, 1, 1, 1); |
57 | |
58 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
59 | |
60 | gridLayout->addItem(verticalSpacer, 1, 0, 1, 1); |
61 | |
62 | |
63 | retranslateUi(FormatterPathWidget); |
64 | |
65 | QMetaObject::connectSlotsByName(FormatterPathWidget); |
66 | } // setupUi |
67 | |
68 | void retranslateUi(QWidget *FormatterPathWidget) |
69 | { |
70 | FormatterPathWidget->setWindowTitle(QCoreApplication::translate("FormatterPathWidget" , "Form" , nullptr)); |
71 | label->setText(QCoreApplication::translate("FormatterPathWidget" , "Path to astyle" , nullptr)); |
72 | btnChooseAstyle->setText(QCoreApplication::translate("FormatterPathWidget" , "..." , nullptr)); |
73 | } // retranslateUi |
74 | |
75 | }; |
76 | |
77 | namespace Ui { |
78 | class FormatterPathWidget: public Ui_FormatterPathWidget {}; |
79 | } // namespace Ui |
80 | |
81 | QT_END_NAMESPACE |
82 | |
83 | #endif // UI_FORMATTERPATHWIDGET_H |
84 | |