Sayonara Player
Toggle main menu visibility
Loading...
Searching...
No Matches
src
Gui
sayonara_gui_autogen
include
Gui
Preferences
ui_GUI_LyricsPreferences.h
1
/********************************************************************************
2
** Form generated from reading UI file 'GUI_LyricsPreferences.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_LYRICSPREFERENCES_H
10
#define UI_GUI_LYRICSPREFERENCES_H
11
12
#include <QtCore/QVariant>
13
#include <QtWidgets/QApplication>
14
#include <QtWidgets/QLabel>
15
#include <QtWidgets/QVBoxLayout>
16
#include <QtWidgets/QWidget>
17
#include "Gui/Utils/Widgets/CheckableListView.h"
18
19
QT_BEGIN_NAMESPACE
20
21
class
Ui_GUI_LyricsPreferences
22
{
23
public
:
24
QVBoxLayout *verticalLayout;
25
QLabel *labLyricsProvider;
26
Gui::CheckableListView
*listView;
27
28
void
setupUi(QWidget *
GUI_LyricsPreferences
)
29
{
30
if
(
GUI_LyricsPreferences
->objectName().isEmpty())
31
GUI_LyricsPreferences
->setObjectName(QString::fromUtf8(
"GUI_LyricsPreferences"
));
32
GUI_LyricsPreferences
->resize(596, 426);
33
verticalLayout =
new
QVBoxLayout(
GUI_LyricsPreferences
);
34
verticalLayout->setSpacing(5);
35
verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"
));
36
labLyricsProvider =
new
QLabel(
GUI_LyricsPreferences
);
37
labLyricsProvider->setObjectName(QString::fromUtf8(
"labLyricsProvider"
));
38
labLyricsProvider->setText(QString::fromUtf8(
"Lyrics provider"
));
39
40
verticalLayout->addWidget(labLyricsProvider);
41
42
listView =
new
Gui::CheckableListView
(
GUI_LyricsPreferences
);
43
listView->setObjectName(QString::fromUtf8(
"listView"
));
44
45
verticalLayout->addWidget(listView);
46
47
48
retranslateUi(
GUI_LyricsPreferences
);
49
50
QMetaObject::connectSlotsByName(
GUI_LyricsPreferences
);
51
}
// setupUi
52
53
void
retranslateUi(QWidget *
GUI_LyricsPreferences
)
54
{
55
GUI_LyricsPreferences
->setWindowTitle(QString());
56
}
// retranslateUi
57
58
};
59
60
namespace
Ui {
61
class
GUI_LyricsPreferences
:
public
Ui_GUI_LyricsPreferences
{};
62
}
// namespace Ui
63
64
QT_END_NAMESPACE
65
66
#endif
// UI_GUI_LYRICSPREFERENCES_H
GUI_LyricsPreferences
Definition
GUI_LyricsPreferences.h:29
Gui::CheckableListView
Definition
CheckableListView.h:40
Ui::GUI_LyricsPreferences
Definition
ui_GUI_LyricsPreferences.h:61
Ui_GUI_LyricsPreferences
Definition
ui_GUI_LyricsPreferences.h:22
Generated on
for Sayonara Player by
1.17.0