Sayonara Player
ui_GUI_Logger.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_Logger.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_LOGGER_H
10 #define UI_GUI_LOGGER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QTextEdit>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QHBoxLayout *horizontalLayout;
31  QPushButton *btn_save;
32  QSpacerItem *horizontalSpacer;
33  QPushButton *btn_close;
34  QTextEdit *te_log;
35 
36  void setupUi(QWidget *GUI_Logger)
37  {
38  if (GUI_Logger->objectName().isEmpty())
39  GUI_Logger->setObjectName(QStringLiteral("GUI_Logger"));
40  GUI_Logger->resize(684, 521);
41  gridLayout = new QGridLayout(GUI_Logger);
42  gridLayout->setObjectName(QStringLiteral("gridLayout"));
43  horizontalLayout = new QHBoxLayout();
44  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
45  btn_save = new QPushButton(GUI_Logger);
46  btn_save->setObjectName(QStringLiteral("btn_save"));
47  btn_save->setText(QStringLiteral("Save"));
48 
49  horizontalLayout->addWidget(btn_save);
50 
51  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
52 
53  horizontalLayout->addItem(horizontalSpacer);
54 
55  btn_close = new QPushButton(GUI_Logger);
56  btn_close->setObjectName(QStringLiteral("btn_close"));
57  btn_close->setText(QStringLiteral("Close"));
58 
59  horizontalLayout->addWidget(btn_close);
60 
61 
62  gridLayout->addLayout(horizontalLayout, 1, 0, 1, 1);
63 
64  te_log = new QTextEdit(GUI_Logger);
65  te_log->setObjectName(QStringLiteral("te_log"));
66 
67  gridLayout->addWidget(te_log, 0, 0, 1, 2);
68 
69 
70  retranslateUi(GUI_Logger);
71 
72  QMetaObject::connectSlotsByName(GUI_Logger);
73  } // setupUi
74 
75  void retranslateUi(QWidget *GUI_Logger)
76  {
77  Q_UNUSED(GUI_Logger);
78  } // retranslateUi
79 
80 };
81 
82 namespace Ui {
83  class GUI_Logger: public Ui_GUI_Logger {};
84 } // namespace Ui
85 
86 QT_END_NAMESPACE
87 
88 #endif // UI_GUI_LOGGER_H
Definition: ui_GUI_Logger.h:83
Definition: ui_GUI_SomaFM.h:208
Definition: GUI_Logger.h:53
Definition: ui_GUI_Logger.h:26