|
1 /* |
|
2 ********************************************************************* |
|
3 ** |
|
4 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 ** All rights reserved. |
|
6 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
7 ** |
|
8 ** This file is part of the autotests of the Qt Toolkit. |
|
9 ** |
|
10 ** $QT_BEGIN_LICENSE:LGPL$ |
|
11 ** No Commercial Usage |
|
12 ** This file contains pre-release code and may not be distributed. |
|
13 ** You may use this file in accordance with the terms and conditions |
|
14 ** contained in the Technology Preview License Agreement accompanying |
|
15 ** this package. |
|
16 ** |
|
17 ** GNU Lesser General Public License Usage |
|
18 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
19 ** General Public License version 2.1 as published by the Free Software |
|
20 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
21 ** packaging of this file. Please review the following information to |
|
22 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
23 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
24 ** |
|
25 ** In addition, as a special exception, Nokia gives you certain additional |
|
26 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
27 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
28 ** |
|
29 ** If you have questions regarding the use of this file, please contact |
|
30 ** Nokia at qt-info@nokia.com. |
|
31 ** |
|
32 ** |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** $QT_END_LICENSE$ |
|
40 ** |
|
41 ********************************************************************* |
|
42 */ |
|
43 |
|
44 /******************************************************************************** |
|
45 ** Form generated from reading UI file 'orderdialog.ui' |
|
46 ** |
|
47 ** Created: Fri Sep 4 10:17:14 2009 |
|
48 ** by: Qt User Interface Compiler version 4.6.0 |
|
49 ** |
|
50 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
51 ********************************************************************************/ |
|
52 |
|
53 #ifndef ORDERDIALOG_H |
|
54 #define ORDERDIALOG_H |
|
55 |
|
56 #include <QtCore/QVariant> |
|
57 #include <QtGui/QAction> |
|
58 #include <QtGui/QApplication> |
|
59 #include <QtGui/QButtonGroup> |
|
60 #include <QtGui/QDialog> |
|
61 #include <QtGui/QDialogButtonBox> |
|
62 #include <QtGui/QGroupBox> |
|
63 #include <QtGui/QHBoxLayout> |
|
64 #include <QtGui/QHeaderView> |
|
65 #include <QtGui/QListWidget> |
|
66 #include <QtGui/QSpacerItem> |
|
67 #include <QtGui/QToolButton> |
|
68 #include <QtGui/QVBoxLayout> |
|
69 |
|
70 QT_BEGIN_NAMESPACE |
|
71 |
|
72 namespace qdesigner_internal { |
|
73 |
|
74 class Ui_OrderDialog |
|
75 { |
|
76 public: |
|
77 QVBoxLayout *vboxLayout; |
|
78 QGroupBox *groupBox; |
|
79 QHBoxLayout *hboxLayout; |
|
80 QListWidget *pageList; |
|
81 QVBoxLayout *vboxLayout1; |
|
82 QToolButton *upButton; |
|
83 QToolButton *downButton; |
|
84 QSpacerItem *spacerItem; |
|
85 QDialogButtonBox *buttonBox; |
|
86 |
|
87 void setupUi(QDialog *qdesigner_internal__OrderDialog) |
|
88 { |
|
89 if (qdesigner_internal__OrderDialog->objectName().isEmpty()) |
|
90 qdesigner_internal__OrderDialog->setObjectName(QString::fromUtf8("qdesigner_internal__OrderDialog")); |
|
91 qdesigner_internal__OrderDialog->resize(467, 310); |
|
92 vboxLayout = new QVBoxLayout(qdesigner_internal__OrderDialog); |
|
93 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
94 groupBox = new QGroupBox(qdesigner_internal__OrderDialog); |
|
95 groupBox->setObjectName(QString::fromUtf8("groupBox")); |
|
96 hboxLayout = new QHBoxLayout(groupBox); |
|
97 hboxLayout->setSpacing(6); |
|
98 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
99 hboxLayout->setContentsMargins(9, 9, 9, 9); |
|
100 pageList = new QListWidget(groupBox); |
|
101 pageList->setObjectName(QString::fromUtf8("pageList")); |
|
102 pageList->setMinimumSize(QSize(344, 0)); |
|
103 pageList->setDragDropMode(QAbstractItemView::InternalMove); |
|
104 pageList->setSelectionMode(QAbstractItemView::ContiguousSelection); |
|
105 pageList->setMovement(QListView::Snap); |
|
106 |
|
107 hboxLayout->addWidget(pageList); |
|
108 |
|
109 vboxLayout1 = new QVBoxLayout(); |
|
110 vboxLayout1->setSpacing(6); |
|
111 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
|
112 vboxLayout1->setContentsMargins(0, 0, 0, 0); |
|
113 upButton = new QToolButton(groupBox); |
|
114 upButton->setObjectName(QString::fromUtf8("upButton")); |
|
115 |
|
116 vboxLayout1->addWidget(upButton); |
|
117 |
|
118 downButton = new QToolButton(groupBox); |
|
119 downButton->setObjectName(QString::fromUtf8("downButton")); |
|
120 |
|
121 vboxLayout1->addWidget(downButton); |
|
122 |
|
123 spacerItem = new QSpacerItem(20, 99, QSizePolicy::Minimum, QSizePolicy::Expanding); |
|
124 |
|
125 vboxLayout1->addItem(spacerItem); |
|
126 |
|
127 |
|
128 hboxLayout->addLayout(vboxLayout1); |
|
129 |
|
130 |
|
131 vboxLayout->addWidget(groupBox); |
|
132 |
|
133 buttonBox = new QDialogButtonBox(qdesigner_internal__OrderDialog); |
|
134 buttonBox->setObjectName(QString::fromUtf8("buttonBox")); |
|
135 buttonBox->setOrientation(Qt::Horizontal); |
|
136 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset); |
|
137 |
|
138 vboxLayout->addWidget(buttonBox); |
|
139 |
|
140 |
|
141 retranslateUi(qdesigner_internal__OrderDialog); |
|
142 QObject::connect(buttonBox, SIGNAL(accepted()), qdesigner_internal__OrderDialog, SLOT(accept())); |
|
143 QObject::connect(buttonBox, SIGNAL(rejected()), qdesigner_internal__OrderDialog, SLOT(reject())); |
|
144 |
|
145 QMetaObject::connectSlotsByName(qdesigner_internal__OrderDialog); |
|
146 } // setupUi |
|
147 |
|
148 void retranslateUi(QDialog *qdesigner_internal__OrderDialog) |
|
149 { |
|
150 qdesigner_internal__OrderDialog->setWindowTitle(QApplication::translate("qdesigner_internal::OrderDialog", "Change Page Order", 0, QApplication::UnicodeUTF8)); |
|
151 groupBox->setTitle(QApplication::translate("qdesigner_internal::OrderDialog", "Page Order", 0, QApplication::UnicodeUTF8)); |
|
152 #ifndef QT_NO_TOOLTIP |
|
153 upButton->setToolTip(QApplication::translate("qdesigner_internal::OrderDialog", "Move page up", 0, QApplication::UnicodeUTF8)); |
|
154 #endif // QT_NO_TOOLTIP |
|
155 #ifndef QT_NO_TOOLTIP |
|
156 downButton->setToolTip(QApplication::translate("qdesigner_internal::OrderDialog", "Move page down", 0, QApplication::UnicodeUTF8)); |
|
157 #endif // QT_NO_TOOLTIP |
|
158 } // retranslateUi |
|
159 |
|
160 }; |
|
161 |
|
162 } // namespace qdesigner_internal |
|
163 |
|
164 namespace qdesigner_internal { |
|
165 namespace Ui { |
|
166 class OrderDialog: public Ui_OrderDialog {}; |
|
167 } // namespace Ui |
|
168 } // namespace qdesigner_internal |
|
169 |
|
170 QT_END_NAMESPACE |
|
171 |
|
172 #endif // ORDERDIALOG_H |