Sayonara Player
ui_GUI_StreamPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_StreamPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.11.3
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_STREAMPREFERENCES_H
10 #define UI_GUI_STREAMPREFERENCES_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QSpacerItem>
17 #include <QtWidgets/QWidget>
18 
19 QT_BEGIN_NAMESPACE
20 
22 {
23 public:
24  QGridLayout *gridLayout;
25  QCheckBox *cb_new_tab;
26  QCheckBox *cb_show_history;
27  QSpacerItem *verticalSpacer;
28 
29  void setupUi(QWidget *GUI_StreamPreferences)
30  {
31  if (GUI_StreamPreferences->objectName().isEmpty())
32  GUI_StreamPreferences->setObjectName(QStringLiteral("GUI_StreamPreferences"));
33  GUI_StreamPreferences->resize(400, 300);
34  gridLayout = new QGridLayout(GUI_StreamPreferences);
35  gridLayout->setObjectName(QStringLiteral("gridLayout"));
36  cb_new_tab = new QCheckBox(GUI_StreamPreferences);
37  cb_new_tab->setObjectName(QStringLiteral("cb_new_tab"));
38 
39  gridLayout->addWidget(cb_new_tab, 0, 0, 1, 1);
40 
41  cb_show_history = new QCheckBox(GUI_StreamPreferences);
42  cb_show_history->setObjectName(QStringLiteral("cb_show_history"));
43 
44  gridLayout->addWidget(cb_show_history, 1, 0, 1, 1);
45 
46  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
47 
48  gridLayout->addItem(verticalSpacer, 2, 0, 1, 1);
49 
50 
51  retranslateUi(GUI_StreamPreferences);
52 
53  QMetaObject::connectSlotsByName(GUI_StreamPreferences);
54  } // setupUi
55 
56  void retranslateUi(QWidget *GUI_StreamPreferences)
57  {
58  cb_new_tab->setText(QApplication::translate("GUI_StreamPreferences", "Open Streams in new tab", nullptr));
59  cb_show_history->setText(QApplication::translate("GUI_StreamPreferences", "Show history", nullptr));
60  Q_UNUSED(GUI_StreamPreferences);
61  } // retranslateUi
62 
63 };
64 
65 namespace Ui {
67 } // namespace Ui
68 
69 QT_END_NAMESPACE
70 
71 #endif // UI_GUI_STREAMPREFERENCES_H
Definition: ui_GUI_StreamPreferences.h:66
Definition: ui_GUI_StreamPreferences.h:21
Definition: GUI_StreamPreferences.h:30