diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:18:55 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:18:55 (GMT) |
commit | e5fcad302d86d316390c6b0f62759a067313e8a9 (patch) | |
tree | c2afbf6f1066b6ce261f14341cf6d310e5595bc1 /tests/auto/uic/baseline/topicchooser.ui.h | |
download | Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.zip Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.bz2 |
Long live Qt 4.5!
Diffstat (limited to 'tests/auto/uic/baseline/topicchooser.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/topicchooser.ui.h | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/topicchooser.ui.h b/tests/auto/uic/baseline/topicchooser.ui.h new file mode 100644 index 0000000..810f11a --- /dev/null +++ b/tests/auto/uic/baseline/topicchooser.ui.h @@ -0,0 +1,120 @@ +/******************************************************************************** +** Form generated from reading ui file 'topicchooser.ui' +** +** Created: Mon Sep 1 09:31:03 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 TOPICCHOOSER_H +#define TOPICCHOOSER_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QDialog> +#include <QtGui/QHBoxLayout> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QListWidget> +#include <QtGui/QPushButton> +#include <QtGui/QSpacerItem> +#include <QtGui/QVBoxLayout> +#include <QtGui/QWidget> + +QT_BEGIN_NAMESPACE + +class Ui_TopicChooser +{ +public: + QVBoxLayout *vboxLayout; + QLabel *label; + QListWidget *listWidget; + QWidget *Layout16; + QHBoxLayout *hboxLayout; + QSpacerItem *Horizontal_Spacing2; + QPushButton *buttonDisplay; + QPushButton *buttonCancel; + + void setupUi(QDialog *TopicChooser) + { + if (TopicChooser->objectName().isEmpty()) + TopicChooser->setObjectName(QString::fromUtf8("TopicChooser")); + TopicChooser->resize(391, 223); + TopicChooser->setSizeGripEnabled(true); + vboxLayout = new QVBoxLayout(TopicChooser); +#ifndef Q_OS_MAC + vboxLayout->setSpacing(6); +#endif + vboxLayout->setMargin(11); + vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); + vboxLayout->setObjectName(QString::fromUtf8("unnamed")); + label = new QLabel(TopicChooser); + label->setObjectName(QString::fromUtf8("label")); + + vboxLayout->addWidget(label); + + listWidget = new QListWidget(TopicChooser); + listWidget->setObjectName(QString::fromUtf8("listWidget")); + + vboxLayout->addWidget(listWidget); + + Layout16 = new QWidget(TopicChooser); + Layout16->setObjectName(QString::fromUtf8("Layout16")); + hboxLayout = new QHBoxLayout(Layout16); +#ifndef Q_OS_MAC + hboxLayout->setSpacing(6); +#endif + hboxLayout->setMargin(0); + hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); + hboxLayout->setObjectName(QString::fromUtf8("unnamed")); + hboxLayout->setContentsMargins(0, 0, 0, 0); + Horizontal_Spacing2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + hboxLayout->addItem(Horizontal_Spacing2); + + buttonDisplay = new QPushButton(Layout16); + buttonDisplay->setObjectName(QString::fromUtf8("buttonDisplay")); + buttonDisplay->setAutoDefault(true); + buttonDisplay->setDefault(true); + + hboxLayout->addWidget(buttonDisplay); + + buttonCancel = new QPushButton(Layout16); + buttonCancel->setObjectName(QString::fromUtf8("buttonCancel")); + buttonCancel->setAutoDefault(true); + + hboxLayout->addWidget(buttonCancel); + + + vboxLayout->addWidget(Layout16); + +#ifndef QT_NO_SHORTCUT + label->setBuddy(listWidget); +#endif // QT_NO_SHORTCUT + + retranslateUi(TopicChooser); + + QMetaObject::connectSlotsByName(TopicChooser); + } // setupUi + + void retranslateUi(QDialog *TopicChooser) + { + TopicChooser->setWindowTitle(QApplication::translate("TopicChooser", "Choose Topic", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("TopicChooser", "&Topics", 0, QApplication::UnicodeUTF8)); + buttonDisplay->setText(QApplication::translate("TopicChooser", "&Display", 0, QApplication::UnicodeUTF8)); + buttonCancel->setText(QApplication::translate("TopicChooser", "&Close", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(TopicChooser); + } // retranslateUi + +}; + +namespace Ui { + class TopicChooser: public Ui_TopicChooser {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // TOPICCHOOSER_H |