~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/tools/uic/baseline/remotecontrol.ui.h

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

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