0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'qtresourceeditordialog.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:14 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef QTRESOURCEEDITORDIALOG_H
|
|
11 |
#define QTRESOURCEEDITORDIALOG_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QDialog>
|
|
18 |
#include <QtGui/QDialogButtonBox>
|
|
19 |
#include <QtGui/QGridLayout>
|
|
20 |
#include <QtGui/QHeaderView>
|
|
21 |
#include <QtGui/QListWidget>
|
|
22 |
#include <QtGui/QSpacerItem>
|
|
23 |
#include <QtGui/QSplitter>
|
|
24 |
#include <QtGui/QToolButton>
|
|
25 |
#include <QtGui/QTreeView>
|
|
26 |
#include <QtGui/QVBoxLayout>
|
|
27 |
#include <QtGui/QWidget>
|
|
28 |
|
|
29 |
QT_BEGIN_NAMESPACE
|
|
30 |
|
|
31 |
class Ui_QtResourceEditorDialog
|
|
32 |
{
|
|
33 |
public:
|
|
34 |
QVBoxLayout *verticalLayout;
|
|
35 |
QSplitter *splitter;
|
|
36 |
QWidget *layoutWidget;
|
|
37 |
QGridLayout *gridLayout;
|
|
38 |
QListWidget *qrcFileList;
|
|
39 |
QToolButton *newQrcButton;
|
|
40 |
QToolButton *removeQrcButton;
|
|
41 |
QSpacerItem *spacerItem;
|
|
42 |
QToolButton *importQrcButton;
|
|
43 |
QWidget *widget;
|
|
44 |
QGridLayout *gridLayout1;
|
|
45 |
QTreeView *resourceTreeView;
|
|
46 |
QToolButton *newResourceButton;
|
|
47 |
QToolButton *addResourceButton;
|
|
48 |
QToolButton *removeResourceButton;
|
|
49 |
QSpacerItem *horizontalSpacer;
|
|
50 |
QDialogButtonBox *buttonBox;
|
|
51 |
|
|
52 |
void setupUi(QDialog *QtResourceEditorDialog)
|
|
53 |
{
|
|
54 |
if (QtResourceEditorDialog->objectName().isEmpty())
|
|
55 |
QtResourceEditorDialog->setObjectName(QString::fromUtf8("QtResourceEditorDialog"));
|
|
56 |
QtResourceEditorDialog->resize(469, 317);
|
|
57 |
verticalLayout = new QVBoxLayout(QtResourceEditorDialog);
|
|
58 |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
59 |
splitter = new QSplitter(QtResourceEditorDialog);
|
|
60 |
splitter->setObjectName(QString::fromUtf8("splitter"));
|
|
61 |
splitter->setOrientation(Qt::Horizontal);
|
|
62 |
layoutWidget = new QWidget(splitter);
|
|
63 |
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
|
|
64 |
gridLayout = new QGridLayout(layoutWidget);
|
|
65 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
66 |
gridLayout->setContentsMargins(0, 0, 0, 0);
|
|
67 |
qrcFileList = new QListWidget(layoutWidget);
|
|
68 |
qrcFileList->setObjectName(QString::fromUtf8("qrcFileList"));
|
|
69 |
QSizePolicy sizePolicy(QSizePolicy::Ignored, QSizePolicy::Expanding);
|
|
70 |
sizePolicy.setHorizontalStretch(0);
|
|
71 |
sizePolicy.setVerticalStretch(0);
|
|
72 |
sizePolicy.setHeightForWidth(qrcFileList->sizePolicy().hasHeightForWidth());
|
|
73 |
qrcFileList->setSizePolicy(sizePolicy);
|
|
74 |
|
|
75 |
gridLayout->addWidget(qrcFileList, 0, 0, 1, 4);
|
|
76 |
|
|
77 |
newQrcButton = new QToolButton(layoutWidget);
|
|
78 |
newQrcButton->setObjectName(QString::fromUtf8("newQrcButton"));
|
|
79 |
|
|
80 |
gridLayout->addWidget(newQrcButton, 1, 0, 1, 1);
|
|
81 |
|
|
82 |
removeQrcButton = new QToolButton(layoutWidget);
|
|
83 |
removeQrcButton->setObjectName(QString::fromUtf8("removeQrcButton"));
|
|
84 |
|
|
85 |
gridLayout->addWidget(removeQrcButton, 1, 2, 1, 1);
|
|
86 |
|
|
87 |
spacerItem = new QSpacerItem(21, 20, QSizePolicy::Ignored, QSizePolicy::Minimum);
|
|
88 |
|
|
89 |
gridLayout->addItem(spacerItem, 1, 3, 1, 1);
|
|
90 |
|
|
91 |
importQrcButton = new QToolButton(layoutWidget);
|
|
92 |
importQrcButton->setObjectName(QString::fromUtf8("importQrcButton"));
|
|
93 |
|
|
94 |
gridLayout->addWidget(importQrcButton, 1, 1, 1, 1);
|
|
95 |
|
|
96 |
splitter->addWidget(layoutWidget);
|
|
97 |
widget = new QWidget(splitter);
|
|
98 |
widget->setObjectName(QString::fromUtf8("widget"));
|
|
99 |
gridLayout1 = new QGridLayout(widget);
|
|
100 |
gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
|
|
101 |
gridLayout1->setContentsMargins(0, 0, 0, 0);
|
|
102 |
resourceTreeView = new QTreeView(widget);
|
|
103 |
resourceTreeView->setObjectName(QString::fromUtf8("resourceTreeView"));
|
|
104 |
|
|
105 |
gridLayout1->addWidget(resourceTreeView, 0, 0, 1, 4);
|
|
106 |
|
|
107 |
newResourceButton = new QToolButton(widget);
|
|
108 |
newResourceButton->setObjectName(QString::fromUtf8("newResourceButton"));
|
|
109 |
|
|
110 |
gridLayout1->addWidget(newResourceButton, 1, 0, 1, 1);
|
|
111 |
|
|
112 |
addResourceButton = new QToolButton(widget);
|
|
113 |
addResourceButton->setObjectName(QString::fromUtf8("addResourceButton"));
|
|
114 |
|
|
115 |
gridLayout1->addWidget(addResourceButton, 1, 1, 1, 1);
|
|
116 |
|
|
117 |
removeResourceButton = new QToolButton(widget);
|
|
118 |
removeResourceButton->setObjectName(QString::fromUtf8("removeResourceButton"));
|
|
119 |
|
|
120 |
gridLayout1->addWidget(removeResourceButton, 1, 2, 1, 1);
|
|
121 |
|
|
122 |
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
123 |
|
|
124 |
gridLayout1->addItem(horizontalSpacer, 1, 3, 1, 1);
|
|
125 |
|
|
126 |
splitter->addWidget(widget);
|
|
127 |
|
|
128 |
verticalLayout->addWidget(splitter);
|
|
129 |
|
|
130 |
buttonBox = new QDialogButtonBox(QtResourceEditorDialog);
|
|
131 |
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
|
132 |
buttonBox->setOrientation(Qt::Horizontal);
|
|
133 |
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
134 |
|
|
135 |
verticalLayout->addWidget(buttonBox);
|
|
136 |
|
|
137 |
|
|
138 |
retranslateUi(QtResourceEditorDialog);
|
|
139 |
QObject::connect(buttonBox, SIGNAL(accepted()), QtResourceEditorDialog, SLOT(accept()));
|
|
140 |
QObject::connect(buttonBox, SIGNAL(rejected()), QtResourceEditorDialog, SLOT(reject()));
|
|
141 |
|
|
142 |
QMetaObject::connectSlotsByName(QtResourceEditorDialog);
|
|
143 |
} // setupUi
|
|
144 |
|
|
145 |
void retranslateUi(QDialog *QtResourceEditorDialog)
|
|
146 |
{
|
|
147 |
QtResourceEditorDialog->setWindowTitle(QApplication::translate("QtResourceEditorDialog", "Dialog", 0, QApplication::UnicodeUTF8));
|
|
148 |
#ifndef QT_NO_TOOLTIP
|
|
149 |
newQrcButton->setToolTip(QApplication::translate("QtResourceEditorDialog", "New File", 0, QApplication::UnicodeUTF8));
|
|
150 |
#endif // QT_NO_TOOLTIP
|
|
151 |
newQrcButton->setText(QApplication::translate("QtResourceEditorDialog", "N", 0, QApplication::UnicodeUTF8));
|
|
152 |
#ifndef QT_NO_TOOLTIP
|
|
153 |
removeQrcButton->setToolTip(QApplication::translate("QtResourceEditorDialog", "Remove File", 0, QApplication::UnicodeUTF8));
|
|
154 |
#endif // QT_NO_TOOLTIP
|
|
155 |
removeQrcButton->setText(QApplication::translate("QtResourceEditorDialog", "R", 0, QApplication::UnicodeUTF8));
|
|
156 |
importQrcButton->setText(QApplication::translate("QtResourceEditorDialog", "I", 0, QApplication::UnicodeUTF8));
|
|
157 |
#ifndef QT_NO_TOOLTIP
|
|
158 |
newResourceButton->setToolTip(QApplication::translate("QtResourceEditorDialog", "New Resource", 0, QApplication::UnicodeUTF8));
|
|
159 |
#endif // QT_NO_TOOLTIP
|
|
160 |
newResourceButton->setText(QApplication::translate("QtResourceEditorDialog", "N", 0, QApplication::UnicodeUTF8));
|
|
161 |
addResourceButton->setText(QApplication::translate("QtResourceEditorDialog", "A", 0, QApplication::UnicodeUTF8));
|
|
162 |
#ifndef QT_NO_TOOLTIP
|
|
163 |
removeResourceButton->setToolTip(QApplication::translate("QtResourceEditorDialog", "Remove Resource or File", 0, QApplication::UnicodeUTF8));
|
|
164 |
#endif // QT_NO_TOOLTIP
|
|
165 |
removeResourceButton->setText(QApplication::translate("QtResourceEditorDialog", "R", 0, QApplication::UnicodeUTF8));
|
|
166 |
} // retranslateUi
|
|
167 |
|
|
168 |
};
|
|
169 |
|
|
170 |
namespace Ui {
|
|
171 |
class QtResourceEditorDialog: public Ui_QtResourceEditorDialog {};
|
|
172 |
} // namespace Ui
|
|
173 |
|
|
174 |
QT_END_NAMESPACE
|
|
175 |
|
|
176 |
#endif // QTRESOURCEEDITORDIALOG_H
|