1/*
2*********************************************************************
3**
4** Copyright (C) 2016 The Qt Company Ltd.
5** Contact: https://www.qt.io/licensing/
6**
7** This file is part of the Qt Designer of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:GPL-EXCEPT$
10** Commercial License Usage
11** Licensees holding valid commercial Qt licenses may use this file in
12** accordance with the commercial license agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and The Qt Company. For licensing terms
15** and conditions see https://www.qt.io/terms-conditions. For further
16** information use the contact form at https://www.qt.io/contact-us.
17**
18** GNU General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU
20** General Public License version 3 as published by the Free Software
21** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
22** included in the packaging of this file. Please review the following
23** information to ensure the GNU General Public License requirements will
24** be met: https://www.gnu.org/licenses/gpl-3.0.html.
25**
26** $QT_END_LICENSE$
27**
28*********************************************************************
29*/
30
31/********************************************************************************
32** Form generated from reading UI file 'orderdialog.ui'
33**
34** Created by: Qt User Interface Compiler version 5.15.9
35**
36** WARNING! All changes made in this file will be lost when recompiling UI file!
37********************************************************************************/
38
39#ifndef UI_ORDERDIALOG_H
40#define UI_ORDERDIALOG_H
41
42#include <QtCore/QVariant>
43#include <QtWidgets/QApplication>
44#include <QtWidgets/QDialog>
45#include <QtWidgets/QDialogButtonBox>
46#include <QtWidgets/QGroupBox>
47#include <QtWidgets/QHBoxLayout>
48#include <QtWidgets/QListWidget>
49#include <QtWidgets/QSpacerItem>
50#include <QtWidgets/QToolButton>
51#include <QtWidgets/QVBoxLayout>
52
53QT_BEGIN_NAMESPACE
54
55namespace qdesigner_internal {
56
57class Ui_OrderDialog
58{
59public:
60 QVBoxLayout *vboxLayout;
61 QGroupBox *groupBox;
62 QHBoxLayout *hboxLayout;
63 QListWidget *pageList;
64 QVBoxLayout *vboxLayout1;
65 QToolButton *upButton;
66 QToolButton *downButton;
67 QSpacerItem *spacerItem;
68 QDialogButtonBox *buttonBox;
69
70 void setupUi(QDialog *qdesigner_internal__OrderDialog)
71 {
72 if (qdesigner_internal__OrderDialog->objectName().isEmpty())
73 qdesigner_internal__OrderDialog->setObjectName(QString::fromUtf8(str: "qdesigner_internal__OrderDialog"));
74 qdesigner_internal__OrderDialog->resize(w: 467, h: 310);
75 vboxLayout = new QVBoxLayout(qdesigner_internal__OrderDialog);
76 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
77 groupBox = new QGroupBox(qdesigner_internal__OrderDialog);
78 groupBox->setObjectName(QString::fromUtf8(str: "groupBox"));
79 hboxLayout = new QHBoxLayout(groupBox);
80 hboxLayout->setSpacing(6);
81 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
82 hboxLayout->setContentsMargins(left: 9, top: 9, right: 9, bottom: 9);
83 pageList = new QListWidget(groupBox);
84 pageList->setObjectName(QString::fromUtf8(str: "pageList"));
85 pageList->setMinimumSize(QSize(344, 0));
86 pageList->setDragDropMode(QAbstractItemView::InternalMove);
87 pageList->setSelectionMode(QAbstractItemView::ContiguousSelection);
88 pageList->setMovement(QListView::Snap);
89
90 hboxLayout->addWidget(pageList);
91
92 vboxLayout1 = new QVBoxLayout();
93 vboxLayout1->setSpacing(6);
94 vboxLayout1->setObjectName(QString::fromUtf8(str: "vboxLayout1"));
95 vboxLayout1->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0);
96 upButton = new QToolButton(groupBox);
97 upButton->setObjectName(QString::fromUtf8(str: "upButton"));
98
99 vboxLayout1->addWidget(upButton);
100
101 downButton = new QToolButton(groupBox);
102 downButton->setObjectName(QString::fromUtf8(str: "downButton"));
103
104 vboxLayout1->addWidget(downButton);
105
106 spacerItem = new QSpacerItem(20, 99, QSizePolicy::Minimum, QSizePolicy::Expanding);
107
108 vboxLayout1->addItem(spacerItem);
109
110
111 hboxLayout->addLayout(layout: vboxLayout1);
112
113
114 vboxLayout->addWidget(groupBox);
115
116 buttonBox = new QDialogButtonBox(qdesigner_internal__OrderDialog);
117 buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox"));
118 buttonBox->setOrientation(Qt::Horizontal);
119 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset);
120
121 vboxLayout->addWidget(buttonBox);
122
123
124 retranslateUi(qdesigner_internal__OrderDialog);
125 QObject::connect(sender: buttonBox, SIGNAL(accepted()), receiver: qdesigner_internal__OrderDialog, SLOT(accept()));
126 QObject::connect(sender: buttonBox, SIGNAL(rejected()), receiver: qdesigner_internal__OrderDialog, SLOT(reject()));
127
128 QMetaObject::connectSlotsByName(o: qdesigner_internal__OrderDialog);
129 } // setupUi
130
131 void retranslateUi(QDialog *qdesigner_internal__OrderDialog)
132 {
133 qdesigner_internal__OrderDialog->setWindowTitle(QCoreApplication::translate(context: "qdesigner_internal::OrderDialog", key: "Change Page Order", disambiguation: nullptr));
134 groupBox->setTitle(QCoreApplication::translate(context: "qdesigner_internal::OrderDialog", key: "Page Order", disambiguation: nullptr));
135#if QT_CONFIG(tooltip)
136 upButton->setToolTip(QCoreApplication::translate(context: "qdesigner_internal::OrderDialog", key: "Move page up", disambiguation: nullptr));
137#endif // QT_CONFIG(tooltip)
138#if QT_CONFIG(tooltip)
139 downButton->setToolTip(QCoreApplication::translate(context: "qdesigner_internal::OrderDialog", key: "Move page down", disambiguation: nullptr));
140#endif // QT_CONFIG(tooltip)
141 } // retranslateUi
142
143};
144
145} // namespace qdesigner_internal
146
147namespace qdesigner_internal {
148namespace Ui {
149 class OrderDialog: public Ui_OrderDialog {};
150} // namespace Ui
151} // namespace qdesigner_internal
152
153QT_END_NAMESPACE
154
155#endif // UI_ORDERDIALOG_H
156

source code of qttools/src/designer/src/lib/.uic/ui_orderdialog.h