Sayonara Player
Loading...
Searching...
No Matches
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.15.11
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/QFrame>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QVBoxLayout>
21#include <QtWidgets/QWidget>
22#include "Gui/Utils/Widgets/ComboBox.h"
23
24QT_BEGIN_NAMESPACE
25
27{
28public:
29 QGridLayout *gridLayout;
30 QHBoxLayout *horizontalLayout;
31 QLabel *labLogger;
32 Gui::ComboBox *cbLogger;
33 QCheckBox *cbShowTrayIcon;
34 QCheckBox *cbUpdateNotifications;
35 QCheckBox *cbStartInTray;
36 QWidget *widgetWarning;
37 QVBoxLayout *verticalLayout;
38 QLabel *labWarningHeader;
39 QLabel *labWarning;
40 QFrame *line;
41 QFrame *line_2;
42 QCheckBox *cbCloseToTray;
43 QSpacerItem *verticalSpacer;
44 QCheckBox *cbInhibit;
45
46 void setupUi(QWidget *GUI_PlayerPreferences)
47 {
48 if (GUI_PlayerPreferences->objectName().isEmpty())
49 GUI_PlayerPreferences->setObjectName(QString::fromUtf8("GUI_PlayerPreferences"));
50 GUI_PlayerPreferences->resize(687, 586);
51 gridLayout = new QGridLayout(GUI_PlayerPreferences);
52 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
53 horizontalLayout = new QHBoxLayout();
54 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
55 labLogger = new QLabel(GUI_PlayerPreferences);
56 labLogger->setObjectName(QString::fromUtf8("labLogger"));
57 labLogger->setText(QString::fromUtf8("Logger"));
58
59 horizontalLayout->addWidget(labLogger);
60
62 cbLogger->setObjectName(QString::fromUtf8("cbLogger"));
63
64 horizontalLayout->addWidget(cbLogger);
65
66
67 gridLayout->addLayout(horizontalLayout, 10, 0, 1, 1);
68
69 cbShowTrayIcon = new QCheckBox(GUI_PlayerPreferences);
70 cbShowTrayIcon->setObjectName(QString::fromUtf8("cbShowTrayIcon"));
71
72 gridLayout->addWidget(cbShowTrayIcon, 0, 0, 1, 1);
73
74 cbUpdateNotifications = new QCheckBox(GUI_PlayerPreferences);
75 cbUpdateNotifications->setObjectName(QString::fromUtf8("cbUpdateNotifications"));
76
77 gridLayout->addWidget(cbUpdateNotifications, 4, 0, 1, 1);
78
79 cbStartInTray = new QCheckBox(GUI_PlayerPreferences);
80 cbStartInTray->setObjectName(QString::fromUtf8("cbStartInTray"));
81
82 gridLayout->addWidget(cbStartInTray, 1, 0, 1, 1);
83
84 widgetWarning = new QWidget(GUI_PlayerPreferences);
85 widgetWarning->setObjectName(QString::fromUtf8("widgetWarning"));
86 verticalLayout = new QVBoxLayout(widgetWarning);
87 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
88 verticalLayout->setContentsMargins(0, 0, 0, 0);
89 labWarningHeader = new QLabel(widgetWarning);
90 labWarningHeader->setObjectName(QString::fromUtf8("labWarningHeader"));
91 labWarningHeader->setText(QString::fromUtf8(""));
92
93 verticalLayout->addWidget(labWarningHeader);
94
95 labWarning = new QLabel(widgetWarning);
96 labWarning->setObjectName(QString::fromUtf8("labWarning"));
97 labWarning->setStyleSheet(QString::fromUtf8("color: red;"));
98 labWarning->setText(QString::fromUtf8(""));
99 labWarning->setWordWrap(true);
100
101 verticalLayout->addWidget(labWarning);
102
103 line = new QFrame(widgetWarning);
104 line->setObjectName(QString::fromUtf8("line"));
105 line->setFrameShape(QFrame::HLine);
106 line->setFrameShadow(QFrame::Sunken);
107
108 verticalLayout->addWidget(line);
109
110
111 gridLayout->addWidget(widgetWarning, 7, 0, 1, 1);
112
113 line_2 = new QFrame(GUI_PlayerPreferences);
114 line_2->setObjectName(QString::fromUtf8("line_2"));
115 line_2->setFrameShape(QFrame::HLine);
116 line_2->setFrameShadow(QFrame::Sunken);
117
118 gridLayout->addWidget(line_2, 6, 0, 1, 1);
119
120 cbCloseToTray = new QCheckBox(GUI_PlayerPreferences);
121 cbCloseToTray->setObjectName(QString::fromUtf8("cbCloseToTray"));
122
123 gridLayout->addWidget(cbCloseToTray, 3, 0, 1, 1);
124
125 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
126
127 gridLayout->addItem(verticalSpacer, 11, 0, 1, 1);
128
129 cbInhibit = new QCheckBox(GUI_PlayerPreferences);
130 cbInhibit->setObjectName(QString::fromUtf8("cbInhibit"));
131
132 gridLayout->addWidget(cbInhibit, 5, 0, 1, 1);
133
134 QWidget::setTabOrder(cbShowTrayIcon, cbStartInTray);
135 QWidget::setTabOrder(cbStartInTray, cbCloseToTray);
136 QWidget::setTabOrder(cbCloseToTray, cbUpdateNotifications);
137 QWidget::setTabOrder(cbUpdateNotifications, cbLogger);
138
139 retranslateUi(GUI_PlayerPreferences);
140
141 QMetaObject::connectSlotsByName(GUI_PlayerPreferences);
142 } // setupUi
143
144 void retranslateUi(QWidget *GUI_PlayerPreferences)
145 {
146 cbShowTrayIcon->setText(QCoreApplication::translate("GUI_PlayerPreferences", "Show system tray icon", nullptr));
147 cbUpdateNotifications->setText(QCoreApplication::translate("GUI_PlayerPreferences", "Update notifications", nullptr));
148 cbStartInTray->setText(QCoreApplication::translate("GUI_PlayerPreferences", "Start hidden", nullptr));
149 cbCloseToTray->setText(QCoreApplication::translate("GUI_PlayerPreferences", "Hide instead of close", nullptr));
150 cbInhibit->setText(QCoreApplication::translate("GUI_PlayerPreferences", "Inhibit shutdown/suspend during playback", nullptr));
152 } // retranslateUi
153
154};
155
156namespace Ui {
158} // namespace Ui
159
160QT_END_NAMESPACE
161
162#endif // UI_GUI_PLAYERPREFERENCES_H
Definition GUI_PlayerPreferences.h:30
Definition ComboBox.h:31
Definition ui_GUI_PlayerPreferences.h:157
Definition ui_GUI_PlayerPreferences.h:27