Sayonara Player
ui_GUI_DeleteDialog.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_DeleteDialog.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_DELETEDIALOG_H
10#define UI_GUI_DELETEDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QDialogButtonBox>
17#include <QtWidgets/QFrame>
18#include <QtWidgets/QGridLayout>
19#include <QtWidgets/QLabel>
20
21QT_BEGIN_NAMESPACE
22
24{
25public:
26 QGridLayout *gridLayout;
27 QLabel *labInfo;
28 QFrame *line;
29 QLabel *labIcon;
30 QLabel *labWarning;
31 QCheckBox *cbOnlyFromLibrary;
32 QDialogButtonBox *buttonBox;
33
34 void setupUi(QDialog *GUI_DeleteDialog)
35 {
36 if (GUI_DeleteDialog->objectName().isEmpty())
37 GUI_DeleteDialog->setObjectName(QString::fromUtf8("GUI_DeleteDialog"));
38 GUI_DeleteDialog->resize(376, 204);
39 GUI_DeleteDialog->setWindowTitle(QString::fromUtf8(""));
40 gridLayout = new QGridLayout(GUI_DeleteDialog);
41 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
42 gridLayout->setHorizontalSpacing(10);
43 labInfo = new QLabel(GUI_DeleteDialog);
44 labInfo->setObjectName(QString::fromUtf8("labInfo"));
45 labInfo->setText(QString::fromUtf8("TextLabel"));
46
47 gridLayout->addWidget(labInfo, 1, 1, 1, 1);
48
49 line = new QFrame(GUI_DeleteDialog);
50 line->setObjectName(QString::fromUtf8("line"));
51 line->setFrameShape(QFrame::HLine);
52 line->setFrameShadow(QFrame::Sunken);
53
54 gridLayout->addWidget(line, 3, 0, 1, 2);
55
56 labIcon = new QLabel(GUI_DeleteDialog);
57 labIcon->setObjectName(QString::fromUtf8("labIcon"));
58 labIcon->setStyleSheet(QString::fromUtf8("min-width: 10ex; min-height: 10ex; max-height: 10ex; max-width: 10ex;"));
59 labIcon->setScaledContents(true);
60
61 gridLayout->addWidget(labIcon, 0, 0, 2, 1);
62
63 labWarning = new QLabel(GUI_DeleteDialog);
64 labWarning->setObjectName(QString::fromUtf8("labWarning"));
65 QFont font;
66 font.setBold(true);
67 font.setWeight(75);
68 labWarning->setFont(font);
69 labWarning->setText(QString::fromUtf8("Delete"));
70
71 gridLayout->addWidget(labWarning, 0, 1, 1, 1);
72
73 cbOnlyFromLibrary = new QCheckBox(GUI_DeleteDialog);
74 cbOnlyFromLibrary->setObjectName(QString::fromUtf8("cbOnlyFromLibrary"));
75 cbOnlyFromLibrary->setText(QString::fromUtf8("Only from library"));
76
77 gridLayout->addWidget(cbOnlyFromLibrary, 2, 1, 1, 1);
78
79 buttonBox = new QDialogButtonBox(GUI_DeleteDialog);
80 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
81 buttonBox->setStandardButtons(QDialogButtonBox::No|QDialogButtonBox::Yes);
82
83 gridLayout->addWidget(buttonBox, 4, 0, 1, 2);
84
85
86 retranslateUi(GUI_DeleteDialog);
87
88 QMetaObject::connectSlotsByName(GUI_DeleteDialog);
89 } // setupUi
90
91 void retranslateUi(QDialog *GUI_DeleteDialog)
92 {
93 labIcon->setText(QString());
94 (void)GUI_DeleteDialog;
95 } // retranslateUi
96
97};
98
99namespace Ui {
101} // namespace Ui
102
103QT_END_NAMESPACE
104
105#endif // UI_GUI_DELETEDIALOG_H
The GUI_DeleteDialog class.
Definition: GUI_DeleteDialog.h:38
Definition: ui_GUI_DeleteDialog.h:100
Definition: ui_GUI_DeleteDialog.h:24