Sayonara Player
Toggle main menu visibility
Loading...
Searching...
No Matches
src
Gui
sayonara_gui_autogen
include
ui_GUI_OtherSettings.h
1
/********************************************************************************
2
** Form generated from reading UI file 'GUI_OtherSettings.ui'
3
**
4
** Created by: Qt User Interface Compiler version 5.15.18
5
**
6
** WARNING! All changes made in this file will be lost when recompiling UI file!
7
********************************************************************************/
8
9
#ifndef UI_GUI_OTHERSETTINGS_H
10
#define UI_GUI_OTHERSETTINGS_H
11
12
#include <QtCore/QVariant>
13
#include <QtWidgets/QApplication>
14
#include <QtWidgets/QCheckBox>
15
#include <QtWidgets/QSpacerItem>
16
#include <QtWidgets/QVBoxLayout>
17
#include <QtWidgets/QWidget>
18
19
QT_BEGIN_NAMESPACE
20
21
class
Ui_GUI_OtherSettings
22
{
23
public
:
24
QVBoxLayout *verticalLayout;
25
QCheckBox *cbSelectiveTagUpdate;
26
QSpacerItem *verticalSpacer;
27
28
void
setupUi(QWidget *
GUI_OtherSettings
)
29
{
30
if
(
GUI_OtherSettings
->objectName().isEmpty())
31
GUI_OtherSettings
->setObjectName(QString::fromUtf8(
"GUI_OtherSettings"
));
32
GUI_OtherSettings
->resize(543, 466);
33
GUI_OtherSettings
->setWindowTitle(QString::fromUtf8(
"GUI_OtherSettings"
));
34
verticalLayout =
new
QVBoxLayout(
GUI_OtherSettings
);
35
verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"
));
36
cbSelectiveTagUpdate =
new
QCheckBox(
GUI_OtherSettings
);
37
cbSelectiveTagUpdate->setObjectName(QString::fromUtf8(
"cbSelectiveTagUpdate"
));
38
39
verticalLayout->addWidget(cbSelectiveTagUpdate);
40
41
verticalSpacer =
new
QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
42
43
verticalLayout->addItem(verticalSpacer);
44
45
46
retranslateUi(
GUI_OtherSettings
);
47
48
QMetaObject::connectSlotsByName(
GUI_OtherSettings
);
49
}
// setupUi
50
51
void
retranslateUi(QWidget *
GUI_OtherSettings
)
52
{
53
cbSelectiveTagUpdate->setText(QCoreApplication::translate(
"GUI_OtherSettings"
,
"Only update changed tags"
,
nullptr
));
54
(void)
GUI_OtherSettings
;
55
}
// retranslateUi
56
57
};
58
59
namespace
Ui {
60
class
GUI_OtherSettings
:
public
Ui_GUI_OtherSettings
{};
61
}
// namespace Ui
62
63
QT_END_NAMESPACE
64
65
#endif
// UI_GUI_OTHERSETTINGS_H
GUI_OtherSettings
Definition
OtherSettings.h:30
Ui::GUI_OtherSettings
Definition
ui_GUI_OtherSettings.h:60
Ui_GUI_OtherSettings
Definition
ui_GUI_OtherSettings.h:22
Generated on
for Sayonara Player by
1.17.0