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/pathpage.ui.h | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/uic/baseline/pathpage.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/pathpage.ui.h | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/pathpage.ui.h b/tests/auto/uic/baseline/pathpage.ui.h new file mode 100644 index 0000000..528fed8 --- /dev/null +++ b/tests/auto/uic/baseline/pathpage.ui.h @@ -0,0 +1,127 @@ +/******************************************************************************** +** Form generated from reading ui file 'pathpage.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 PATHPAGE_H +#define PATHPAGE_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QGridLayout> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QLineEdit> +#include <QtGui/QListWidget> +#include <QtGui/QPushButton> +#include <QtGui/QSpacerItem> +#include <QtGui/QWidget> + +QT_BEGIN_NAMESPACE + +class Ui_PathPage +{ +public: + QGridLayout *gridLayout; + QLabel *label_2; + QLineEdit *filterLineEdit; + QSpacerItem *spacerItem; + QLabel *label; + QListWidget *pathListWidget; + QPushButton *addButton; + QPushButton *removeButton; + QSpacerItem *spacerItem1; + QSpacerItem *spacerItem2; + + void setupUi(QWidget *PathPage) + { + if (PathPage->objectName().isEmpty()) + PathPage->setObjectName(QString::fromUtf8("PathPage")); + PathPage->resize(417, 243); + gridLayout = new QGridLayout(PathPage); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + label_2 = new QLabel(PathPage); + label_2->setObjectName(QString::fromUtf8("label_2")); + QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth()); + label_2->setSizePolicy(sizePolicy); + + gridLayout->addWidget(label_2, 0, 0, 1, 1); + + filterLineEdit = new QLineEdit(PathPage); + filterLineEdit->setObjectName(QString::fromUtf8("filterLineEdit")); + + gridLayout->addWidget(filterLineEdit, 0, 1, 1, 2); + + spacerItem = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed); + + gridLayout->addItem(spacerItem, 1, 1, 1, 1); + + label = new QLabel(PathPage); + label->setObjectName(QString::fromUtf8("label")); + + gridLayout->addWidget(label, 2, 0, 1, 3); + + pathListWidget = new QListWidget(PathPage); + pathListWidget->setObjectName(QString::fromUtf8("pathListWidget")); + + gridLayout->addWidget(pathListWidget, 3, 0, 3, 3); + + addButton = new QPushButton(PathPage); + addButton->setObjectName(QString::fromUtf8("addButton")); + QSizePolicy sizePolicy1(QSizePolicy::Maximum, QSizePolicy::Fixed); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(addButton->sizePolicy().hasHeightForWidth()); + addButton->setSizePolicy(sizePolicy1); + + gridLayout->addWidget(addButton, 3, 3, 1, 1); + + removeButton = new QPushButton(PathPage); + removeButton->setObjectName(QString::fromUtf8("removeButton")); + sizePolicy1.setHeightForWidth(removeButton->sizePolicy().hasHeightForWidth()); + removeButton->setSizePolicy(sizePolicy1); + + gridLayout->addWidget(removeButton, 4, 3, 1, 1); + + spacerItem1 = new QSpacerItem(20, 51, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout->addItem(spacerItem1, 5, 3, 1, 1); + + spacerItem2 = new QSpacerItem(20, 31, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout->addItem(spacerItem2, 6, 2, 1, 1); + + + retranslateUi(PathPage); + + QMetaObject::connectSlotsByName(PathPage); + } // setupUi + + void retranslateUi(QWidget *PathPage) + { + PathPage->setWindowTitle(QApplication::translate("PathPage", "Form", 0, QApplication::UnicodeUTF8)); + label_2->setText(QApplication::translate("PathPage", "File filters:", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("PathPage", "Documentation source file paths:", 0, QApplication::UnicodeUTF8)); + addButton->setText(QApplication::translate("PathPage", "Add", 0, QApplication::UnicodeUTF8)); + removeButton->setText(QApplication::translate("PathPage", "Remove", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(PathPage); + } // retranslateUi + +}; + +namespace Ui { + class PathPage: public Ui_PathPage {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // PATHPAGE_H |