Sayonara Player
ui_GUI_StreamRecorder.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_StreamRecorder.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_STREAMRECORDER_H
10 #define UI_GUI_STREAMRECORDER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QLineEdit>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QCheckBox *cb_create_session_path;
31  QCheckBox *cb_activate;
32  QLineEdit *le_path;
33  QLabel *label_4;
34  QLabel *label_2;
35  QPushButton *btn_path;
36  QLabel *label;
37 
38  void setupUi(QWidget *GUI_StreamRecorder)
39  {
40  if (GUI_StreamRecorder->objectName().isEmpty())
41  GUI_StreamRecorder->setObjectName(QStringLiteral("GUI_StreamRecorder"));
42  GUI_StreamRecorder->resize(443, 165);
43  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
44  sizePolicy.setHorizontalStretch(0);
45  sizePolicy.setVerticalStretch(0);
46  sizePolicy.setHeightForWidth(GUI_StreamRecorder->sizePolicy().hasHeightForWidth());
47  GUI_StreamRecorder->setSizePolicy(sizePolicy);
48  gridLayout = new QGridLayout(GUI_StreamRecorder);
49  gridLayout->setSpacing(10);
50  gridLayout->setObjectName(QStringLiteral("gridLayout"));
51  cb_create_session_path = new QCheckBox(GUI_StreamRecorder);
52  cb_create_session_path->setObjectName(QStringLiteral("cb_create_session_path"));
53  cb_create_session_path->setEnabled(true);
54  cb_create_session_path->setFocusPolicy(Qt::StrongFocus);
55  cb_create_session_path->setLayoutDirection(Qt::LeftToRight);
56 
57  gridLayout->addWidget(cb_create_session_path, 1, 1, 1, 1);
58 
59  cb_activate = new QCheckBox(GUI_StreamRecorder);
60  cb_activate->setObjectName(QStringLiteral("cb_activate"));
61  cb_activate->setFocusPolicy(Qt::StrongFocus);
62 
63  gridLayout->addWidget(cb_activate, 0, 1, 1, 1);
64 
65  le_path = new QLineEdit(GUI_StreamRecorder);
66  le_path->setObjectName(QStringLiteral("le_path"));
67  QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed);
68  sizePolicy1.setHorizontalStretch(0);
69  sizePolicy1.setVerticalStretch(0);
70  sizePolicy1.setHeightForWidth(le_path->sizePolicy().hasHeightForWidth());
71  le_path->setSizePolicy(sizePolicy1);
72  le_path->setReadOnly(false);
73 
74  gridLayout->addWidget(le_path, 2, 1, 1, 1);
75 
76  label_4 = new QLabel(GUI_StreamRecorder);
77  label_4->setObjectName(QStringLiteral("label_4"));
78 
79  gridLayout->addWidget(label_4, 1, 0, 1, 1);
80 
81  label_2 = new QLabel(GUI_StreamRecorder);
82  label_2->setObjectName(QStringLiteral("label_2"));
83 
84  gridLayout->addWidget(label_2, 2, 0, 1, 1);
85 
86  btn_path = new QPushButton(GUI_StreamRecorder);
87  btn_path->setObjectName(QStringLiteral("btn_path"));
88  btn_path->setMaximumSize(QSize(30, 30));
89  btn_path->setLayoutDirection(Qt::LeftToRight);
90 
91  gridLayout->addWidget(btn_path, 2, 2, 1, 1);
92 
93  label = new QLabel(GUI_StreamRecorder);
94  label->setObjectName(QStringLiteral("label"));
95 
96  gridLayout->addWidget(label, 0, 0, 1, 1);
97 
98 
99  retranslateUi(GUI_StreamRecorder);
100 
101  QMetaObject::connectSlotsByName(GUI_StreamRecorder);
102  } // setupUi
103 
104  void retranslateUi(QWidget *GUI_StreamRecorder)
105  {
106  cb_create_session_path->setText(QString());
107  cb_activate->setText(QString());
108  label_4->setText(QApplication::translate("GUI_StreamRecorder", "Create session folder", Q_NULLPTR));
109  label_2->setText(QApplication::translate("GUI_StreamRecorder", "Target path:", Q_NULLPTR));
110  btn_path->setText(QApplication::translate("GUI_StreamRecorder", "...", Q_NULLPTR));
111  label->setText(QApplication::translate("GUI_StreamRecorder", "Activate", Q_NULLPTR));
112  Q_UNUSED(GUI_StreamRecorder);
113  } // retranslateUi
114 
115 };
116 
117 namespace Ui {
119 } // namespace Ui
120 
121 QT_END_NAMESPACE
122 
123 #endif // UI_GUI_STREAMRECORDER_H
Definition: ui_GUI_StreamRecorder.h:26
Definition: ui_GUI_SomaFM.h:217
Definition: GUI_StreamRecorder.h:31
Definition: ui_GUI_StreamRecorder.h:118