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