0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'newdynamicpropertydialog.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:14 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef NEWDYNAMICPROPERTYDIALOG_H
|
|
11 |
#define NEWDYNAMICPROPERTYDIALOG_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QComboBox>
|
|
18 |
#include <QtGui/QDialog>
|
|
19 |
#include <QtGui/QDialogButtonBox>
|
|
20 |
#include <QtGui/QFormLayout>
|
|
21 |
#include <QtGui/QHBoxLayout>
|
|
22 |
#include <QtGui/QHeaderView>
|
|
23 |
#include <QtGui/QLabel>
|
|
24 |
#include <QtGui/QLineEdit>
|
|
25 |
#include <QtGui/QSpacerItem>
|
|
26 |
#include <QtGui/QVBoxLayout>
|
|
27 |
|
|
28 |
QT_BEGIN_NAMESPACE
|
|
29 |
|
|
30 |
namespace qdesigner_internal {
|
|
31 |
|
|
32 |
class Ui_NewDynamicPropertyDialog
|
|
33 |
{
|
|
34 |
public:
|
|
35 |
QVBoxLayout *verticalLayout;
|
|
36 |
QFormLayout *formLayout;
|
|
37 |
QLineEdit *m_lineEdit;
|
|
38 |
QLabel *label;
|
|
39 |
QHBoxLayout *horizontalLayout;
|
|
40 |
QComboBox *m_comboBox;
|
|
41 |
QSpacerItem *horizontalSpacer;
|
|
42 |
QLabel *label_2;
|
|
43 |
QSpacerItem *spacerItem;
|
|
44 |
QDialogButtonBox *m_buttonBox;
|
|
45 |
|
|
46 |
void setupUi(QDialog *qdesigner_internal__NewDynamicPropertyDialog)
|
|
47 |
{
|
|
48 |
if (qdesigner_internal__NewDynamicPropertyDialog->objectName().isEmpty())
|
|
49 |
qdesigner_internal__NewDynamicPropertyDialog->setObjectName(QString::fromUtf8("qdesigner_internal__NewDynamicPropertyDialog"));
|
|
50 |
qdesigner_internal__NewDynamicPropertyDialog->resize(340, 118);
|
|
51 |
verticalLayout = new QVBoxLayout(qdesigner_internal__NewDynamicPropertyDialog);
|
|
52 |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
53 |
formLayout = new QFormLayout();
|
|
54 |
formLayout->setObjectName(QString::fromUtf8("formLayout"));
|
|
55 |
m_lineEdit = new QLineEdit(qdesigner_internal__NewDynamicPropertyDialog);
|
|
56 |
m_lineEdit->setObjectName(QString::fromUtf8("m_lineEdit"));
|
|
57 |
m_lineEdit->setMinimumSize(QSize(220, 0));
|
|
58 |
|
|
59 |
formLayout->setWidget(0, QFormLayout::FieldRole, m_lineEdit);
|
|
60 |
|
|
61 |
label = new QLabel(qdesigner_internal__NewDynamicPropertyDialog);
|
|
62 |
label->setObjectName(QString::fromUtf8("label"));
|
|
63 |
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
|
|
64 |
sizePolicy.setHorizontalStretch(0);
|
|
65 |
sizePolicy.setVerticalStretch(0);
|
|
66 |
sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
|
|
67 |
label->setSizePolicy(sizePolicy);
|
|
68 |
|
|
69 |
formLayout->setWidget(0, QFormLayout::LabelRole, label);
|
|
70 |
|
|
71 |
horizontalLayout = new QHBoxLayout();
|
|
72 |
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
73 |
m_comboBox = new QComboBox(qdesigner_internal__NewDynamicPropertyDialog);
|
|
74 |
m_comboBox->setObjectName(QString::fromUtf8("m_comboBox"));
|
|
75 |
|
|
76 |
horizontalLayout->addWidget(m_comboBox);
|
|
77 |
|
|
78 |
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
79 |
|
|
80 |
horizontalLayout->addItem(horizontalSpacer);
|
|
81 |
|
|
82 |
|
|
83 |
formLayout->setLayout(1, QFormLayout::FieldRole, horizontalLayout);
|
|
84 |
|
|
85 |
label_2 = new QLabel(qdesigner_internal__NewDynamicPropertyDialog);
|
|
86 |
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
87 |
sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
|
|
88 |
label_2->setSizePolicy(sizePolicy);
|
|
89 |
|
|
90 |
formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
|
|
91 |
|
|
92 |
|
|
93 |
verticalLayout->addLayout(formLayout);
|
|
94 |
|
|
95 |
spacerItem = new QSpacerItem(QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
96 |
|
|
97 |
verticalLayout->addItem(spacerItem);
|
|
98 |
|
|
99 |
m_buttonBox = new QDialogButtonBox(qdesigner_internal__NewDynamicPropertyDialog);
|
|
100 |
m_buttonBox->setObjectName(QString::fromUtf8("m_buttonBox"));
|
|
101 |
m_buttonBox->setOrientation(Qt::Horizontal);
|
|
102 |
m_buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
103 |
m_buttonBox->setCenterButtons(false);
|
|
104 |
|
|
105 |
verticalLayout->addWidget(m_buttonBox);
|
|
106 |
|
|
107 |
|
|
108 |
retranslateUi(qdesigner_internal__NewDynamicPropertyDialog);
|
|
109 |
|
|
110 |
QMetaObject::connectSlotsByName(qdesigner_internal__NewDynamicPropertyDialog);
|
|
111 |
} // setupUi
|
|
112 |
|
|
113 |
void retranslateUi(QDialog *qdesigner_internal__NewDynamicPropertyDialog)
|
|
114 |
{
|
|
115 |
qdesigner_internal__NewDynamicPropertyDialog->setWindowTitle(QApplication::translate("qdesigner_internal::NewDynamicPropertyDialog", "Create Dynamic Property", 0, QApplication::UnicodeUTF8));
|
|
116 |
label->setText(QApplication::translate("qdesigner_internal::NewDynamicPropertyDialog", "Property Name", 0, QApplication::UnicodeUTF8));
|
|
117 |
label_2->setText(QApplication::translate("qdesigner_internal::NewDynamicPropertyDialog", "Property Type", 0, QApplication::UnicodeUTF8));
|
|
118 |
} // retranslateUi
|
|
119 |
|
|
120 |
};
|
|
121 |
|
|
122 |
} // namespace qdesigner_internal
|
|
123 |
|
|
124 |
namespace qdesigner_internal {
|
|
125 |
namespace Ui {
|
|
126 |
class NewDynamicPropertyDialog: public Ui_NewDynamicPropertyDialog {};
|
|
127 |
} // namespace Ui
|
|
128 |
} // namespace qdesigner_internal
|
|
129 |
|
|
130 |
QT_END_NAMESPACE
|
|
131 |
|
|
132 |
#endif // NEWDYNAMICPROPERTYDIALOG_H
|