Miam-Player  0.8.0
A nice music player
ui_closeplaylistpopup.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'closeplaylistpopup.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_CLOSEPLAYLISTPOPUP_H
10 #define UI_CLOSEPLAYLISTPOPUP_H
11 
12 #include <QtCore/QLocale>
13 #include <QtCore/QVariant>
14 #include <QtWidgets/QAction>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QButtonGroup>
17 #include <QtWidgets/QCheckBox>
18 #include <QtWidgets/QDialog>
19 #include <QtWidgets/QDialogButtonBox>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *vboxLayout;
31  QLabel *labelPlaylist;
32  QSpacerItem *verticalSpacer;
33  QDialogButtonBox *buttonBox;
35 
36  void setupUi(QDialog *ClosePlaylistPopup)
37  {
38  if (ClosePlaylistPopup->objectName().isEmpty())
39  ClosePlaylistPopup->setObjectName(QStringLiteral("ClosePlaylistPopup"));
40  ClosePlaylistPopup->setWindowModality(Qt::ApplicationModal);
41  ClosePlaylistPopup->resize(440, 124);
42  ClosePlaylistPopup->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
43  vboxLayout = new QVBoxLayout(ClosePlaylistPopup);
44  vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
45  labelPlaylist = new QLabel(ClosePlaylistPopup);
46  labelPlaylist->setObjectName(QStringLiteral("labelPlaylist"));
47  QFont font;
48  font.setPointSize(10);
49  labelPlaylist->setFont(font);
50  labelPlaylist->setWordWrap(true);
51 
52  vboxLayout->addWidget(labelPlaylist);
53 
54  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
55 
56  vboxLayout->addItem(verticalSpacer);
57 
58  buttonBox = new QDialogButtonBox(ClosePlaylistPopup);
59  buttonBox->setObjectName(QStringLiteral("buttonBox"));
60  buttonBox->setOrientation(Qt::Horizontal);
61  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Discard|QDialogButtonBox::Save);
62  buttonBox->setCenterButtons(true);
63 
64  vboxLayout->addWidget(buttonBox);
65 
66  checkBoxRememberChoice = new QCheckBox(ClosePlaylistPopup);
67  checkBoxRememberChoice->setObjectName(QStringLiteral("checkBoxRememberChoice"));
68 
69  vboxLayout->addWidget(checkBoxRememberChoice);
70 
71 
72  retranslateUi(ClosePlaylistPopup);
73  QObject::connect(buttonBox, SIGNAL(accepted()), ClosePlaylistPopup, SLOT(accept()));
74  QObject::connect(buttonBox, SIGNAL(rejected()), ClosePlaylistPopup, SLOT(reject()));
75 
76  QMetaObject::connectSlotsByName(ClosePlaylistPopup);
77  } // setupUi
78 
80  {
81  ClosePlaylistPopup->setWindowTitle(QApplication::translate("ClosePlaylistPopup", "Your attention is required", 0));
82  labelPlaylist->setText(QApplication::translate("ClosePlaylistPopup", "You're about to close a playlist. What would you like to do?", 0));
83 #ifndef QT_NO_TOOLTIP
84  checkBoxRememberChoice->setToolTip(QApplication::translate("ClosePlaylistPopup", "This can be changed in options", 0));
85 #endif // QT_NO_TOOLTIP
86  checkBoxRememberChoice->setText(QApplication::translate("ClosePlaylistPopup", "Remember my choice in the future", 0));
87  } // retranslateUi
88 
89 };
90 
91 namespace Ui {
93 } // namespace Ui
94 
95 QT_END_NAMESPACE
96 
97 #endif // UI_CLOSEPLAYLISTPOPUP_H
QLabel * labelPlaylist
Definition: ui_closeplaylistpopup.h:31
void retranslateUi(QDialog *ClosePlaylistPopup)
Definition: ui_closeplaylistpopup.h:79
Definition: ui_closeplaylistpopup.h:92
Definition: ui_libraryorderdialog.h:197
QCheckBox * checkBoxRememberChoice
Definition: ui_closeplaylistpopup.h:34
QVBoxLayout * vboxLayout
Definition: ui_closeplaylistpopup.h:30
QDialogButtonBox * buttonBox
Definition: ui_closeplaylistpopup.h:33
void setupUi(QDialog *ClosePlaylistPopup)
Definition: ui_closeplaylistpopup.h:36
The ClosePlaylistPopup class is a small modal dialog.
Definition: closeplaylistpopup.h:21
Definition: ui_closeplaylistpopup.h:27
QSpacerItem * verticalSpacer
Definition: ui_closeplaylistpopup.h:32