9 #ifndef UI_COLUMN_EDITOR_FRAME_H 10 #define UI_COLUMN_EDITOR_FRAME_H 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/QHBoxLayout> 19 #include <QtWidgets/QHeaderView> 20 #include <QtWidgets/QLabel> 21 #include <QtWidgets/QLineEdit> 22 #include <QtWidgets/QSpacerItem> 23 #include "accordion_frame.h" 24 #include "widgets/field_filter_edit.h" 25 #include "widgets/syntax_line_edit.h" 32 QHBoxLayout *horizontalLayout;
34 QLineEdit *titleLineEdit;
35 QSpacerItem *horizontalSpacer_2;
37 QComboBox *typeComboBox;
38 QSpacerItem *horizontalSpacer_3;
41 QSpacerItem *horizontalSpacer_4;
44 QSpacerItem *horizontalSpacer;
45 QDialogButtonBox *buttonBox;
49 if (ColumnEditorFrame->objectName().isEmpty())
50 ColumnEditorFrame->setObjectName(QStringLiteral(
"ColumnEditorFrame"));
51 ColumnEditorFrame->resize(1018, 34);
52 ColumnEditorFrame->setFrameShape(QFrame::NoFrame);
53 ColumnEditorFrame->setFrameShadow(QFrame::Plain);
54 horizontalLayout =
new QHBoxLayout(ColumnEditorFrame);
55 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
56 horizontalLayout->setContentsMargins(-1, 0, -1, 0);
57 label =
new QLabel(ColumnEditorFrame);
58 label->setObjectName(QStringLiteral(
"label"));
60 horizontalLayout->addWidget(label);
62 titleLineEdit =
new QLineEdit(ColumnEditorFrame);
63 titleLineEdit->setObjectName(QStringLiteral(
"titleLineEdit"));
65 horizontalLayout->addWidget(titleLineEdit);
67 horizontalSpacer_2 =
new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
69 horizontalLayout->addItem(horizontalSpacer_2);
71 label_2 =
new QLabel(ColumnEditorFrame);
72 label_2->setObjectName(QStringLiteral(
"label_2"));
74 horizontalLayout->addWidget(label_2);
76 typeComboBox =
new QComboBox(ColumnEditorFrame);
77 typeComboBox->setObjectName(QStringLiteral(
"typeComboBox"));
79 horizontalLayout->addWidget(typeComboBox);
81 horizontalSpacer_3 =
new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
83 horizontalLayout->addItem(horizontalSpacer_3);
85 label_3 =
new QLabel(ColumnEditorFrame);
86 label_3->setObjectName(QStringLiteral(
"label_3"));
88 horizontalLayout->addWidget(label_3);
91 fieldsNameLineEdit->setObjectName(QStringLiteral(
"fieldsNameLineEdit"));
93 horizontalLayout->addWidget(fieldsNameLineEdit);
95 horizontalSpacer_4 =
new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
97 horizontalLayout->addItem(horizontalSpacer_4);
99 label_4 =
new QLabel(ColumnEditorFrame);
100 label_4->setObjectName(QStringLiteral(
"label_4"));
102 horizontalLayout->addWidget(label_4);
105 occurrenceLineEdit->setObjectName(QStringLiteral(
"occurrenceLineEdit"));
107 horizontalLayout->addWidget(occurrenceLineEdit);
109 horizontalSpacer =
new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
111 horizontalLayout->addItem(horizontalSpacer);
113 buttonBox =
new QDialogButtonBox(ColumnEditorFrame);
114 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
115 buttonBox->setMaximumSize(QSize(16777215, 27));
116 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
118 horizontalLayout->addWidget(buttonBox);
120 horizontalLayout->setStretch(1, 1);
121 horizontalLayout->setStretch(7, 2);
123 retranslateUi(ColumnEditorFrame);
125 QMetaObject::connectSlotsByName(ColumnEditorFrame);
130 ColumnEditorFrame->setWindowTitle(QApplication::translate(
"ColumnEditorFrame",
"Frame", 0));
131 label->setText(QApplication::translate(
"ColumnEditorFrame",
"Title:", 0));
132 label_2->setText(QApplication::translate(
"ColumnEditorFrame",
"Type:", 0));
133 label_3->setText(QApplication::translate(
"ColumnEditorFrame",
"Fields:", 0));
134 label_4->setText(QApplication::translate(
"ColumnEditorFrame",
"Occurrence:", 0));
145 #endif // UI_COLUMN_EDITOR_FRAME_H Definition: ui_about_dialog.h:291
Definition: syntax_line_edit.h:22
Definition: ui_column_editor_frame.h:29
Definition: ui_column_editor_frame.h:140
Definition: accordion_frame.h:17
Definition: column_editor_frame.h:19
Definition: field_filter_edit.h:18