|
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 'plugindialog.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 PLUGINDIALOG_H |
|
54 #define PLUGINDIALOG_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/QHBoxLayout> |
|
63 #include <QtGui/QHeaderView> |
|
64 #include <QtGui/QLabel> |
|
65 #include <QtGui/QTreeWidget> |
|
66 #include <QtGui/QVBoxLayout> |
|
67 |
|
68 QT_BEGIN_NAMESPACE |
|
69 |
|
70 class Ui_PluginDialog |
|
71 { |
|
72 public: |
|
73 QVBoxLayout *vboxLayout; |
|
74 QLabel *label; |
|
75 QTreeWidget *treeWidget; |
|
76 QLabel *message; |
|
77 QHBoxLayout *hboxLayout; |
|
78 QDialogButtonBox *buttonBox; |
|
79 |
|
80 void setupUi(QDialog *PluginDialog) |
|
81 { |
|
82 if (PluginDialog->objectName().isEmpty()) |
|
83 PluginDialog->setObjectName(QString::fromUtf8("PluginDialog")); |
|
84 PluginDialog->resize(401, 331); |
|
85 vboxLayout = new QVBoxLayout(PluginDialog); |
|
86 vboxLayout->setSpacing(6); |
|
87 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
88 vboxLayout->setContentsMargins(8, 8, 8, 8); |
|
89 label = new QLabel(PluginDialog); |
|
90 label->setObjectName(QString::fromUtf8("label")); |
|
91 label->setWordWrap(true); |
|
92 |
|
93 vboxLayout->addWidget(label); |
|
94 |
|
95 treeWidget = new QTreeWidget(PluginDialog); |
|
96 treeWidget->setObjectName(QString::fromUtf8("treeWidget")); |
|
97 treeWidget->setTextElideMode(Qt::ElideNone); |
|
98 |
|
99 vboxLayout->addWidget(treeWidget); |
|
100 |
|
101 message = new QLabel(PluginDialog); |
|
102 message->setObjectName(QString::fromUtf8("message")); |
|
103 message->setWordWrap(true); |
|
104 |
|
105 vboxLayout->addWidget(message); |
|
106 |
|
107 hboxLayout = new QHBoxLayout(); |
|
108 hboxLayout->setSpacing(6); |
|
109 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
110 hboxLayout->setContentsMargins(0, 0, 0, 0); |
|
111 |
|
112 vboxLayout->addLayout(hboxLayout); |
|
113 |
|
114 buttonBox = new QDialogButtonBox(PluginDialog); |
|
115 buttonBox->setObjectName(QString::fromUtf8("buttonBox")); |
|
116 buttonBox->setOrientation(Qt::Horizontal); |
|
117 buttonBox->setStandardButtons(QDialogButtonBox::Close); |
|
118 |
|
119 vboxLayout->addWidget(buttonBox); |
|
120 |
|
121 |
|
122 retranslateUi(PluginDialog); |
|
123 QObject::connect(buttonBox, SIGNAL(rejected()), PluginDialog, SLOT(reject())); |
|
124 |
|
125 QMetaObject::connectSlotsByName(PluginDialog); |
|
126 } // setupUi |
|
127 |
|
128 void retranslateUi(QDialog *PluginDialog) |
|
129 { |
|
130 PluginDialog->setWindowTitle(QApplication::translate("PluginDialog", "Plugin Information", 0, QApplication::UnicodeUTF8)); |
|
131 label->setText(QApplication::translate("PluginDialog", "TextLabel", 0, QApplication::UnicodeUTF8)); |
|
132 QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem(); |
|
133 ___qtreewidgetitem->setText(0, QApplication::translate("PluginDialog", "1", 0, QApplication::UnicodeUTF8)); |
|
134 message->setText(QApplication::translate("PluginDialog", "TextLabel", 0, QApplication::UnicodeUTF8)); |
|
135 } // retranslateUi |
|
136 |
|
137 }; |
|
138 |
|
139 namespace Ui { |
|
140 class PluginDialog: public Ui_PluginDialog {}; |
|
141 } // namespace Ui |
|
142 |
|
143 QT_END_NAMESPACE |
|
144 |
|
145 #endif // PLUGINDIALOG_H |