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.7.0
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 <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/QWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  QCheckBox *cb_update_notifications;
28  QCheckBox *cb_start_in_tray;
29  QCheckBox *cb_close_to_tray;
30  QCheckBox *cb_show_tray_icon;
31 
32  void setupUi(QWidget *GUI_PlayerPreferences)
33  {
34  if (GUI_PlayerPreferences->objectName().isEmpty())
35  GUI_PlayerPreferences->setObjectName(QStringLiteral("GUI_PlayerPreferences"));
36  GUI_PlayerPreferences->resize(400, 115);
37  gridLayout = new QGridLayout(GUI_PlayerPreferences);
38  gridLayout->setObjectName(QStringLiteral("gridLayout"));
39  cb_update_notifications = new QCheckBox(GUI_PlayerPreferences);
40  cb_update_notifications->setObjectName(QStringLiteral("cb_update_notifications"));
41 
42  gridLayout->addWidget(cb_update_notifications, 4, 0, 1, 1);
43 
44  cb_start_in_tray = new QCheckBox(GUI_PlayerPreferences);
45  cb_start_in_tray->setObjectName(QStringLiteral("cb_start_in_tray"));
46 
47  gridLayout->addWidget(cb_start_in_tray, 1, 0, 1, 1);
48 
49  cb_close_to_tray = new QCheckBox(GUI_PlayerPreferences);
50  cb_close_to_tray->setObjectName(QStringLiteral("cb_close_to_tray"));
51 
52  gridLayout->addWidget(cb_close_to_tray, 3, 0, 1, 1);
53 
54  cb_show_tray_icon = new QCheckBox(GUI_PlayerPreferences);
55  cb_show_tray_icon->setObjectName(QStringLiteral("cb_show_tray_icon"));
56 
57  gridLayout->addWidget(cb_show_tray_icon, 0, 0, 1, 1);
58 
59 
60  retranslateUi(GUI_PlayerPreferences);
61 
62  QMetaObject::connectSlotsByName(GUI_PlayerPreferences);
63  } // setupUi
64 
65  void retranslateUi(QWidget *GUI_PlayerPreferences)
66  {
67  cb_update_notifications->setText(QApplication::translate("GUI_PlayerPreferences", "Update notifications", 0));
68  cb_start_in_tray->setText(QApplication::translate("GUI_PlayerPreferences", "Start in tray", 0));
69  cb_close_to_tray->setText(QApplication::translate("GUI_PlayerPreferences", "Close to tray", 0));
70  cb_show_tray_icon->setText(QApplication::translate("GUI_PlayerPreferences", "Show system tray icon", 0));
71  Q_UNUSED(GUI_PlayerPreferences);
72  } // retranslateUi
73 
74 };
75 
76 namespace Ui {
78 } // namespace Ui
79 
80 QT_END_NAMESPACE
81 
82 #endif // UI_GUI_PLAYERPREFERENCES_H
Definition: ui_GUI_PlayerPreferences.h:77
Definition: ui_GUI_SomaFM.h:217
Definition: GUI_PlayerPreferences.h:30
Definition: ui_GUI_PlayerPreferences.h:23