0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'myform.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 MYFORM_H
|
|
11 |
#define MYFORM_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QCheckBox>
|
|
18 |
#include <QtGui/QGridLayout>
|
|
19 |
#include <QtGui/QGroupBox>
|
|
20 |
#include <QtGui/QHeaderView>
|
|
21 |
#include <QtGui/QRadioButton>
|
|
22 |
#include <QtGui/QSpacerItem>
|
|
23 |
#include <QtGui/QVBoxLayout>
|
|
24 |
#include <QtGui/QWidget>
|
|
25 |
|
|
26 |
QT_BEGIN_NAMESPACE
|
|
27 |
|
|
28 |
class Ui_Form
|
|
29 |
{
|
|
30 |
public:
|
|
31 |
QVBoxLayout *vboxLayout;
|
|
32 |
QGroupBox *groupBox;
|
|
33 |
QGridLayout *gridLayout;
|
|
34 |
QRadioButton *radioButton_2;
|
|
35 |
QRadioButton *radioButton;
|
|
36 |
QCheckBox *checkBox_2;
|
|
37 |
QSpacerItem *spacerItem;
|
|
38 |
QCheckBox *checkBox;
|
|
39 |
QRadioButton *radioButton_2_2;
|
|
40 |
QRadioButton *radioButton_3;
|
|
41 |
QRadioButton *radioButton_4;
|
|
42 |
QCheckBox *checkBox_3;
|
|
43 |
QCheckBox *checkBox_4;
|
|
44 |
|
|
45 |
void setupUi(QWidget *Form)
|
|
46 |
{
|
|
47 |
if (Form->objectName().isEmpty())
|
|
48 |
Form->setObjectName(QString::fromUtf8("Form"));
|
|
49 |
Form->resize(258, 224);
|
|
50 |
vboxLayout = new QVBoxLayout(Form);
|
|
51 |
#ifndef Q_OS_MAC
|
|
52 |
vboxLayout->setSpacing(6);
|
|
53 |
#endif
|
|
54 |
vboxLayout->setContentsMargins(8, 8, 8, 8);
|
|
55 |
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
|
|
56 |
groupBox = new QGroupBox(Form);
|
|
57 |
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
58 |
gridLayout = new QGridLayout(groupBox);
|
|
59 |
#ifndef Q_OS_MAC
|
|
60 |
gridLayout->setSpacing(6);
|
|
61 |
#endif
|
|
62 |
gridLayout->setContentsMargins(8, 8, 8, 8);
|
|
63 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
64 |
radioButton_2 = new QRadioButton(groupBox);
|
|
65 |
radioButton_2->setObjectName(QString::fromUtf8("radioButton_2"));
|
|
66 |
|
|
67 |
gridLayout->addWidget(radioButton_2, 1, 0, 1, 1);
|
|
68 |
|
|
69 |
radioButton = new QRadioButton(groupBox);
|
|
70 |
radioButton->setObjectName(QString::fromUtf8("radioButton"));
|
|
71 |
radioButton->setChecked(true);
|
|
72 |
|
|
73 |
gridLayout->addWidget(radioButton, 0, 0, 1, 1);
|
|
74 |
|
|
75 |
checkBox_2 = new QCheckBox(groupBox);
|
|
76 |
checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
|
|
77 |
checkBox_2->setChecked(true);
|
|
78 |
|
|
79 |
gridLayout->addWidget(checkBox_2, 1, 1, 1, 1);
|
|
80 |
|
|
81 |
spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
82 |
|
|
83 |
gridLayout->addItem(spacerItem, 5, 0, 1, 1);
|
|
84 |
|
|
85 |
checkBox = new QCheckBox(groupBox);
|
|
86 |
checkBox->setObjectName(QString::fromUtf8("checkBox"));
|
|
87 |
|
|
88 |
gridLayout->addWidget(checkBox, 0, 1, 1, 1);
|
|
89 |
|
|
90 |
radioButton_2_2 = new QRadioButton(groupBox);
|
|
91 |
radioButton_2_2->setObjectName(QString::fromUtf8("radioButton_2_2"));
|
|
92 |
|
|
93 |
gridLayout->addWidget(radioButton_2_2, 2, 0, 1, 1);
|
|
94 |
|
|
95 |
radioButton_3 = new QRadioButton(groupBox);
|
|
96 |
radioButton_3->setObjectName(QString::fromUtf8("radioButton_3"));
|
|
97 |
|
|
98 |
gridLayout->addWidget(radioButton_3, 3, 0, 1, 1);
|
|
99 |
|
|
100 |
radioButton_4 = new QRadioButton(groupBox);
|
|
101 |
radioButton_4->setObjectName(QString::fromUtf8("radioButton_4"));
|
|
102 |
|
|
103 |
gridLayout->addWidget(radioButton_4, 4, 0, 1, 1);
|
|
104 |
|
|
105 |
checkBox_3 = new QCheckBox(groupBox);
|
|
106 |
checkBox_3->setObjectName(QString::fromUtf8("checkBox_3"));
|
|
107 |
|
|
108 |
gridLayout->addWidget(checkBox_3, 2, 1, 1, 1);
|
|
109 |
|
|
110 |
checkBox_4 = new QCheckBox(groupBox);
|
|
111 |
checkBox_4->setObjectName(QString::fromUtf8("checkBox_4"));
|
|
112 |
checkBox_4->setChecked(true);
|
|
113 |
|
|
114 |
gridLayout->addWidget(checkBox_4, 3, 1, 1, 1);
|
|
115 |
|
|
116 |
|
|
117 |
vboxLayout->addWidget(groupBox);
|
|
118 |
|
|
119 |
|
|
120 |
retranslateUi(Form);
|
|
121 |
|
|
122 |
QMetaObject::connectSlotsByName(Form);
|
|
123 |
} // setupUi
|
|
124 |
|
|
125 |
void retranslateUi(QWidget *Form)
|
|
126 |
{
|
|
127 |
Form->setWindowTitle(QApplication::translate("Form", "Export Document", 0, QApplication::UnicodeUTF8));
|
|
128 |
groupBox->setTitle(QApplication::translate("Form", "Export Options", 0, QApplication::UnicodeUTF8));
|
|
129 |
radioButton_2->setText(QApplication::translate("Form", "&DocBook", 0, QApplication::UnicodeUTF8));
|
|
130 |
radioButton->setText(QApplication::translate("Form", "&LaTeX", 0, QApplication::UnicodeUTF8));
|
|
131 |
checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", 0, QApplication::UnicodeUTF8));
|
|
132 |
checkBox->setText(QApplication::translate("Form", "&Compress", 0, QApplication::UnicodeUTF8));
|
|
133 |
radioButton_2_2->setText(QApplication::translate("Form", "&HTML", 0, QApplication::UnicodeUTF8));
|
|
134 |
radioButton_3->setText(QApplication::translate("Form", "&PostScript", 0, QApplication::UnicodeUTF8));
|
|
135 |
radioButton_4->setText(QApplication::translate("Form", "PD&F", 0, QApplication::UnicodeUTF8));
|
|
136 |
checkBox_3->setText(QApplication::translate("Form", "Include &metadata", 0, QApplication::UnicodeUTF8));
|
|
137 |
checkBox_4->setText(QApplication::translate("Form", "Create inde&x", 0, QApplication::UnicodeUTF8));
|
|
138 |
} // retranslateUi
|
|
139 |
|
|
140 |
};
|
|
141 |
|
|
142 |
namespace Ui {
|
|
143 |
class Form: public Ui_Form {};
|
|
144 |
} // namespace Ui
|
|
145 |
|
|
146 |
QT_END_NAMESPACE
|
|
147 |
|
|
148 |
#endif // MYFORM_H
|