summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/qttoolbardialog.ui.h
blob: d80b123c022a67f98b4dad763e0290445b2fead0 (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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/********************************************************************************
** Form generated from reading UI file 'qttoolbardialog.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 QTTOOLBARDIALOG_H
#define QTTOOLBARDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QTreeWidget>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_QtToolBarDialog
{
public:
    QGridLayout *gridLayout;
    QTreeWidget *actionTree;
    QLabel *label;
    QHBoxLayout *hboxLayout;
    QLabel *label_2;
    QToolButton *newButton;
    QToolButton *removeButton;
    QToolButton *renameButton;
    QVBoxLayout *vboxLayout;
    QToolButton *upButton;
    QToolButton *leftButton;
    QToolButton *rightButton;
    QToolButton *downButton;
    QSpacerItem *spacerItem;
    QListWidget *currentToolBarList;
    QLabel *label_3;
    QListWidget *toolBarList;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *QtToolBarDialog)
    {
        if (QtToolBarDialog->objectName().isEmpty())
            QtToolBarDialog->setObjectName(QString::fromUtf8("QtToolBarDialog"));
        QtToolBarDialog->resize(583, 508);
        gridLayout = new QGridLayout(QtToolBarDialog);
#ifndef Q_OS_MAC
        gridLayout->setSpacing(6);
#endif
        gridLayout->setContentsMargins(8, 8, 8, 8);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        actionTree = new QTreeWidget(QtToolBarDialog);
        actionTree->setObjectName(QString::fromUtf8("actionTree"));

        gridLayout->addWidget(actionTree, 1, 0, 3, 1);

        label = new QLabel(QtToolBarDialog);
        label->setObjectName(QString::fromUtf8("label"));

        gridLayout->addWidget(label, 0, 0, 1, 1);

        hboxLayout = new QHBoxLayout();
#ifndef Q_OS_MAC
        hboxLayout->setSpacing(6);
#endif
        hboxLayout->setContentsMargins(0, 0, 0, 0);
        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
        label_2 = new QLabel(QtToolBarDialog);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        hboxLayout->addWidget(label_2);

        newButton = new QToolButton(QtToolBarDialog);
        newButton->setObjectName(QString::fromUtf8("newButton"));

        hboxLayout->addWidget(newButton);

        removeButton = new QToolButton(QtToolBarDialog);
        removeButton->setObjectName(QString::fromUtf8("removeButton"));

        hboxLayout->addWidget(removeButton);

        renameButton = new QToolButton(QtToolBarDialog);
        renameButton->setObjectName(QString::fromUtf8("renameButton"));

        hboxLayout->addWidget(renameButton);


        gridLayout->addLayout(hboxLayout, 0, 1, 1, 2);

        vboxLayout = new QVBoxLayout();
#ifndef Q_OS_MAC
        vboxLayout->setSpacing(6);
#endif
        vboxLayout->setContentsMargins(0, 0, 0, 0);
        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
        upButton = new QToolButton(QtToolBarDialog);
        upButton->setObjectName(QString::fromUtf8("upButton"));
        QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(upButton->sizePolicy().hasHeightForWidth());
        upButton->setSizePolicy(sizePolicy);

        vboxLayout->addWidget(upButton);

        leftButton = new QToolButton(QtToolBarDialog);
        leftButton->setObjectName(QString::fromUtf8("leftButton"));
        sizePolicy.setHeightForWidth(leftButton->sizePolicy().hasHeightForWidth());
        leftButton->setSizePolicy(sizePolicy);

        vboxLayout->addWidget(leftButton);

        rightButton = new QToolButton(QtToolBarDialog);
        rightButton->setObjectName(QString::fromUtf8("rightButton"));
        sizePolicy.setHeightForWidth(rightButton->sizePolicy().hasHeightForWidth());
        rightButton->setSizePolicy(sizePolicy);

        vboxLayout->addWidget(rightButton);

        downButton = new QToolButton(QtToolBarDialog);
        downButton->setObjectName(QString::fromUtf8("downButton"));
        sizePolicy.setHeightForWidth(downButton->sizePolicy().hasHeightForWidth());
        downButton->setSizePolicy(sizePolicy);

        vboxLayout->addWidget(downButton);

        spacerItem = new QSpacerItem(29, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);

        vboxLayout->addItem(spacerItem);


        gridLayout->addLayout(vboxLayout, 3, 1, 1, 1);

        currentToolBarList = new QListWidget(QtToolBarDialog);
        currentToolBarList->setObjectName(QString::fromUtf8("currentToolBarList"));

        gridLayout->addWidget(currentToolBarList, 3, 2, 1, 1);

        label_3 = new QLabel(QtToolBarDialog);
        label_3->setObjectName(QString::fromUtf8("label_3"));

        gridLayout->addWidget(label_3, 2, 1, 1, 2);

        toolBarList = new QListWidget(QtToolBarDialog);
        toolBarList->setObjectName(QString::fromUtf8("toolBarList"));

        gridLayout->addWidget(toolBarList, 1, 1, 1, 2);

        buttonBox = new QDialogButtonBox(QtToolBarDialog);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults);

        gridLayout->addWidget(buttonBox, 5, 0, 1, 3);

        QWidget::setTabOrder(newButton, removeButton);
        QWidget::setTabOrder(removeButton, renameButton);
        QWidget::setTabOrder(renameButton, toolBarList);
        QWidget::setTabOrder(toolBarList, upButton);
        QWidget::setTabOrder(upButton, leftButton);
        QWidget::setTabOrder(leftButton, rightButton);
        QWidget::setTabOrder(rightButton, downButton);
        QWidget::setTabOrder(downButton, currentToolBarList);

        retranslateUi(QtToolBarDialog);

        QMetaObject::connectSlotsByName(QtToolBarDialog);
    } // setupUi

    void retranslateUi(QDialog *QtToolBarDialog)
    {
        QtToolBarDialog->setWindowTitle(QApplication::translate("QtToolBarDialog", "Customize Toolbars", nullptr));
        QTreeWidgetItem *___qtreewidgetitem = actionTree->headerItem();
        ___qtreewidgetitem->setText(0, QApplication::translate("QtToolBarDialog", "1", nullptr));
        label->setText(QApplication::translate("QtToolBarDialog", "Actions", nullptr));
        label_2->setText(QApplication::translate("QtToolBarDialog", "Toolbars", nullptr));
#if QT_CONFIG(tooltip)
        newButton->setToolTip(QApplication::translate("QtToolBarDialog", "Add new toolbar", nullptr));
#endif // QT_CONFIG(tooltip)
        newButton->setText(QApplication::translate("QtToolBarDialog", "New", nullptr));
#if QT_CONFIG(tooltip)
        removeButton->setToolTip(QApplication::translate("QtToolBarDialog", "Remove selected toolbar", nullptr));
#endif // QT_CONFIG(tooltip)
        removeButton->setText(QApplication::translate("QtToolBarDialog", "Remove", nullptr));
#if QT_CONFIG(tooltip)
        renameButton->setToolTip(QApplication::translate("QtToolBarDialog", "Rename toolbar", nullptr));
#endif // QT_CONFIG(tooltip)
        renameButton->setText(QApplication::translate("QtToolBarDialog", "Rename", nullptr));
#if QT_CONFIG(tooltip)
        upButton->setToolTip(QApplication::translate("QtToolBarDialog", "Move action up", nullptr));
#endif // QT_CONFIG(tooltip)
        upButton->setText(QApplication::translate("QtToolBarDialog", "Up", nullptr));
#if QT_CONFIG(tooltip)
        leftButton->setToolTip(QApplication::translate("QtToolBarDialog", "Remove action from toolbar", nullptr));
#endif // QT_CONFIG(tooltip)
        leftButton->setText(QApplication::translate("QtToolBarDialog", "<-", nullptr));
#if QT_CONFIG(tooltip)
        rightButton->setToolTip(QApplication::translate("QtToolBarDialog", "Add action to toolbar", nullptr));
#endif // QT_CONFIG(tooltip)
        rightButton->setText(QApplication::translate("QtToolBarDialog", "->", nullptr));
#if QT_CONFIG(tooltip)
        downButton->setToolTip(QApplication::translate("QtToolBarDialog", "Move action down", nullptr));
#endif // QT_CONFIG(tooltip)
        downButton->setText(QApplication::translate("QtToolBarDialog", "Down", nullptr));
        label_3->setText(QApplication::translate("QtToolBarDialog", "Current Toolbar Actions", nullptr));
    } // retranslateUi

};

namespace Ui {
    class QtToolBarDialog: public Ui_QtToolBarDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // QTTOOLBARDIALOG_H