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.12.5
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/QHBoxLayout>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QStackedWidget>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QHBoxLayout *horizontalLayout;
29  QFrame *header;
30  QSpacerItem *horizontalSpacer;
31  QHBoxLayout *horizontalLayout_4;
32  QPushButton *btn_newer;
33  QSpacerItem *horizontalSpacer_2;
34  QPushButton *btn_older;
35  QStackedWidget *stackedWidget;
36 
37  void setupUi(QDialog *GUI_History)
38  {
39  if (GUI_History->objectName().isEmpty())
40  GUI_History->setObjectName(QString::fromUtf8("GUI_History"));
41  GUI_History->resize(506, 380);
42  verticalLayout = new QVBoxLayout(GUI_History);
43  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
44  horizontalLayout = new QHBoxLayout();
45  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
46  header = new QFrame(GUI_History);
47  header->setObjectName(QString::fromUtf8("header"));
48  header->setFrameShape(QFrame::StyledPanel);
49  header->setFrameShadow(QFrame::Raised);
50 
51  horizontalLayout->addWidget(header);
52 
53  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
54 
55  horizontalLayout->addItem(horizontalSpacer);
56 
57 
58  verticalLayout->addLayout(horizontalLayout);
59 
60  horizontalLayout_4 = new QHBoxLayout();
61  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
62  btn_newer = new QPushButton(GUI_History);
63  btn_newer->setObjectName(QString::fromUtf8("btn_newer"));
64 
65  horizontalLayout_4->addWidget(btn_newer);
66 
67  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
68 
69  horizontalLayout_4->addItem(horizontalSpacer_2);
70 
71  btn_older = new QPushButton(GUI_History);
72  btn_older->setObjectName(QString::fromUtf8("btn_older"));
73 
74  horizontalLayout_4->addWidget(btn_older);
75 
76 
77  verticalLayout->addLayout(horizontalLayout_4);
78 
79  stackedWidget = new QStackedWidget(GUI_History);
80  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
81 
82  verticalLayout->addWidget(stackedWidget);
83 
84 
85  retranslateUi(GUI_History);
86 
87  stackedWidget->setCurrentIndex(-1);
88 
89 
90  QMetaObject::connectSlotsByName(GUI_History);
91  } // setupUi
92 
93  void retranslateUi(QDialog *GUI_History)
94  {
95  GUI_History->setWindowTitle(QApplication::translate("GUI_History", "Dialog", nullptr));
96  btn_newer->setText(QApplication::translate("GUI_History", "Newer", nullptr));
97  btn_older->setText(QApplication::translate("GUI_History", "Older", nullptr));
98  } // retranslateUi
99 
100 };
101 
102 namespace Ui {
103  class GUI_History: public Ui_GUI_History {};
104 } // namespace Ui
105 
106 QT_END_NAMESPACE
107 
108 #endif // UI_GUI_HISTORY_H
Definition: ui_GUI_History.h:24
Definition: GUI_History.h:11
Definition: ui_GUI_History.h:103