Miam-Player  0.8.0
A nice music player
ui_fetchdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'fetchdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_FETCHDIALOG_H
10 #define UI_FETCHDIALOG_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/QDialogButtonBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QScrollArea>
22 #include <QtWidgets/QSlider>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QVBoxLayout>
25 #include <QtWidgets/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QVBoxLayout *verticalLayout;
33  QHBoxLayout *horizontalLayout;
34  QSpacerItem *horizontalSpacer;
38  QScrollArea *scrollArea;
40  QVBoxLayout *verticalLayout_3;
41  QSpacerItem *verticalSpacer;
42  QDialogButtonBox *buttonBox;
43 
44  void setupUi(QDialog *FetchDialog)
45  {
46  if (FetchDialog->objectName().isEmpty())
47  FetchDialog->setObjectName(QStringLiteral("FetchDialog"));
48  FetchDialog->resize(640, 231);
49  verticalLayout = new QVBoxLayout(FetchDialog);
50  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
51  horizontalLayout = new QHBoxLayout();
52  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
53  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
54 
55  horizontalLayout->addItem(horizontalSpacer);
56 
57  previewSizeLabel = new QLabel(FetchDialog);
58  previewSizeLabel->setObjectName(QStringLiteral("previewSizeLabel"));
59 
60  horizontalLayout->addWidget(previewSizeLabel);
61 
62  previewSizeSlider = new QSlider(FetchDialog);
63  previewSizeSlider->setObjectName(QStringLiteral("previewSizeSlider"));
64  previewSizeSlider->setMinimumSize(QSize(200, 0));
65  previewSizeSlider->setMaximumSize(QSize(400, 16777215));
66  previewSizeSlider->setMaximum(1);
67  previewSizeSlider->setPageStep(1);
68  previewSizeSlider->setSliderPosition(0);
69  previewSizeSlider->setOrientation(Qt::Horizontal);
70  previewSizeSlider->setTickPosition(QSlider::TicksBothSides);
71 
72  horizontalLayout->addWidget(previewSizeSlider);
73 
74  previewSizeValue = new QLabel(FetchDialog);
75  previewSizeValue->setObjectName(QStringLiteral("previewSizeValue"));
76  previewSizeValue->setMinimumSize(QSize(40, 0));
77  previewSizeValue->setAlignment(Qt::AlignCenter);
78 
79  horizontalLayout->addWidget(previewSizeValue);
80 
81 
82  verticalLayout->addLayout(horizontalLayout);
83 
84  scrollArea = new QScrollArea(FetchDialog);
85  scrollArea->setObjectName(QStringLiteral("scrollArea"));
86  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
87  sizePolicy.setHorizontalStretch(0);
88  sizePolicy.setVerticalStretch(1);
89  sizePolicy.setHeightForWidth(scrollArea->sizePolicy().hasHeightForWidth());
90  scrollArea->setSizePolicy(sizePolicy);
91  scrollArea->setFrameShape(QFrame::NoFrame);
92  scrollArea->setWidgetResizable(true);
93  scrollAreaWidgetContents = new QWidget();
94  scrollAreaWidgetContents->setObjectName(QStringLiteral("scrollAreaWidgetContents"));
95  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 620, 141));
96  verticalLayout_3 = new QVBoxLayout(scrollAreaWidgetContents);
97  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
98  scrollArea->setWidget(scrollAreaWidgetContents);
99 
100  verticalLayout->addWidget(scrollArea);
101 
102  verticalSpacer = new QSpacerItem(20, 1, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);
103 
104  verticalLayout->addItem(verticalSpacer);
105 
106  buttonBox = new QDialogButtonBox(FetchDialog);
107  buttonBox->setObjectName(QStringLiteral("buttonBox"));
108  buttonBox->setOrientation(Qt::Horizontal);
109  buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel);
110 
111  verticalLayout->addWidget(buttonBox);
112 
113 
114  retranslateUi(FetchDialog);
115  QObject::connect(buttonBox, SIGNAL(accepted()), FetchDialog, SLOT(accept()));
116  QObject::connect(buttonBox, SIGNAL(rejected()), FetchDialog, SLOT(reject()));
117 
118  QMetaObject::connectSlotsByName(FetchDialog);
119  } // setupUi
120 
121  void retranslateUi(QDialog *FetchDialog)
122  {
123  FetchDialog->setWindowTitle(QApplication::translate("FetchDialog", "Fetch Covers", 0));
124  previewSizeLabel->setText(QApplication::translate("FetchDialog", "Preview size:", 0));
125  previewSizeValue->setText(QApplication::translate("FetchDialog", "250px", 0));
126  } // retranslateUi
127 
128 };
129 
130 namespace Ui {
131  class FetchDialog: public Ui_FetchDialog {};
132 } // namespace Ui
133 
134 QT_END_NAMESPACE
135 
136 #endif // UI_FETCHDIALOG_H
QVBoxLayout * verticalLayout
Definition: ui_fetchdialog.h:32
QDialogButtonBox * buttonBox
Definition: ui_fetchdialog.h:42
Definition: ui_fetchdialog.h:131
Definition: ui_matchingrecords.h:88
QHBoxLayout * horizontalLayout
Definition: ui_fetchdialog.h:33
QScrollArea * scrollArea
Definition: ui_fetchdialog.h:38
QVBoxLayout * verticalLayout_3
Definition: ui_fetchdialog.h:40
Definition: ui_fetchdialog.h:29
QSpacerItem * verticalSpacer
Definition: ui_fetchdialog.h:41
void setupUi(QDialog *FetchDialog)
Definition: ui_fetchdialog.h:44
QLabel * previewSizeValue
Definition: ui_fetchdialog.h:37
The FetchDialog class.
Definition: fetchdialog.h:16
QLabel * previewSizeLabel
Definition: ui_fetchdialog.h:35
void retranslateUi(QDialog *FetchDialog)
Definition: ui_fetchdialog.h:121
QSlider * previewSizeSlider
Definition: ui_fetchdialog.h:36
QWidget * scrollAreaWidgetContents
Definition: ui_fetchdialog.h:39
QSpacerItem * horizontalSpacer
Definition: ui_fetchdialog.h:34