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.6.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 
31  void setupUi(QWidget *GUI_PlayerPreferences)
32  {
33  if (GUI_PlayerPreferences->objectName().isEmpty())
34  GUI_PlayerPreferences->setObjectName(QStringLiteral("GUI_PlayerPreferences"));
35  GUI_PlayerPreferences->resize(400, 131);
36  gridLayout = new QGridLayout(GUI_PlayerPreferences);
37  gridLayout->setObjectName(QStringLiteral("gridLayout"));
38  cb_update_notifications = new QCheckBox(GUI_PlayerPreferences);
39  cb_update_notifications->setObjectName(QStringLiteral("cb_update_notifications"));
40 
41  gridLayout->addWidget(cb_update_notifications, 2, 0, 1, 1);
42 
43  cb_start_in_tray = new QCheckBox(GUI_PlayerPreferences);
44  cb_start_in_tray->setObjectName(QStringLiteral("cb_start_in_tray"));
45 
46  gridLayout->addWidget(cb_start_in_tray, 0, 0, 1, 1);
47 
48  cb_close_to_tray = new QCheckBox(GUI_PlayerPreferences);
49  cb_close_to_tray->setObjectName(QStringLiteral("cb_close_to_tray"));
50 
51  gridLayout->addWidget(cb_close_to_tray, 1, 0, 1, 1);
52 
53 
54  retranslateUi(GUI_PlayerPreferences);
55 
56  QMetaObject::connectSlotsByName(GUI_PlayerPreferences);
57  } // setupUi
58 
59  void retranslateUi(QWidget *GUI_PlayerPreferences)
60  {
61  cb_update_notifications->setText(QApplication::translate("GUI_PlayerPreferences", "Update notifications", 0));
62  cb_start_in_tray->setText(QApplication::translate("GUI_PlayerPreferences", "Start in tray", 0));
63  cb_close_to_tray->setText(QApplication::translate("GUI_PlayerPreferences", "Close to tray", 0));
64  Q_UNUSED(GUI_PlayerPreferences);
65  } // retranslateUi
66 
67 };
68 
69 namespace Ui {
71 } // namespace Ui
72 
73 QT_END_NAMESPACE
74 
75 #endif // UI_GUI_PLAYERPREFERENCES_H
Definition: ui_GUI_PlayerPreferences.h:70
Definition: ui_GUI_SomaFM.h:200
Definition: GUI_PlayerPreferences.h:30
Definition: ui_GUI_PlayerPreferences.h:23