Sayonara Player
ui_GUI_History.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_History.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.14.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_HISTORY_H
10 #define UI_GUI_HISTORY_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QScrollArea>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QStackedWidget>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 #include "Gui/Utils/MenuTool/MenuToolButton.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QVBoxLayout *verticalLayout;
33  QHBoxLayout *horizontalLayout;
34  QFrame *header;
35  QSpacerItem *horizontalSpacer;
36  Gui::MenuToolButton *toolButton;
37  QStackedWidget *stackedWidget;
38  QWidget *page;
39  QGridLayout *gridLayout;
40  QScrollArea *scrollArea;
41  QWidget *scrollAreaWidgetContents;
42  QWidget *page_2;
43  QGridLayout *gridLayout_2;
44  QScrollArea *scrollAreaRange;
45  QWidget *scrollAreaRangeContents;
46  QHBoxLayout *horizontalLayout_3;
47  QLabel *labFrom;
48  QLabel *label_3;
49  QLabel *labUntil;
50  QSpacerItem *horizontalSpacer_2;
51  QPushButton *btnClear;
52 
53  void setupUi(QDialog *GUI_History)
54  {
55  if (GUI_History->objectName().isEmpty())
56  GUI_History->setObjectName(QString::fromUtf8("GUI_History"));
57  GUI_History->resize(1214, 816);
58  verticalLayout = new QVBoxLayout(GUI_History);
59  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
60  horizontalLayout = new QHBoxLayout();
61  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
62  header = new QFrame(GUI_History);
63  header->setObjectName(QString::fromUtf8("header"));
64  header->setFrameShape(QFrame::StyledPanel);
65  header->setFrameShadow(QFrame::Raised);
66 
67  horizontalLayout->addWidget(header);
68 
69  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
70 
71  horizontalLayout->addItem(horizontalSpacer);
72 
73  toolButton = new Gui::MenuToolButton(GUI_History);
74  toolButton->setObjectName(QString::fromUtf8("toolButton"));
75  toolButton->setText(QString::fromUtf8(""));
76 
77  horizontalLayout->addWidget(toolButton);
78 
79 
80  verticalLayout->addLayout(horizontalLayout);
81 
82  stackedWidget = new QStackedWidget(GUI_History);
83  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
84  page = new QWidget();
85  page->setObjectName(QString::fromUtf8("page"));
86  gridLayout = new QGridLayout(page);
87  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
88  gridLayout->setContentsMargins(0, 0, 0, 0);
89  scrollArea = new QScrollArea(page);
90  scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
91  scrollArea->setWidgetResizable(true);
92  scrollAreaWidgetContents = new QWidget();
93  scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
94  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 98, 28));
95  scrollArea->setWidget(scrollAreaWidgetContents);
96 
97  gridLayout->addWidget(scrollArea, 1, 0, 1, 1);
98 
99  stackedWidget->addWidget(page);
100  page_2 = new QWidget();
101  page_2->setObjectName(QString::fromUtf8("page_2"));
102  gridLayout_2 = new QGridLayout(page_2);
103  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
104  gridLayout_2->setContentsMargins(0, 0, 0, 0);
105  scrollAreaRange = new QScrollArea(page_2);
106  scrollAreaRange->setObjectName(QString::fromUtf8("scrollAreaRange"));
107  scrollAreaRange->setWidgetResizable(true);
108  scrollAreaRangeContents = new QWidget();
109  scrollAreaRangeContents->setObjectName(QString::fromUtf8("scrollAreaRangeContents"));
110  scrollAreaRangeContents->setGeometry(QRect(0, 0, 1194, 726));
111  scrollAreaRange->setWidget(scrollAreaRangeContents);
112 
113  gridLayout_2->addWidget(scrollAreaRange, 2, 0, 1, 1);
114 
115  horizontalLayout_3 = new QHBoxLayout();
116  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
117  labFrom = new QLabel(page_2);
118  labFrom->setObjectName(QString::fromUtf8("labFrom"));
119  labFrom->setText(QString::fromUtf8("From"));
120 
121  horizontalLayout_3->addWidget(labFrom);
122 
123  label_3 = new QLabel(page_2);
124  label_3->setObjectName(QString::fromUtf8("label_3"));
125  label_3->setText(QString::fromUtf8("-"));
126 
127  horizontalLayout_3->addWidget(label_3);
128 
129  labUntil = new QLabel(page_2);
130  labUntil->setObjectName(QString::fromUtf8("labUntil"));
131  labUntil->setText(QString::fromUtf8("Until"));
132 
133  horizontalLayout_3->addWidget(labUntil);
134 
135  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
136 
137  horizontalLayout_3->addItem(horizontalSpacer_2);
138 
139  btnClear = new QPushButton(page_2);
140  btnClear->setObjectName(QString::fromUtf8("btnClear"));
141  btnClear->setText(QString::fromUtf8("Clear"));
142 
143  horizontalLayout_3->addWidget(btnClear);
144 
145 
146  gridLayout_2->addLayout(horizontalLayout_3, 1, 0, 1, 1);
147 
148  stackedWidget->addWidget(page_2);
149 
150  verticalLayout->addWidget(stackedWidget);
151 
152 
153  retranslateUi(GUI_History);
154 
155  stackedWidget->setCurrentIndex(1);
156 
157 
158  QMetaObject::connectSlotsByName(GUI_History);
159  } // setupUi
160 
161  void retranslateUi(QDialog *GUI_History)
162  {
163  GUI_History->setWindowTitle(QCoreApplication::translate("GUI_History", "Dialog", nullptr));
164  } // retranslateUi
165 
166 };
167 
168 namespace Ui {
169  class GUI_History: public Ui_GUI_History {};
170 } // namespace Ui
171 
172 QT_END_NAMESPACE
173 
174 #endif // UI_GUI_HISTORY_H
Gui::MenuToolButton
This is the little button you often see near comboboxes It opens up a menu when clicked....
Definition: MenuToolButton.h:42
GUI_History
Definition: GUI_History.h:15
Ui_GUI_History
Definition: ui_GUI_History.h:30
Ui::GUI_History
Definition: ui_GUI_History.h:169