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.1
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/QPlainTextEdit>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QPlainTextEdit *te_log;
31  QHBoxLayout *horizontalLayout;
32  QPushButton *btn_save;
33  QSpacerItem *horizontalSpacer;
34  QPushButton *btn_close;
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  te_log = new QPlainTextEdit(GUI_Logger);
44  te_log->setObjectName(QStringLiteral("te_log"));
45 
46  gridLayout->addWidget(te_log, 0, 0, 1, 1);
47 
48  horizontalLayout = new QHBoxLayout();
49  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
50  btn_save = new QPushButton(GUI_Logger);
51  btn_save->setObjectName(QStringLiteral("btn_save"));
52  btn_save->setText(QStringLiteral("Save"));
53 
54  horizontalLayout->addWidget(btn_save);
55 
56  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
57 
58  horizontalLayout->addItem(horizontalSpacer);
59 
60  btn_close = new QPushButton(GUI_Logger);
61  btn_close->setObjectName(QStringLiteral("btn_close"));
62  btn_close->setText(QStringLiteral("Close"));
63 
64  horizontalLayout->addWidget(btn_close);
65 
66 
67  gridLayout->addLayout(horizontalLayout, 1, 0, 1, 1);
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: GUI_SomaFM.h:34
Definition: GUI_Logger.h:55
Definition: ui_GUI_Logger.h:26