1/********************************************************************************
2** Form generated from reading UI file 'newheaderdialog.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_NEWHEADERDIALOG_H
10#define UI_NEWHEADERDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QIcon>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QLineEdit>
20#include <QtWidgets/QPushButton>
21#include <QtWidgets/QSpacerItem>
22#include <QtWidgets/QToolButton>
23#include <QtWidgets/QWidget>
24
25QT_BEGIN_NAMESPACE
26
27class Ui_NewHeaderDialog
28{
29public:
30 QGridLayout *gridLayout;
31 QLineEdit *txtPath;
32 QLabel *label;
33 QToolButton *btnBrowse;
34 QLabel *label_2;
35 QWidget *widget;
36 QHBoxLayout *horizontalLayout;
37 QSpacerItem *horizontalSpacer;
38 QPushButton *btnCreate;
39 QPushButton *btnCancel;
40 QLineEdit *txtHeader;
41 QSpacerItem *verticalSpacer;
42
43 void setupUi(QDialog *NewHeaderDialog)
44 {
45 if (NewHeaderDialog->objectName().isEmpty())
46 NewHeaderDialog->setObjectName(QString::fromUtf8("NewHeaderDialog"));
47 NewHeaderDialog->resize(400, 300);
48 gridLayout = new QGridLayout(NewHeaderDialog);
49 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
50 txtPath = new QLineEdit(NewHeaderDialog);
51 txtPath->setObjectName(QString::fromUtf8("txtPath"));
52
53 gridLayout->addWidget(txtPath, 1, 1, 1, 1);
54
55 label = new QLabel(NewHeaderDialog);
56 label->setObjectName(QString::fromUtf8("label"));
57
58 gridLayout->addWidget(label, 0, 0, 1, 1);
59
60 btnBrowse = new QToolButton(NewHeaderDialog);
61 btnBrowse->setObjectName(QString::fromUtf8("btnBrowse"));
62 QIcon icon;
63 icon.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png"), QSize(), QIcon::Normal, QIcon::Off);
64 btnBrowse->setIcon(icon);
65
66 gridLayout->addWidget(btnBrowse, 1, 2, 1, 1);
67
68 label_2 = new QLabel(NewHeaderDialog);
69 label_2->setObjectName(QString::fromUtf8("label_2"));
70
71 gridLayout->addWidget(label_2, 1, 0, 1, 1);
72
73 widget = new QWidget(NewHeaderDialog);
74 widget->setObjectName(QString::fromUtf8("widget"));
75 horizontalLayout = new QHBoxLayout(widget);
76 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
77 horizontalSpacer = new QSpacerItem(179, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
78
79 horizontalLayout->addItem(horizontalSpacer);
80
81 btnCreate = new QPushButton(widget);
82 btnCreate->setObjectName(QString::fromUtf8("btnCreate"));
83
84 horizontalLayout->addWidget(btnCreate);
85
86 btnCancel = new QPushButton(widget);
87 btnCancel->setObjectName(QString::fromUtf8("btnCancel"));
88
89 horizontalLayout->addWidget(btnCancel);
90
91
92 gridLayout->addWidget(widget, 3, 0, 1, 3);
93
94 txtHeader = new QLineEdit(NewHeaderDialog);
95 txtHeader->setObjectName(QString::fromUtf8("txtHeader"));
96
97 gridLayout->addWidget(txtHeader, 0, 1, 1, 1);
98
99 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
100
101 gridLayout->addItem(verticalSpacer, 2, 0, 1, 1);
102
103
104 retranslateUi(NewHeaderDialog);
105
106 QMetaObject::connectSlotsByName(NewHeaderDialog);
107 } // setupUi
108
109 void retranslateUi(QDialog *NewHeaderDialog)
110 {
111 NewHeaderDialog->setWindowTitle(QCoreApplication::translate("NewHeaderDialog", "New Header", nullptr));
112 label->setText(QCoreApplication::translate("NewHeaderDialog", "Header:", nullptr));
113#if QT_CONFIG(tooltip)
114 btnBrowse->setToolTip(QCoreApplication::translate("NewHeaderDialog", "Browse", nullptr));
115#endif // QT_CONFIG(tooltip)
116 btnBrowse->setText(QCoreApplication::translate("NewHeaderDialog", "Browse", nullptr));
117 label_2->setText(QCoreApplication::translate("NewHeaderDialog", "Path:", nullptr));
118 btnCreate->setText(QCoreApplication::translate("NewHeaderDialog", "Create", nullptr));
119 btnCancel->setText(QCoreApplication::translate("NewHeaderDialog", "Cancel", nullptr));
120 } // retranslateUi
121
122};
123
124namespace Ui {
125 class NewHeaderDialog: public Ui_NewHeaderDialog {};
126} // namespace Ui
127
128QT_END_NAMESPACE
129
130#endif // UI_NEWHEADERDIALOG_H
131