summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/previewdialogbase.ui.h
blob: de046d575a394827f82993ad0c9b73dfccd97c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
/********************************************************************************
** Form generated from reading UI file 'previewdialogbase.ui'
**
** Created by: Qt User Interface Compiler version 5.0.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 <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QScrollArea>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTreeWidget>
#include <QtWidgets/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(QStringLiteral("PreviewDialogBase"));
        PreviewDialogBase->resize(733, 479);
        vboxLayout = new QVBoxLayout(PreviewDialogBase);
#ifndef Q_OS_MAC
        vboxLayout->setSpacing(6);
#endif
#ifndef Q_OS_MAC
        vboxLayout->setContentsMargins(9, 9, 9, 9);
#endif
        vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
        hboxLayout = new QHBoxLayout();
#ifndef Q_OS_MAC
        hboxLayout->setSpacing(6);
#endif
#ifndef Q_OS_MAC
        hboxLayout->setContentsMargins(0, 0, 0, 0);
#endif
        hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
        label = new QLabel(PreviewDialogBase);
        label->setObjectName(QStringLiteral("label"));

        hboxLayout->addWidget(label);

        paperSizeCombo = new QComboBox(PreviewDialogBase);
        paperSizeCombo->setObjectName(QStringLiteral("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(QStringLiteral("label_2"));

        hboxLayout->addWidget(label_2);

        paperOrientationCombo = new QComboBox(PreviewDialogBase);
        paperOrientationCombo->setObjectName(QStringLiteral("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->setContentsMargins(0, 0, 0, 0);
        hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
        pageList = new QTreeWidget(PreviewDialogBase);
        pageList->setObjectName(QStringLiteral("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(QStringLiteral("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->setContentsMargins(0, 0, 0, 0);
        hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
        progressBar = new QProgressBar(PreviewDialogBase);
        progressBar->setObjectName(QStringLiteral("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(QStringLiteral("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", Q_NULLPTR));
        label->setText(QApplication::translate("PreviewDialogBase", "&Paper Size:", Q_NULLPTR));
        label_2->setText(QApplication::translate("PreviewDialogBase", "&Orientation:", Q_NULLPTR));
        QTreeWidgetItem *___qtreewidgetitem = pageList->headerItem();
        ___qtreewidgetitem->setText(0, QApplication::translate("PreviewDialogBase", "1", Q_NULLPTR));
    } // retranslateUi

};

namespace Ui {
    class PreviewDialogBase: public Ui_PreviewDialogBase {};
} // namespace Ui

QT_END_NAMESPACE

#endif // PREVIEWDIALOGBASE_H