Sayonara Player
ui_GUI_PlayerPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_PlayerPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.6
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_PLAYERPREFERENCES_H
10 #define UI_GUI_PLAYERPREFERENCES_H
11 
12 #include <GUI/Utils/Widgets/ComboBox.h>
13 #include <QtCore/QVariant>
14 #include <QtWidgets/QAction>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QButtonGroup>
17 #include <QtWidgets/QCheckBox>
18 #include <QtWidgets/QFrame>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QHBoxLayout>
21 #include <QtWidgets/QHeaderView>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QGridLayout *gridLayout;
31  QCheckBox *cb_update_notifications;
32  QCheckBox *cb_show_tray_icon;
33  QCheckBox *cb_close_to_tray;
34  QHBoxLayout *horizontalLayout;
35  QLabel *lab_logger;
36  Gui::ComboBox *cb_logger;
37  QFrame *line;
38  QCheckBox *cb_start_in_tray;
39 
40  void setupUi(QWidget *GUI_PlayerPreferences)
41  {
42  if (GUI_PlayerPreferences->objectName().isEmpty())
43  GUI_PlayerPreferences->setObjectName(QStringLiteral("GUI_PlayerPreferences"));
44  GUI_PlayerPreferences->resize(400, 202);
45  gridLayout = new QGridLayout(GUI_PlayerPreferences);
46  gridLayout->setObjectName(QStringLiteral("gridLayout"));
47  cb_update_notifications = new QCheckBox(GUI_PlayerPreferences);
48  cb_update_notifications->setObjectName(QStringLiteral("cb_update_notifications"));
49 
50  gridLayout->addWidget(cb_update_notifications, 4, 0, 1, 1);
51 
52  cb_show_tray_icon = new QCheckBox(GUI_PlayerPreferences);
53  cb_show_tray_icon->setObjectName(QStringLiteral("cb_show_tray_icon"));
54 
55  gridLayout->addWidget(cb_show_tray_icon, 0, 0, 1, 1);
56 
57  cb_close_to_tray = new QCheckBox(GUI_PlayerPreferences);
58  cb_close_to_tray->setObjectName(QStringLiteral("cb_close_to_tray"));
59 
60  gridLayout->addWidget(cb_close_to_tray, 3, 0, 1, 1);
61 
62  horizontalLayout = new QHBoxLayout();
63  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
64  lab_logger = new QLabel(GUI_PlayerPreferences);
65  lab_logger->setObjectName(QStringLiteral("lab_logger"));
66  lab_logger->setText(QStringLiteral("Logger"));
67 
68  horizontalLayout->addWidget(lab_logger);
69 
70  cb_logger = new Gui::ComboBox(GUI_PlayerPreferences);
71  cb_logger->setObjectName(QStringLiteral("cb_logger"));
72 
73  horizontalLayout->addWidget(cb_logger);
74 
75 
76  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 1);
77 
78  line = new QFrame(GUI_PlayerPreferences);
79  line->setObjectName(QStringLiteral("line"));
80  line->setFrameShape(QFrame::HLine);
81  line->setFrameShadow(QFrame::Sunken);
82 
83  gridLayout->addWidget(line, 5, 0, 1, 1);
84 
85  cb_start_in_tray = new QCheckBox(GUI_PlayerPreferences);
86  cb_start_in_tray->setObjectName(QStringLiteral("cb_start_in_tray"));
87 
88  gridLayout->addWidget(cb_start_in_tray, 1, 0, 1, 1);
89 
90 
91  retranslateUi(GUI_PlayerPreferences);
92 
93  QMetaObject::connectSlotsByName(GUI_PlayerPreferences);
94  } // setupUi
95 
96  void retranslateUi(QWidget *GUI_PlayerPreferences)
97  {
98  cb_update_notifications->setText(QApplication::translate("GUI_PlayerPreferences", "Update notifications", Q_NULLPTR));
99  cb_show_tray_icon->setText(QApplication::translate("GUI_PlayerPreferences", "Show system tray icon", Q_NULLPTR));
100  cb_close_to_tray->setText(QApplication::translate("GUI_PlayerPreferences", "Close to tray", Q_NULLPTR));
101  cb_start_in_tray->setText(QApplication::translate("GUI_PlayerPreferences", "Start in tray", Q_NULLPTR));
102  Q_UNUSED(GUI_PlayerPreferences);
103  } // retranslateUi
104 
105 };
106 
107 namespace Ui {
109 } // namespace Ui
110 
111 QT_END_NAMESPACE
112 
113 #endif // UI_GUI_PLAYERPREFERENCES_H
Definition: ui_GUI_PlayerPreferences.h:108
Definition: ui_GUI_SomaFM.h:208
Definition: GUI_PlayerPreferences.h:28
Definition: ui_GUI_PlayerPreferences.h:27
Definition: ComboBox.h:31