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