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.12.4
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/QDialog>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  QLabel *lab_warning;
28  QLabel *lab_info;
29  QLabel *lab_icon;
30  QHBoxLayout *horizontalLayout;
31  QSpacerItem *horizontalSpacer;
32  QPushButton *btn_only_from_library;
33  QPushButton *btn_yes;
34  QPushButton *btn_no;
35 
36  void setupUi(QDialog *GUI_DeleteDialog)
37  {
38  if (GUI_DeleteDialog->objectName().isEmpty())
39  GUI_DeleteDialog->setObjectName(QString::fromUtf8("GUI_DeleteDialog"));
40  GUI_DeleteDialog->resize(376, 119);
41  GUI_DeleteDialog->setWindowTitle(QString::fromUtf8(""));
42  gridLayout = new QGridLayout(GUI_DeleteDialog);
43  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
44  gridLayout->setHorizontalSpacing(10);
45  lab_warning = new QLabel(GUI_DeleteDialog);
46  lab_warning->setObjectName(QString::fromUtf8("lab_warning"));
47  QFont font;
48  font.setBold(true);
49  font.setWeight(75);
50  lab_warning->setFont(font);
51  lab_warning->setText(QString::fromUtf8("Delete"));
52 
53  gridLayout->addWidget(lab_warning, 0, 1, 1, 1);
54 
55  lab_info = new QLabel(GUI_DeleteDialog);
56  lab_info->setObjectName(QString::fromUtf8("lab_info"));
57  lab_info->setText(QString::fromUtf8("TextLabel"));
58 
59  gridLayout->addWidget(lab_info, 1, 1, 1, 1);
60 
61  lab_icon = new QLabel(GUI_DeleteDialog);
62  lab_icon->setObjectName(QString::fromUtf8("lab_icon"));
63  lab_icon->setStyleSheet(QString::fromUtf8("min-width: 10ex; min-height: 10ex; max-height: 10ex; max-width: 10ex;"));
64  lab_icon->setScaledContents(true);
65 
66  gridLayout->addWidget(lab_icon, 0, 0, 2, 1);
67 
68  horizontalLayout = new QHBoxLayout();
69  horizontalLayout->setSpacing(6);
70  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
71  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
72 
73  horizontalLayout->addItem(horizontalSpacer);
74 
75  btn_only_from_library = new QPushButton(GUI_DeleteDialog);
76  btn_only_from_library->setObjectName(QString::fromUtf8("btn_only_from_library"));
77  btn_only_from_library->setText(QString::fromUtf8("Only from library"));
78 
79  horizontalLayout->addWidget(btn_only_from_library);
80 
81  btn_yes = new QPushButton(GUI_DeleteDialog);
82  btn_yes->setObjectName(QString::fromUtf8("btn_yes"));
83  btn_yes->setText(QString::fromUtf8("Yes"));
84 
85  horizontalLayout->addWidget(btn_yes);
86 
87  btn_no = new QPushButton(GUI_DeleteDialog);
88  btn_no->setObjectName(QString::fromUtf8("btn_no"));
89  btn_no->setText(QString::fromUtf8("No"));
90 
91  horizontalLayout->addWidget(btn_no);
92 
93 
94  gridLayout->addLayout(horizontalLayout, 2, 0, 1, 2);
95 
96 
97  retranslateUi(GUI_DeleteDialog);
98 
99  QMetaObject::connectSlotsByName(GUI_DeleteDialog);
100  } // setupUi
101 
102  void retranslateUi(QDialog *GUI_DeleteDialog)
103  {
104  lab_icon->setText(QString());
105  Q_UNUSED(GUI_DeleteDialog);
106  } // retranslateUi
107 
108 };
109 
110 namespace Ui {
112 } // namespace Ui
113 
114 QT_END_NAMESPACE
115 
116 #endif // UI_GUI_DELETEDIALOG_H
Definition: ui_GUI_DeleteDialog.h:111
Definition: ui_GUI_DeleteDialog.h:23
The GUI_DeleteDialog class.
Definition: GUI_DeleteDialog.h:37