0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'remotecontrol.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 REMOTECONTROL_H
|
|
11 |
#define REMOTECONTROL_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QCheckBox>
|
|
18 |
#include <QtGui/QGridLayout>
|
|
19 |
#include <QtGui/QGroupBox>
|
|
20 |
#include <QtGui/QHBoxLayout>
|
|
21 |
#include <QtGui/QHeaderView>
|
|
22 |
#include <QtGui/QLabel>
|
|
23 |
#include <QtGui/QLineEdit>
|
|
24 |
#include <QtGui/QMainWindow>
|
|
25 |
#include <QtGui/QMenu>
|
|
26 |
#include <QtGui/QMenuBar>
|
|
27 |
#include <QtGui/QPushButton>
|
|
28 |
#include <QtGui/QSpacerItem>
|
|
29 |
#include <QtGui/QStatusBar>
|
|
30 |
#include <QtGui/QToolButton>
|
|
31 |
#include <QtGui/QWidget>
|
|
32 |
|
|
33 |
QT_BEGIN_NAMESPACE
|
|
34 |
|
|
35 |
class Ui_RemoteControlClass
|
|
36 |
{
|
|
37 |
public:
|
|
38 |
QAction *actionQuit;
|
|
39 |
QWidget *centralWidget;
|
|
40 |
QGridLayout *gridLayout;
|
|
41 |
QLabel *label;
|
|
42 |
QLineEdit *startUrlLineEdit;
|
|
43 |
QPushButton *launchButton;
|
|
44 |
QSpacerItem *spacerItem;
|
|
45 |
QSpacerItem *spacerItem1;
|
|
46 |
QGroupBox *actionGroupBox;
|
|
47 |
QGridLayout *gridLayout1;
|
|
48 |
QLabel *label_2;
|
|
49 |
QHBoxLayout *hboxLayout;
|
|
50 |
QLineEdit *indexLineEdit;
|
|
51 |
QToolButton *indexButton;
|
|
52 |
QLabel *label_4;
|
|
53 |
QHBoxLayout *hboxLayout1;
|
|
54 |
QLineEdit *identifierLineEdit;
|
|
55 |
QToolButton *identifierButton;
|
|
56 |
QLabel *label_3;
|
|
57 |
QHBoxLayout *hboxLayout2;
|
|
58 |
QLineEdit *urlLineEdit;
|
|
59 |
QToolButton *urlButton;
|
|
60 |
QPushButton *syncContentsButton;
|
|
61 |
QSpacerItem *spacerItem2;
|
|
62 |
QCheckBox *contentsCheckBox;
|
|
63 |
QCheckBox *indexCheckBox;
|
|
64 |
QCheckBox *bookmarksCheckBox;
|
|
65 |
QMenuBar *menuBar;
|
|
66 |
QMenu *menuFile;
|
|
67 |
QStatusBar *statusBar;
|
|
68 |
|
|
69 |
void setupUi(QMainWindow *RemoteControlClass)
|
|
70 |
{
|
|
71 |
if (RemoteControlClass->objectName().isEmpty())
|
|
72 |
RemoteControlClass->setObjectName(QString::fromUtf8("RemoteControlClass"));
|
|
73 |
RemoteControlClass->resize(344, 364);
|
|
74 |
actionQuit = new QAction(RemoteControlClass);
|
|
75 |
actionQuit->setObjectName(QString::fromUtf8("actionQuit"));
|
|
76 |
centralWidget = new QWidget(RemoteControlClass);
|
|
77 |
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
|
|
78 |
gridLayout = new QGridLayout(centralWidget);
|
|
79 |
gridLayout->setSpacing(6);
|
|
80 |
gridLayout->setContentsMargins(11, 11, 11, 11);
|
|
81 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
82 |
label = new QLabel(centralWidget);
|
|
83 |
label->setObjectName(QString::fromUtf8("label"));
|
|
84 |
|
|
85 |
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
86 |
|
|
87 |
startUrlLineEdit = new QLineEdit(centralWidget);
|
|
88 |
startUrlLineEdit->setObjectName(QString::fromUtf8("startUrlLineEdit"));
|
|
89 |
|
|
90 |
gridLayout->addWidget(startUrlLineEdit, 0, 1, 1, 2);
|
|
91 |
|
|
92 |
launchButton = new QPushButton(centralWidget);
|
|
93 |
launchButton->setObjectName(QString::fromUtf8("launchButton"));
|
|
94 |
|
|
95 |
gridLayout->addWidget(launchButton, 1, 1, 1, 1);
|
|
96 |
|
|
97 |
spacerItem = new QSpacerItem(101, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
98 |
|
|
99 |
gridLayout->addItem(spacerItem, 1, 2, 1, 1);
|
|
100 |
|
|
101 |
spacerItem1 = new QSpacerItem(113, 16, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
102 |
|
|
103 |
gridLayout->addItem(spacerItem1, 2, 1, 1, 1);
|
|
104 |
|
|
105 |
actionGroupBox = new QGroupBox(centralWidget);
|
|
106 |
actionGroupBox->setObjectName(QString::fromUtf8("actionGroupBox"));
|
|
107 |
actionGroupBox->setEnabled(false);
|
|
108 |
gridLayout1 = new QGridLayout(actionGroupBox);
|
|
109 |
gridLayout1->setSpacing(6);
|
|
110 |
gridLayout1->setContentsMargins(11, 11, 11, 11);
|
|
111 |
gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
|
|
112 |
label_2 = new QLabel(actionGroupBox);
|
|
113 |
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
114 |
|
|
115 |
gridLayout1->addWidget(label_2, 0, 0, 1, 1);
|
|
116 |
|
|
117 |
hboxLayout = new QHBoxLayout();
|
|
118 |
hboxLayout->setSpacing(0);
|
|
119 |
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
|
|
120 |
indexLineEdit = new QLineEdit(actionGroupBox);
|
|
121 |
indexLineEdit->setObjectName(QString::fromUtf8("indexLineEdit"));
|
|
122 |
|
|
123 |
hboxLayout->addWidget(indexLineEdit);
|
|
124 |
|
|
125 |
indexButton = new QToolButton(actionGroupBox);
|
|
126 |
indexButton->setObjectName(QString::fromUtf8("indexButton"));
|
|
127 |
const QIcon icon = QIcon(QString::fromUtf8(":/remotecontrol/enter.png"));
|
|
128 |
indexButton->setIcon(icon);
|
|
129 |
|
|
130 |
hboxLayout->addWidget(indexButton);
|
|
131 |
|
|
132 |
|
|
133 |
gridLayout1->addLayout(hboxLayout, 0, 1, 1, 2);
|
|
134 |
|
|
135 |
label_4 = new QLabel(actionGroupBox);
|
|
136 |
label_4->setObjectName(QString::fromUtf8("label_4"));
|
|
137 |
|
|
138 |
gridLayout1->addWidget(label_4, 1, 0, 1, 1);
|
|
139 |
|
|
140 |
hboxLayout1 = new QHBoxLayout();
|
|
141 |
hboxLayout1->setSpacing(0);
|
|
142 |
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
|
|
143 |
identifierLineEdit = new QLineEdit(actionGroupBox);
|
|
144 |
identifierLineEdit->setObjectName(QString::fromUtf8("identifierLineEdit"));
|
|
145 |
|
|
146 |
hboxLayout1->addWidget(identifierLineEdit);
|
|
147 |
|
|
148 |
identifierButton = new QToolButton(actionGroupBox);
|
|
149 |
identifierButton->setObjectName(QString::fromUtf8("identifierButton"));
|
|
150 |
identifierButton->setIcon(icon);
|
|
151 |
|
|
152 |
hboxLayout1->addWidget(identifierButton);
|
|
153 |
|
|
154 |
|
|
155 |
gridLayout1->addLayout(hboxLayout1, 1, 1, 1, 2);
|
|
156 |
|
|
157 |
label_3 = new QLabel(actionGroupBox);
|
|
158 |
label_3->setObjectName(QString::fromUtf8("label_3"));
|
|
159 |
|
|
160 |
gridLayout1->addWidget(label_3, 2, 0, 1, 1);
|
|
161 |
|
|
162 |
hboxLayout2 = new QHBoxLayout();
|
|
163 |
hboxLayout2->setSpacing(0);
|
|
164 |
hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
|
|
165 |
urlLineEdit = new QLineEdit(actionGroupBox);
|
|
166 |
urlLineEdit->setObjectName(QString::fromUtf8("urlLineEdit"));
|
|
167 |
|
|
168 |
hboxLayout2->addWidget(urlLineEdit);
|
|
169 |
|
|
170 |
urlButton = new QToolButton(actionGroupBox);
|
|
171 |
urlButton->setObjectName(QString::fromUtf8("urlButton"));
|
|
172 |
urlButton->setIcon(icon);
|
|
173 |
|
|
174 |
hboxLayout2->addWidget(urlButton);
|
|
175 |
|
|
176 |
|
|
177 |
gridLayout1->addLayout(hboxLayout2, 2, 1, 1, 2);
|
|
178 |
|
|
179 |
syncContentsButton = new QPushButton(actionGroupBox);
|
|
180 |
syncContentsButton->setObjectName(QString::fromUtf8("syncContentsButton"));
|
|
181 |
|
|
182 |
gridLayout1->addWidget(syncContentsButton, 3, 1, 1, 1);
|
|
183 |
|
|
184 |
spacerItem2 = new QSpacerItem(81, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
185 |
|
|
186 |
gridLayout1->addItem(spacerItem2, 3, 2, 1, 1);
|
|
187 |
|
|
188 |
contentsCheckBox = new QCheckBox(actionGroupBox);
|
|
189 |
contentsCheckBox->setObjectName(QString::fromUtf8("contentsCheckBox"));
|
|
190 |
|
|
191 |
gridLayout1->addWidget(contentsCheckBox, 4, 0, 1, 3);
|
|
192 |
|
|
193 |
indexCheckBox = new QCheckBox(actionGroupBox);
|
|
194 |
indexCheckBox->setObjectName(QString::fromUtf8("indexCheckBox"));
|
|
195 |
|
|
196 |
gridLayout1->addWidget(indexCheckBox, 5, 0, 1, 1);
|
|
197 |
|
|
198 |
bookmarksCheckBox = new QCheckBox(actionGroupBox);
|
|
199 |
bookmarksCheckBox->setObjectName(QString::fromUtf8("bookmarksCheckBox"));
|
|
200 |
|
|
201 |
gridLayout1->addWidget(bookmarksCheckBox, 6, 0, 1, 3);
|
|
202 |
|
|
203 |
|
|
204 |
gridLayout->addWidget(actionGroupBox, 3, 0, 1, 3);
|
|
205 |
|
|
206 |
RemoteControlClass->setCentralWidget(centralWidget);
|
|
207 |
menuBar = new QMenuBar(RemoteControlClass);
|
|
208 |
menuBar->setObjectName(QString::fromUtf8("menuBar"));
|
|
209 |
menuBar->setGeometry(QRect(0, 0, 344, 21));
|
|
210 |
menuFile = new QMenu(menuBar);
|
|
211 |
menuFile->setObjectName(QString::fromUtf8("menuFile"));
|
|
212 |
RemoteControlClass->setMenuBar(menuBar);
|
|
213 |
statusBar = new QStatusBar(RemoteControlClass);
|
|
214 |
statusBar->setObjectName(QString::fromUtf8("statusBar"));
|
|
215 |
RemoteControlClass->setStatusBar(statusBar);
|
|
216 |
|
|
217 |
menuBar->addAction(menuFile->menuAction());
|
|
218 |
menuFile->addAction(actionQuit);
|
|
219 |
|
|
220 |
retranslateUi(RemoteControlClass);
|
|
221 |
|
|
222 |
QMetaObject::connectSlotsByName(RemoteControlClass);
|
|
223 |
} // setupUi
|
|
224 |
|
|
225 |
void retranslateUi(QMainWindow *RemoteControlClass)
|
|
226 |
{
|
|
227 |
RemoteControlClass->setWindowTitle(QApplication::translate("RemoteControlClass", "RemoteControl", 0, QApplication::UnicodeUTF8));
|
|
228 |
actionQuit->setText(QApplication::translate("RemoteControlClass", "Quit", 0, QApplication::UnicodeUTF8));
|
|
229 |
label->setText(QApplication::translate("RemoteControlClass", "Start URL:", 0, QApplication::UnicodeUTF8));
|
|
230 |
launchButton->setText(QApplication::translate("RemoteControlClass", "Launch Qt HelpViewer", 0, QApplication::UnicodeUTF8));
|
|
231 |
actionGroupBox->setTitle(QApplication::translate("RemoteControlClass", "Actions", 0, QApplication::UnicodeUTF8));
|
|
232 |
label_2->setText(QApplication::translate("RemoteControlClass", "Search in Index:", 0, QApplication::UnicodeUTF8));
|
|
233 |
indexButton->setText(QString());
|
|
234 |
label_4->setText(QApplication::translate("RemoteControlClass", "Identifier:", 0, QApplication::UnicodeUTF8));
|
|
235 |
identifierButton->setText(QString());
|
|
236 |
label_3->setText(QApplication::translate("RemoteControlClass", "Show URL:", 0, QApplication::UnicodeUTF8));
|
|
237 |
urlButton->setText(QString());
|
|
238 |
syncContentsButton->setText(QApplication::translate("RemoteControlClass", "Sync Contents", 0, QApplication::UnicodeUTF8));
|
|
239 |
contentsCheckBox->setText(QApplication::translate("RemoteControlClass", "Show Contents", 0, QApplication::UnicodeUTF8));
|
|
240 |
indexCheckBox->setText(QApplication::translate("RemoteControlClass", "Show Index", 0, QApplication::UnicodeUTF8));
|
|
241 |
bookmarksCheckBox->setText(QApplication::translate("RemoteControlClass", "Show Bookmarks", 0, QApplication::UnicodeUTF8));
|
|
242 |
menuFile->setTitle(QApplication::translate("RemoteControlClass", "File", 0, QApplication::UnicodeUTF8));
|
|
243 |
} // retranslateUi
|
|
244 |
|
|
245 |
};
|
|
246 |
|
|
247 |
namespace Ui {
|
|
248 |
class RemoteControlClass: public Ui_RemoteControlClass {};
|
|
249 |
} // namespace Ui
|
|
250 |
|
|
251 |
QT_END_NAMESPACE
|
|
252 |
|
|
253 |
#endif // REMOTECONTROL_H
|