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