1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'mainwindow.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_MAINWINDOW_H |
10 | #define UI_MAINWINDOW_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QAction> |
14 | #include <QtWidgets/QApplication> |
15 | #include <QtWidgets/QComboBox> |
16 | #include <QtWidgets/QLabel> |
17 | #include <QtWidgets/QMainWindow> |
18 | #include <QtWidgets/QMenu> |
19 | #include <QtWidgets/QMenuBar> |
20 | #include <QtWidgets/QSplitter> |
21 | #include <QtWidgets/QStatusBar> |
22 | #include <QtWidgets/QTextEdit> |
23 | #include <QtWidgets/QVBoxLayout> |
24 | #include <QtWidgets/QWidget> |
25 | |
26 | QT_BEGIN_NAMESPACE |
27 | |
28 | class Ui_MainWindow |
29 | { |
30 | public: |
31 | QAction *actionOpenDirectory; |
32 | QAction *actionAbout; |
33 | QWidget *centralwidget; |
34 | QVBoxLayout *verticalLayout_3; |
35 | QLabel *label; |
36 | QSplitter *splitter_2; |
37 | QWidget *widget; |
38 | QVBoxLayout *verticalLayout_2; |
39 | QLabel *treeInfo; |
40 | QTextEdit *fileTree; |
41 | QWidget *widget1; |
42 | QVBoxLayout *verticalLayout; |
43 | QComboBox *queryBox; |
44 | QSplitter *splitter; |
45 | QTextEdit *queryEdit; |
46 | QTextEdit *output; |
47 | QMenuBar *menubar; |
48 | QMenu *menuFile; |
49 | QMenu *menu_Help; |
50 | QStatusBar *statusbar; |
51 | |
52 | void setupUi(QMainWindow *MainWindow) |
53 | { |
54 | if (MainWindow->objectName().isEmpty()) |
55 | MainWindow->setObjectName(QString::fromUtf8(str: "MainWindow" )); |
56 | MainWindow->resize(w: 910, h: 676); |
57 | actionOpenDirectory = new QAction(MainWindow); |
58 | actionOpenDirectory->setObjectName(QString::fromUtf8(str: "actionOpenDirectory" )); |
59 | actionAbout = new QAction(MainWindow); |
60 | actionAbout->setObjectName(QString::fromUtf8(str: "actionAbout" )); |
61 | centralwidget = new QWidget(MainWindow); |
62 | centralwidget->setObjectName(QString::fromUtf8(str: "centralwidget" )); |
63 | centralwidget->setGeometry(QRect(0, 29, 910, 625)); |
64 | verticalLayout_3 = new QVBoxLayout(centralwidget); |
65 | verticalLayout_3->setObjectName(QString::fromUtf8(str: "verticalLayout_3" )); |
66 | label = new QLabel(centralwidget); |
67 | label->setObjectName(QString::fromUtf8(str: "label" )); |
68 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed); |
69 | sizePolicy.setHorizontalStretch(0); |
70 | sizePolicy.setVerticalStretch(0); |
71 | sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); |
72 | label->setSizePolicy(sizePolicy); |
73 | QFont font; |
74 | font.setItalic(true); |
75 | label->setFont(font); |
76 | |
77 | verticalLayout_3->addWidget(label); |
78 | |
79 | splitter_2 = new QSplitter(centralwidget); |
80 | splitter_2->setObjectName(QString::fromUtf8(str: "splitter_2" )); |
81 | splitter_2->setOrientation(Qt::Horizontal); |
82 | widget = new QWidget(splitter_2); |
83 | widget->setObjectName(QString::fromUtf8(str: "widget" )); |
84 | verticalLayout_2 = new QVBoxLayout(widget); |
85 | verticalLayout_2->setObjectName(QString::fromUtf8(str: "verticalLayout_2" )); |
86 | verticalLayout_2->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0); |
87 | treeInfo = new QLabel(widget); |
88 | treeInfo->setObjectName(QString::fromUtf8(str: "treeInfo" )); |
89 | sizePolicy.setHeightForWidth(treeInfo->sizePolicy().hasHeightForWidth()); |
90 | treeInfo->setSizePolicy(sizePolicy); |
91 | |
92 | verticalLayout_2->addWidget(treeInfo); |
93 | |
94 | fileTree = new QTextEdit(widget); |
95 | fileTree->setObjectName(QString::fromUtf8(str: "fileTree" )); |
96 | QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Minimum); |
97 | sizePolicy1.setHorizontalStretch(0); |
98 | sizePolicy1.setVerticalStretch(0); |
99 | sizePolicy1.setHeightForWidth(fileTree->sizePolicy().hasHeightForWidth()); |
100 | fileTree->setSizePolicy(sizePolicy1); |
101 | fileTree->setReadOnly(true); |
102 | fileTree->setAcceptRichText(false); |
103 | |
104 | verticalLayout_2->addWidget(fileTree); |
105 | |
106 | splitter_2->addWidget(widget); |
107 | widget1 = new QWidget(splitter_2); |
108 | widget1->setObjectName(QString::fromUtf8(str: "widget1" )); |
109 | verticalLayout = new QVBoxLayout(widget1); |
110 | verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout" )); |
111 | verticalLayout->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0); |
112 | queryBox = new QComboBox(widget1); |
113 | queryBox->setObjectName(QString::fromUtf8(str: "queryBox" )); |
114 | |
115 | verticalLayout->addWidget(queryBox); |
116 | |
117 | splitter = new QSplitter(widget1); |
118 | splitter->setObjectName(QString::fromUtf8(str: "splitter" )); |
119 | splitter->setOrientation(Qt::Vertical); |
120 | queryEdit = new QTextEdit(splitter); |
121 | queryEdit->setObjectName(QString::fromUtf8(str: "queryEdit" )); |
122 | queryEdit->setReadOnly(true); |
123 | queryEdit->setAcceptRichText(false); |
124 | splitter->addWidget(widget: queryEdit); |
125 | output = new QTextEdit(splitter); |
126 | output->setObjectName(QString::fromUtf8(str: "output" )); |
127 | sizePolicy1.setHeightForWidth(output->sizePolicy().hasHeightForWidth()); |
128 | output->setSizePolicy(sizePolicy1); |
129 | output->setReadOnly(true); |
130 | output->setAcceptRichText(false); |
131 | splitter->addWidget(widget: output); |
132 | |
133 | verticalLayout->addWidget(splitter); |
134 | |
135 | splitter_2->addWidget(widget: widget1); |
136 | |
137 | verticalLayout_3->addWidget(splitter_2); |
138 | |
139 | MainWindow->setCentralWidget(centralwidget); |
140 | label->raise(); |
141 | splitter_2->raise(); |
142 | queryBox->raise(); |
143 | treeInfo->raise(); |
144 | splitter->raise(); |
145 | menubar = new QMenuBar(MainWindow); |
146 | menubar->setObjectName(QString::fromUtf8(str: "menubar" )); |
147 | menubar->setGeometry(QRect(0, 0, 910, 29)); |
148 | menuFile = new QMenu(menubar); |
149 | menuFile->setObjectName(QString::fromUtf8(str: "menuFile" )); |
150 | menu_Help = new QMenu(menubar); |
151 | menu_Help->setObjectName(QString::fromUtf8(str: "menu_Help" )); |
152 | MainWindow->setMenuBar(menubar); |
153 | statusbar = new QStatusBar(MainWindow); |
154 | statusbar->setObjectName(QString::fromUtf8(str: "statusbar" )); |
155 | statusbar->setGeometry(QRect(0, 654, 910, 22)); |
156 | MainWindow->setStatusBar(statusbar); |
157 | |
158 | menubar->addAction(action: menuFile->menuAction()); |
159 | menubar->addAction(action: menu_Help->menuAction()); |
160 | menuFile->addAction(action: actionOpenDirectory); |
161 | menu_Help->addAction(action: actionAbout); |
162 | |
163 | retranslateUi(MainWindow); |
164 | |
165 | QMetaObject::connectSlotsByName(o: MainWindow); |
166 | } // setupUi |
167 | |
168 | void retranslateUi(QMainWindow *MainWindow) |
169 | { |
170 | MainWindow->setWindowTitle(QCoreApplication::translate(context: "MainWindow" , key: "File Tree" , disambiguation: nullptr)); |
171 | actionOpenDirectory->setText(QCoreApplication::translate(context: "MainWindow" , key: "Open Directory..." , disambiguation: nullptr)); |
172 | #if QT_CONFIG(shortcut) |
173 | actionOpenDirectory->setShortcut(QCoreApplication::translate(context: "MainWindow" , key: "Ctrl+O" , disambiguation: nullptr)); |
174 | #endif // QT_CONFIG(shortcut) |
175 | actionAbout->setText(QCoreApplication::translate(context: "MainWindow" , key: "&About" , disambiguation: nullptr)); |
176 | #if QT_CONFIG(shortcut) |
177 | actionAbout->setShortcut(QCoreApplication::translate(context: "MainWindow" , key: "Ctrl+A" , disambiguation: nullptr)); |
178 | #endif // QT_CONFIG(shortcut) |
179 | label->setText(QString()); |
180 | treeInfo->setText(QCoreApplication::translate(context: "MainWindow" , key: "TextLabel" , disambiguation: nullptr)); |
181 | fileTree->setHtml(QCoreApplication::translate(context: "MainWindow" , key: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
182 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
183 | "p, li { white-space: pre-wrap; }\n" |
184 | "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n" |
185 | "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>" , disambiguation: nullptr)); |
186 | queryEdit->setHtml(QCoreApplication::translate(context: "MainWindow" , key: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
187 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
188 | "p, li { white-space: pre-wrap; }\n" |
189 | "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n" |
190 | "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>" , disambiguation: nullptr)); |
191 | output->setHtml(QCoreApplication::translate(context: "MainWindow" , key: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
192 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
193 | "p, li { white-space: pre-wrap; }\n" |
194 | "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n" |
195 | "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>" , disambiguation: nullptr)); |
196 | menuFile->setTitle(QCoreApplication::translate(context: "MainWindow" , key: "&File" , disambiguation: nullptr)); |
197 | menu_Help->setTitle(QCoreApplication::translate(context: "MainWindow" , key: "&Help" , disambiguation: nullptr)); |
198 | } // retranslateUi |
199 | |
200 | }; |
201 | |
202 | namespace Ui { |
203 | class MainWindow: public Ui_MainWindow {}; |
204 | } // namespace Ui |
205 | |
206 | QT_END_NAMESPACE |
207 | |
208 | #endif // UI_MAINWINDOW_H |
209 | |