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/previewdialogbase.ui.h | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/uic/baseline/previewdialogbase.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/previewdialogbase.ui.h | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/previewdialogbase.ui.h b/tests/auto/uic/baseline/previewdialogbase.ui.h new file mode 100644 index 0000000..af65a18 --- /dev/null +++ b/tests/auto/uic/baseline/previewdialogbase.ui.h @@ -0,0 +1,192 @@ +/******************************************************************************** +** Form generated from reading ui file 'previewdialogbase.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 PREVIEWDIALOGBASE_H +#define PREVIEWDIALOGBASE_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QComboBox> +#include <QtGui/QDialog> +#include <QtGui/QDialogButtonBox> +#include <QtGui/QHBoxLayout> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QProgressBar> +#include <QtGui/QScrollArea> +#include <QtGui/QSpacerItem> +#include <QtGui/QTreeWidget> +#include <QtGui/QVBoxLayout> + +QT_BEGIN_NAMESPACE + +class Ui_PreviewDialogBase +{ +public: + QVBoxLayout *vboxLayout; + QHBoxLayout *hboxLayout; + QLabel *label; + QComboBox *paperSizeCombo; + QLabel *label_2; + QComboBox *paperOrientationCombo; + QSpacerItem *spacerItem; + QHBoxLayout *hboxLayout1; + QTreeWidget *pageList; + QScrollArea *previewArea; + QHBoxLayout *hboxLayout2; + QProgressBar *progressBar; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *PreviewDialogBase) + { + if (PreviewDialogBase->objectName().isEmpty()) + PreviewDialogBase->setObjectName(QString::fromUtf8("PreviewDialogBase")); + PreviewDialogBase->resize(733, 479); + vboxLayout = new QVBoxLayout(PreviewDialogBase); +#ifndef Q_OS_MAC + vboxLayout->setSpacing(6); +#endif +#ifndef Q_OS_MAC + vboxLayout->setMargin(9); +#endif + vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); + hboxLayout = new QHBoxLayout(); +#ifndef Q_OS_MAC + hboxLayout->setSpacing(6); +#endif +#ifndef Q_OS_MAC + hboxLayout->setMargin(0); +#endif + hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); + label = new QLabel(PreviewDialogBase); + label->setObjectName(QString::fromUtf8("label")); + + hboxLayout->addWidget(label); + + paperSizeCombo = new QComboBox(PreviewDialogBase); + paperSizeCombo->setObjectName(QString::fromUtf8("paperSizeCombo")); + QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(0)); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(paperSizeCombo->sizePolicy().hasHeightForWidth()); + paperSizeCombo->setSizePolicy(sizePolicy); + + hboxLayout->addWidget(paperSizeCombo); + + label_2 = new QLabel(PreviewDialogBase); + label_2->setObjectName(QString::fromUtf8("label_2")); + + hboxLayout->addWidget(label_2); + + paperOrientationCombo = new QComboBox(PreviewDialogBase); + paperOrientationCombo->setObjectName(QString::fromUtf8("paperOrientationCombo")); + sizePolicy.setHeightForWidth(paperOrientationCombo->sizePolicy().hasHeightForWidth()); + paperOrientationCombo->setSizePolicy(sizePolicy); + + hboxLayout->addWidget(paperOrientationCombo); + + spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + hboxLayout->addItem(spacerItem); + + + vboxLayout->addLayout(hboxLayout); + + hboxLayout1 = new QHBoxLayout(); +#ifndef Q_OS_MAC + hboxLayout1->setSpacing(6); +#endif + hboxLayout1->setMargin(0); + hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); + pageList = new QTreeWidget(PreviewDialogBase); + pageList->setObjectName(QString::fromUtf8("pageList")); + pageList->setIndentation(0); + pageList->setRootIsDecorated(false); + pageList->setUniformRowHeights(true); + pageList->setItemsExpandable(false); + pageList->setColumnCount(1); + + hboxLayout1->addWidget(pageList); + + previewArea = new QScrollArea(PreviewDialogBase); + previewArea->setObjectName(QString::fromUtf8("previewArea")); + QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5)); + sizePolicy1.setHorizontalStretch(1); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(previewArea->sizePolicy().hasHeightForWidth()); + previewArea->setSizePolicy(sizePolicy1); + + hboxLayout1->addWidget(previewArea); + + + vboxLayout->addLayout(hboxLayout1); + + hboxLayout2 = new QHBoxLayout(); +#ifndef Q_OS_MAC + hboxLayout2->setSpacing(6); +#endif + hboxLayout2->setMargin(0); + hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); + progressBar = new QProgressBar(PreviewDialogBase); + progressBar->setObjectName(QString::fromUtf8("progressBar")); + progressBar->setEnabled(false); + QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0)); + sizePolicy2.setHorizontalStretch(1); + sizePolicy2.setVerticalStretch(0); + sizePolicy2.setHeightForWidth(progressBar->sizePolicy().hasHeightForWidth()); + progressBar->setSizePolicy(sizePolicy2); + progressBar->setValue(0); + progressBar->setTextVisible(false); + progressBar->setOrientation(Qt::Horizontal); + + hboxLayout2->addWidget(progressBar); + + buttonBox = new QDialogButtonBox(PreviewDialogBase); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok); + + hboxLayout2->addWidget(buttonBox); + + + vboxLayout->addLayout(hboxLayout2); + +#ifndef QT_NO_SHORTCUT + label->setBuddy(paperSizeCombo); + label_2->setBuddy(paperOrientationCombo); +#endif // QT_NO_SHORTCUT + + retranslateUi(PreviewDialogBase); + QObject::connect(buttonBox, SIGNAL(accepted()), PreviewDialogBase, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), PreviewDialogBase, SLOT(reject())); + + QMetaObject::connectSlotsByName(PreviewDialogBase); + } // setupUi + + void retranslateUi(QDialog *PreviewDialogBase) + { + PreviewDialogBase->setWindowTitle(QApplication::translate("PreviewDialogBase", "Print Preview", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("PreviewDialogBase", "&Paper Size:", 0, QApplication::UnicodeUTF8)); + label_2->setText(QApplication::translate("PreviewDialogBase", "&Orientation:", 0, QApplication::UnicodeUTF8)); + QTreeWidgetItem *___qtreewidgetitem = pageList->headerItem(); + ___qtreewidgetitem->setText(0, QApplication::translate("PreviewDialogBase", "1", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(PreviewDialogBase); + } // retranslateUi + +}; + +namespace Ui { + class PreviewDialogBase: public Ui_PreviewDialogBase {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // PREVIEWDIALOGBASE_H |