Miam-Player  0.8.0
A nice music player
ui_customtags.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'customtags.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_CUSTOMTAGS_H
10 #define UI_CUSTOMTAGS_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QFormLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout;
32  QFormLayout *formLayout;
33  QLabel *label_3;
34  QLineEdit *lineEdit_2;
35  QLabel *label_2;
36  QLineEdit *lineEdit;
37  QLabel *label;
38  QComboBox *comboBox;
39  QSpacerItem *verticalSpacer;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(QWidget *CustomField)
43  {
44  if (CustomField->objectName().isEmpty())
45  CustomField->setObjectName(QStringLiteral("CustomField"));
46  CustomField->resize(400, 152);
47  verticalLayout = new QVBoxLayout(CustomField);
48  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
49  formLayout = new QFormLayout();
50  formLayout->setObjectName(QStringLiteral("formLayout"));
51  label_3 = new QLabel(CustomField);
52  label_3->setObjectName(QStringLiteral("label_3"));
53 
54  formLayout->setWidget(0, QFormLayout::LabelRole, label_3);
55 
56  lineEdit_2 = new QLineEdit(CustomField);
57  lineEdit_2->setObjectName(QStringLiteral("lineEdit_2"));
58 
59  formLayout->setWidget(0, QFormLayout::FieldRole, lineEdit_2);
60 
61  label_2 = new QLabel(CustomField);
62  label_2->setObjectName(QStringLiteral("label_2"));
63 
64  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
65 
66  lineEdit = new QLineEdit(CustomField);
67  lineEdit->setObjectName(QStringLiteral("lineEdit"));
68 
69  formLayout->setWidget(1, QFormLayout::FieldRole, lineEdit);
70 
71  label = new QLabel(CustomField);
72  label->setObjectName(QStringLiteral("label"));
73 
74  formLayout->setWidget(2, QFormLayout::LabelRole, label);
75 
76  comboBox = new QComboBox(CustomField);
77  comboBox->setObjectName(QStringLiteral("comboBox"));
78 
79  formLayout->setWidget(2, QFormLayout::FieldRole, comboBox);
80 
81 
82  verticalLayout->addLayout(formLayout);
83 
84  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
85 
86  verticalLayout->addItem(verticalSpacer);
87 
88  buttonBox = new QDialogButtonBox(CustomField);
89  buttonBox->setObjectName(QStringLiteral("buttonBox"));
90  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
91 
92  verticalLayout->addWidget(buttonBox);
93 
94 
95  retranslateUi(CustomField);
96 
97  QMetaObject::connectSlotsByName(CustomField);
98  } // setupUi
99 
100  void retranslateUi(QWidget *CustomField)
101  {
102  CustomField->setWindowTitle(QApplication::translate("CustomField", "Form", 0));
103  label_3->setText(QApplication::translate("CustomField", "Name in Header", 0));
104  label_2->setText(QApplication::translate("CustomField", "Value", 0));
105  label->setText(QApplication::translate("CustomField", "Alignment", 0));
106  comboBox->clear();
107  comboBox->insertItems(0, QStringList()
108  << QApplication::translate("CustomField", "Left", 0)
109  << QApplication::translate("CustomField", "Center", 0)
110  << QApplication::translate("CustomField", "Right", 0)
111  );
112  } // retranslateUi
113 
114 };
115 
116 namespace Ui {
117  class CustomField: public Ui_CustomField {};
118 } // namespace Ui
119 
120 QT_END_NAMESPACE
121 
122 #endif // UI_CUSTOMTAGS_H
QLabel * label_2
Definition: ui_customtags.h:35
void setupUi(QWidget *CustomField)
Definition: ui_customtags.h:42
QVBoxLayout * verticalLayout
Definition: ui_customtags.h:31
QDialogButtonBox * buttonBox
Definition: ui_customtags.h:40
Definition: ui_libraryorderdialog.h:197
QLineEdit * lineEdit
Definition: ui_customtags.h:36
QFormLayout * formLayout
Definition: ui_customtags.h:32
Definition: ui_customtags.h:117
QSpacerItem * verticalSpacer
Definition: ui_customtags.h:39
QComboBox * comboBox
Definition: ui_customtags.h:38
QLineEdit * lineEdit_2
Definition: ui_customtags.h:34
QLabel * label_3
Definition: ui_customtags.h:33
QLabel * label
Definition: ui_customtags.h:37
Definition: ui_customtags.h:28
void retranslateUi(QWidget *CustomField)
Definition: ui_customtags.h:100