diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/uic/baseline/myform.ui.h | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/uic/baseline/myform.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/myform.ui.h | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/myform.ui.h b/tests/auto/uic/baseline/myform.ui.h new file mode 100644 index 0000000..9aaa709 --- /dev/null +++ b/tests/auto/uic/baseline/myform.ui.h @@ -0,0 +1,149 @@ +/******************************************************************************** +** Form generated from reading ui file 'myform.ui' +** +** Created: Thu Jul 10 09:47:35 2008 +** by: Qt User Interface Compiler version 4.5.0 +** +** WARNING! All changes made in this file will be lost when recompiling ui file! +********************************************************************************/ + +#ifndef MYFORM_H +#define MYFORM_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QCheckBox> +#include <QtGui/QGridLayout> +#include <QtGui/QGroupBox> +#include <QtGui/QHeaderView> +#include <QtGui/QRadioButton> +#include <QtGui/QSpacerItem> +#include <QtGui/QVBoxLayout> +#include <QtGui/QWidget> + +QT_BEGIN_NAMESPACE + +class Ui_Form +{ +public: + QVBoxLayout *vboxLayout; + QGroupBox *groupBox; + QGridLayout *gridLayout; + QRadioButton *radioButton_2; + QRadioButton *radioButton; + QCheckBox *checkBox_2; + QSpacerItem *spacerItem; + QCheckBox *checkBox; + QRadioButton *radioButton_2_2; + QRadioButton *radioButton_3; + QRadioButton *radioButton_4; + QCheckBox *checkBox_3; + QCheckBox *checkBox_4; + + void setupUi(QWidget *Form) + { + if (Form->objectName().isEmpty()) + Form->setObjectName(QString::fromUtf8("Form")); + Form->resize(258, 224); + vboxLayout = new QVBoxLayout(Form); +#ifndef Q_OS_MAC + vboxLayout->setSpacing(6); +#endif + vboxLayout->setMargin(8); + vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); + groupBox = new QGroupBox(Form); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + gridLayout = new QGridLayout(groupBox); +#ifndef Q_OS_MAC + gridLayout->setSpacing(6); +#endif + gridLayout->setMargin(8); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + radioButton_2 = new QRadioButton(groupBox); + radioButton_2->setObjectName(QString::fromUtf8("radioButton_2")); + + gridLayout->addWidget(radioButton_2, 1, 0, 1, 1); + + radioButton = new QRadioButton(groupBox); + radioButton->setObjectName(QString::fromUtf8("radioButton")); + radioButton->setChecked(true); + + gridLayout->addWidget(radioButton, 0, 0, 1, 1); + + checkBox_2 = new QCheckBox(groupBox); + checkBox_2->setObjectName(QString::fromUtf8("checkBox_2")); + checkBox_2->setChecked(true); + + gridLayout->addWidget(checkBox_2, 1, 1, 1, 1); + + spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout->addItem(spacerItem, 5, 0, 1, 1); + + checkBox = new QCheckBox(groupBox); + checkBox->setObjectName(QString::fromUtf8("checkBox")); + + gridLayout->addWidget(checkBox, 0, 1, 1, 1); + + radioButton_2_2 = new QRadioButton(groupBox); + radioButton_2_2->setObjectName(QString::fromUtf8("radioButton_2_2")); + + gridLayout->addWidget(radioButton_2_2, 2, 0, 1, 1); + + radioButton_3 = new QRadioButton(groupBox); + radioButton_3->setObjectName(QString::fromUtf8("radioButton_3")); + + gridLayout->addWidget(radioButton_3, 3, 0, 1, 1); + + radioButton_4 = new QRadioButton(groupBox); + radioButton_4->setObjectName(QString::fromUtf8("radioButton_4")); + + gridLayout->addWidget(radioButton_4, 4, 0, 1, 1); + + checkBox_3 = new QCheckBox(groupBox); + checkBox_3->setObjectName(QString::fromUtf8("checkBox_3")); + + gridLayout->addWidget(checkBox_3, 2, 1, 1, 1); + + checkBox_4 = new QCheckBox(groupBox); + checkBox_4->setObjectName(QString::fromUtf8("checkBox_4")); + checkBox_4->setChecked(true); + + gridLayout->addWidget(checkBox_4, 3, 1, 1, 1); + + + vboxLayout->addWidget(groupBox); + + + retranslateUi(Form); + + QMetaObject::connectSlotsByName(Form); + } // setupUi + + void retranslateUi(QWidget *Form) + { + Form->setWindowTitle(QApplication::translate("Form", "Export Document", 0, QApplication::UnicodeUTF8)); + groupBox->setTitle(QApplication::translate("Form", "Export Options", 0, QApplication::UnicodeUTF8)); + radioButton_2->setText(QApplication::translate("Form", "&DocBook", 0, QApplication::UnicodeUTF8)); + radioButton->setText(QApplication::translate("Form", "&LaTeX", 0, QApplication::UnicodeUTF8)); + checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", 0, QApplication::UnicodeUTF8)); + checkBox->setText(QApplication::translate("Form", "&Compress", 0, QApplication::UnicodeUTF8)); + radioButton_2_2->setText(QApplication::translate("Form", "&HTML", 0, QApplication::UnicodeUTF8)); + radioButton_3->setText(QApplication::translate("Form", "&PostScript", 0, QApplication::UnicodeUTF8)); + radioButton_4->setText(QApplication::translate("Form", "PD&F", 0, QApplication::UnicodeUTF8)); + checkBox_3->setText(QApplication::translate("Form", "Include &metadata", 0, QApplication::UnicodeUTF8)); + checkBox_4->setText(QApplication::translate("Form", "Create inde&x", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(Form); + } // retranslateUi + +}; + +namespace Ui { + class Form: public Ui_Form {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // MYFORM_H |