Qmmp
ui_columneditor.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'columneditor.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_COLUMNEDITOR_H
10 #define UI_COLUMNEDITOR_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/QDialog>
18 #include <QtGui/QDialogButtonBox>
19 #include <QtGui/QGridLayout>
20 #include <QtGui/QHBoxLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QLabel>
23 #include <QtGui/QLineEdit>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QToolButton>
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_ColumnEditor
30 {
31 public:
32  QGridLayout *gridLayout;
33  QLabel *label_2;
34  QLabel *label;
35  QComboBox *comboBox;
36  QLineEdit *nameLineEdit;
37  QDialogButtonBox *buttonBox;
38  QHBoxLayout *horizontalLayout;
39  QLineEdit *formatLineEdit;
40  QToolButton *formatButton;
41  QLabel *label_3;
42  QSpacerItem *verticalSpacer;
43 
44  void setupUi(QDialog *ColumnEditor)
45  {
46  if (ColumnEditor->objectName().isEmpty())
47  ColumnEditor->setObjectName(QString::fromUtf8("ColumnEditor"));
48  ColumnEditor->resize(391, 149);
49  gridLayout = new QGridLayout(ColumnEditor);
50  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
51  gridLayout->setContentsMargins(6, -1, 6, 6);
52  label_2 = new QLabel(ColumnEditor);
53  label_2->setObjectName(QString::fromUtf8("label_2"));
54 
55  gridLayout->addWidget(label_2, 0, 0, 1, 1);
56 
57  label = new QLabel(ColumnEditor);
58  label->setObjectName(QString::fromUtf8("label"));
59 
60  gridLayout->addWidget(label, 1, 0, 1, 2);
61 
62  comboBox = new QComboBox(ColumnEditor);
63  comboBox->setObjectName(QString::fromUtf8("comboBox"));
64 
65  gridLayout->addWidget(comboBox, 0, 2, 1, 1);
66 
67  nameLineEdit = new QLineEdit(ColumnEditor);
68  nameLineEdit->setObjectName(QString::fromUtf8("nameLineEdit"));
69 
70  gridLayout->addWidget(nameLineEdit, 1, 2, 1, 1);
71 
72  buttonBox = new QDialogButtonBox(ColumnEditor);
73  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
74  buttonBox->setOrientation(Qt::Horizontal);
75  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
76 
77  gridLayout->addWidget(buttonBox, 4, 0, 1, 3);
78 
79  horizontalLayout = new QHBoxLayout();
80  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
81  formatLineEdit = new QLineEdit(ColumnEditor);
82  formatLineEdit->setObjectName(QString::fromUtf8("formatLineEdit"));
83 
84  horizontalLayout->addWidget(formatLineEdit);
85 
86  formatButton = new QToolButton(ColumnEditor);
87  formatButton->setObjectName(QString::fromUtf8("formatButton"));
88  formatButton->setPopupMode(QToolButton::InstantPopup);
89 
90  horizontalLayout->addWidget(formatButton);
91 
92 
93  gridLayout->addLayout(horizontalLayout, 2, 2, 1, 1);
94 
95  label_3 = new QLabel(ColumnEditor);
96  label_3->setObjectName(QString::fromUtf8("label_3"));
97 
98  gridLayout->addWidget(label_3, 2, 0, 1, 2);
99 
100  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
101 
102  gridLayout->addItem(verticalSpacer, 3, 0, 1, 1);
103 
104 
105  retranslateUi(ColumnEditor);
106  QObject::connect(buttonBox, SIGNAL(accepted()), ColumnEditor, SLOT(accept()));
107  QObject::connect(buttonBox, SIGNAL(rejected()), ColumnEditor, SLOT(reject()));
108 
109  QMetaObject::connectSlotsByName(ColumnEditor);
110  } // setupUi
111 
112  void retranslateUi(QDialog *ColumnEditor)
113  {
114  ColumnEditor->setWindowTitle(QApplication::translate("ColumnEditor", "Edit Column", 0, QApplication::UnicodeUTF8));
115  label_2->setText(QApplication::translate("ColumnEditor", "Type:", 0, QApplication::UnicodeUTF8));
116  label->setText(QApplication::translate("ColumnEditor", "Name:", 0, QApplication::UnicodeUTF8));
117  formatButton->setText(QApplication::translate("ColumnEditor", "...", 0, QApplication::UnicodeUTF8));
118  label_3->setText(QApplication::translate("ColumnEditor", "Format:", 0, QApplication::UnicodeUTF8));
119  } // retranslateUi
120 
121 };
122 
123 namespace Ui {
124  class ColumnEditor: public Ui_ColumnEditor {};
125 } // namespace Ui
126 
127 QT_END_NAMESPACE
128 
129 #endif // UI_COLUMNEDITOR_H