|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'embeddeddialog.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:13 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 EMBEDDEDDIALOG_H |
|
11 #define EMBEDDEDDIALOG_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/QFontComboBox> |
|
20 #include <QtGui/QFormLayout> |
|
21 #include <QtGui/QHeaderView> |
|
22 #include <QtGui/QLabel> |
|
23 #include <QtGui/QSlider> |
|
24 |
|
25 QT_BEGIN_NAMESPACE |
|
26 |
|
27 class Ui_embeddedDialog |
|
28 { |
|
29 public: |
|
30 QFormLayout *formLayout; |
|
31 QLabel *label; |
|
32 QComboBox *layoutDirection; |
|
33 QLabel *label_2; |
|
34 QFontComboBox *fontComboBox; |
|
35 QLabel *label_3; |
|
36 QComboBox *style; |
|
37 QLabel *label_4; |
|
38 QSlider *spacing; |
|
39 |
|
40 void setupUi(QDialog *embeddedDialog) |
|
41 { |
|
42 if (embeddedDialog->objectName().isEmpty()) |
|
43 embeddedDialog->setObjectName(QString::fromUtf8("embeddedDialog")); |
|
44 embeddedDialog->resize(407, 134); |
|
45 formLayout = new QFormLayout(embeddedDialog); |
|
46 formLayout->setObjectName(QString::fromUtf8("formLayout")); |
|
47 label = new QLabel(embeddedDialog); |
|
48 label->setObjectName(QString::fromUtf8("label")); |
|
49 |
|
50 formLayout->setWidget(0, QFormLayout::LabelRole, label); |
|
51 |
|
52 layoutDirection = new QComboBox(embeddedDialog); |
|
53 layoutDirection->setObjectName(QString::fromUtf8("layoutDirection")); |
|
54 |
|
55 formLayout->setWidget(0, QFormLayout::FieldRole, layoutDirection); |
|
56 |
|
57 label_2 = new QLabel(embeddedDialog); |
|
58 label_2->setObjectName(QString::fromUtf8("label_2")); |
|
59 |
|
60 formLayout->setWidget(1, QFormLayout::LabelRole, label_2); |
|
61 |
|
62 fontComboBox = new QFontComboBox(embeddedDialog); |
|
63 fontComboBox->setObjectName(QString::fromUtf8("fontComboBox")); |
|
64 |
|
65 formLayout->setWidget(1, QFormLayout::FieldRole, fontComboBox); |
|
66 |
|
67 label_3 = new QLabel(embeddedDialog); |
|
68 label_3->setObjectName(QString::fromUtf8("label_3")); |
|
69 |
|
70 formLayout->setWidget(2, QFormLayout::LabelRole, label_3); |
|
71 |
|
72 style = new QComboBox(embeddedDialog); |
|
73 style->setObjectName(QString::fromUtf8("style")); |
|
74 |
|
75 formLayout->setWidget(2, QFormLayout::FieldRole, style); |
|
76 |
|
77 label_4 = new QLabel(embeddedDialog); |
|
78 label_4->setObjectName(QString::fromUtf8("label_4")); |
|
79 |
|
80 formLayout->setWidget(3, QFormLayout::LabelRole, label_4); |
|
81 |
|
82 spacing = new QSlider(embeddedDialog); |
|
83 spacing->setObjectName(QString::fromUtf8("spacing")); |
|
84 spacing->setOrientation(Qt::Horizontal); |
|
85 |
|
86 formLayout->setWidget(3, QFormLayout::FieldRole, spacing); |
|
87 |
|
88 #ifndef QT_NO_SHORTCUT |
|
89 label->setBuddy(layoutDirection); |
|
90 label_2->setBuddy(fontComboBox); |
|
91 label_3->setBuddy(style); |
|
92 label_4->setBuddy(spacing); |
|
93 #endif // QT_NO_SHORTCUT |
|
94 |
|
95 retranslateUi(embeddedDialog); |
|
96 |
|
97 QMetaObject::connectSlotsByName(embeddedDialog); |
|
98 } // setupUi |
|
99 |
|
100 void retranslateUi(QDialog *embeddedDialog) |
|
101 { |
|
102 embeddedDialog->setWindowTitle(QApplication::translate("embeddedDialog", "Embedded Dialog", 0, QApplication::UnicodeUTF8)); |
|
103 label->setText(QApplication::translate("embeddedDialog", "Layout Direction:", 0, QApplication::UnicodeUTF8)); |
|
104 layoutDirection->clear(); |
|
105 layoutDirection->insertItems(0, QStringList() |
|
106 << QApplication::translate("embeddedDialog", "Left to Right", 0, QApplication::UnicodeUTF8) |
|
107 << QApplication::translate("embeddedDialog", "Right to Left", 0, QApplication::UnicodeUTF8) |
|
108 ); |
|
109 label_2->setText(QApplication::translate("embeddedDialog", "Select Font:", 0, QApplication::UnicodeUTF8)); |
|
110 label_3->setText(QApplication::translate("embeddedDialog", "Style:", 0, QApplication::UnicodeUTF8)); |
|
111 label_4->setText(QApplication::translate("embeddedDialog", "Layout spacing:", 0, QApplication::UnicodeUTF8)); |
|
112 } // retranslateUi |
|
113 |
|
114 }; |
|
115 |
|
116 namespace Ui { |
|
117 class embeddedDialog: public Ui_embeddedDialog {}; |
|
118 } // namespace Ui |
|
119 |
|
120 QT_END_NAMESPACE |
|
121 |
|
122 #endif // EMBEDDEDDIALOG_H |