Sayonara Player
Loading...
Searching...
No Matches
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.16
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
19QT_BEGIN_NAMESPACE
20
22{
23public:
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));
55 } // retranslateUi
56
57};
58
59namespace Ui {
61} // namespace Ui
62
63QT_END_NAMESPACE
64
65#endif // UI_GUI_OTHERSETTINGS_H
Definition OtherSettings.h:30
Definition ui_GUI_OtherSettings.h:60
Definition ui_GUI_OtherSettings.h:22