Qmmp
ui_covereditor.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'covereditor.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.7
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_COVEREDITOR_H
10 #define UI_COVEREDITOR_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QComboBox>
17 #include <QtGui/QFrame>
18 #include <QtGui/QGridLayout>
19 #include <QtGui/QHBoxLayout>
20 #include <QtGui/QHeaderView>
21 #include <QtGui/QLabel>
22 #include <QtGui/QPushButton>
23 #include <QtGui/QSpacerItem>
24 #include <QtGui/QWidget>
25 
26 QT_BEGIN_NAMESPACE
27 
28 class Ui_CoverEditor
29 {
30 public:
31  QGridLayout *gridLayout;
32  QHBoxLayout *horizontalLayout;
33  QLabel *label;
34  QComboBox *sourceComboBox;
35  QSpacerItem *horizontalSpacer;
36  QFrame *frame;
37  QSpacerItem *verticalSpacer_2;
38  QPushButton *loadButton;
39  QPushButton *deleteButton;
40  QPushButton *saveAsButton;
41  QSpacerItem *verticalSpacer;
42 
43  void setupUi(QWidget *CoverEditor)
44  {
45  if (CoverEditor->objectName().isEmpty())
46  CoverEditor->setObjectName(QString::fromUtf8("CoverEditor"));
47  CoverEditor->resize(434, 381);
48  CoverEditor->setWindowTitle(QString::fromUtf8("Cover Editor"));
49  gridLayout = new QGridLayout(CoverEditor);
50  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
51  horizontalLayout = new QHBoxLayout();
52  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
53  label = new QLabel(CoverEditor);
54  label->setObjectName(QString::fromUtf8("label"));
55 
56  horizontalLayout->addWidget(label);
57 
58  sourceComboBox = new QComboBox(CoverEditor);
59  sourceComboBox->setObjectName(QString::fromUtf8("sourceComboBox"));
60 
61  horizontalLayout->addWidget(sourceComboBox);
62 
63  horizontalSpacer = new QSpacerItem(210, 26, QSizePolicy::Expanding, QSizePolicy::Minimum);
64 
65  horizontalLayout->addItem(horizontalSpacer);
66 
67 
68  gridLayout->addLayout(horizontalLayout, 0, 0, 1, 2);
69 
70  frame = new QFrame(CoverEditor);
71  frame->setObjectName(QString::fromUtf8("frame"));
72  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
73  sizePolicy.setHorizontalStretch(0);
74  sizePolicy.setVerticalStretch(0);
75  sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
76  frame->setSizePolicy(sizePolicy);
77  frame->setFrameShape(QFrame::Box);
78  frame->setFrameShadow(QFrame::Sunken);
79 
80  gridLayout->addWidget(frame, 1, 0, 5, 1);
81 
82  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
83 
84  gridLayout->addItem(verticalSpacer_2, 1, 1, 1, 1);
85 
86  loadButton = new QPushButton(CoverEditor);
87  loadButton->setObjectName(QString::fromUtf8("loadButton"));
88 
89  gridLayout->addWidget(loadButton, 2, 1, 1, 1);
90 
91  deleteButton = new QPushButton(CoverEditor);
92  deleteButton->setObjectName(QString::fromUtf8("deleteButton"));
93 
94  gridLayout->addWidget(deleteButton, 3, 1, 1, 1);
95 
96  saveAsButton = new QPushButton(CoverEditor);
97  saveAsButton->setObjectName(QString::fromUtf8("saveAsButton"));
98 
99  gridLayout->addWidget(saveAsButton, 4, 1, 1, 1);
100 
101  verticalSpacer = new QSpacerItem(20, 150, QSizePolicy::Minimum, QSizePolicy::Expanding);
102 
103  gridLayout->addItem(verticalSpacer, 5, 1, 1, 1);
104 
105 
106  retranslateUi(CoverEditor);
107 
108  QMetaObject::connectSlotsByName(CoverEditor);
109  } // setupUi
110 
111  void retranslateUi(QWidget *CoverEditor)
112  {
113  label->setText(QApplication::translate("CoverEditor", "Image source:", 0, QApplication::UnicodeUTF8));
114  loadButton->setText(QApplication::translate("CoverEditor", "Load", 0, QApplication::UnicodeUTF8));
115  deleteButton->setText(QApplication::translate("CoverEditor", "Delete", 0, QApplication::UnicodeUTF8));
116  saveAsButton->setText(QApplication::translate("CoverEditor", "Save as...", 0, QApplication::UnicodeUTF8));
117  Q_UNUSED(CoverEditor);
118  } // retranslateUi
119 
120 };
121 
122 namespace Ui {
123  class CoverEditor: public Ui_CoverEditor {};
124 } // namespace Ui
125 
126 QT_END_NAMESPACE
127 
128 #endif // UI_COVEREDITOR_H