2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'remotecontrol.ui'
|
|
|
|
**
|
2012-12-13 12:48:18 +00:00
|
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef REMOTECONTROL_H
|
|
|
|
#define REMOTECONTROL_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QCheckBox>
|
|
|
|
#include <QtWidgets/QGridLayout>
|
|
|
|
#include <QtWidgets/QGroupBox>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QLineEdit>
|
|
|
|
#include <QtWidgets/QMainWindow>
|
|
|
|
#include <QtWidgets/QMenu>
|
|
|
|
#include <QtWidgets/QMenuBar>
|
|
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
#include <QtWidgets/QStatusBar>
|
|
|
|
#include <QtWidgets/QToolButton>
|
|
|
|
#include <QtWidgets/QWidget>
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_RemoteControlClass
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QAction *actionQuit;
|
|
|
|
QWidget *centralWidget;
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QLabel *label;
|
|
|
|
QLineEdit *startUrlLineEdit;
|
|
|
|
QPushButton *launchButton;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
QSpacerItem *spacerItem1;
|
|
|
|
QGroupBox *actionGroupBox;
|
|
|
|
QGridLayout *gridLayout1;
|
|
|
|
QLabel *label_2;
|
|
|
|
QHBoxLayout *hboxLayout;
|
|
|
|
QLineEdit *indexLineEdit;
|
|
|
|
QToolButton *indexButton;
|
|
|
|
QLabel *label_4;
|
|
|
|
QHBoxLayout *hboxLayout1;
|
|
|
|
QLineEdit *identifierLineEdit;
|
|
|
|
QToolButton *identifierButton;
|
|
|
|
QLabel *label_3;
|
|
|
|
QHBoxLayout *hboxLayout2;
|
|
|
|
QLineEdit *urlLineEdit;
|
|
|
|
QToolButton *urlButton;
|
|
|
|
QPushButton *syncContentsButton;
|
|
|
|
QSpacerItem *spacerItem2;
|
|
|
|
QCheckBox *contentsCheckBox;
|
|
|
|
QCheckBox *indexCheckBox;
|
|
|
|
QCheckBox *bookmarksCheckBox;
|
|
|
|
QMenuBar *menuBar;
|
|
|
|
QMenu *menuFile;
|
|
|
|
QStatusBar *statusBar;
|
|
|
|
|
|
|
|
void setupUi(QMainWindow *RemoteControlClass)
|
|
|
|
{
|
|
|
|
if (RemoteControlClass->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
RemoteControlClass->setObjectName(QStringLiteral("RemoteControlClass"));
|
2011-04-27 10:05:43 +00:00
|
|
|
RemoteControlClass->resize(344, 364);
|
|
|
|
actionQuit = new QAction(RemoteControlClass);
|
2011-12-11 15:55:01 +00:00
|
|
|
actionQuit->setObjectName(QStringLiteral("actionQuit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
centralWidget = new QWidget(RemoteControlClass);
|
2011-12-11 15:55:01 +00:00
|
|
|
centralWidget->setObjectName(QStringLiteral("centralWidget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
gridLayout = new QGridLayout(centralWidget);
|
|
|
|
gridLayout->setSpacing(6);
|
|
|
|
gridLayout->setContentsMargins(11, 11, 11, 11);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label = new QLabel(centralWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
label->setObjectName(QStringLiteral("label"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
startUrlLineEdit = new QLineEdit(centralWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
startUrlLineEdit->setObjectName(QStringLiteral("startUrlLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(startUrlLineEdit, 0, 1, 1, 2);
|
|
|
|
|
|
|
|
launchButton = new QPushButton(centralWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
launchButton->setObjectName(QStringLiteral("launchButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(launchButton, 1, 1, 1, 1);
|
|
|
|
|
|
|
|
spacerItem = new QSpacerItem(101, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
gridLayout->addItem(spacerItem, 1, 2, 1, 1);
|
|
|
|
|
|
|
|
spacerItem1 = new QSpacerItem(113, 16, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
|
|
|
|
|
|
gridLayout->addItem(spacerItem1, 2, 1, 1, 1);
|
|
|
|
|
|
|
|
actionGroupBox = new QGroupBox(centralWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
actionGroupBox->setObjectName(QStringLiteral("actionGroupBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
actionGroupBox->setEnabled(false);
|
|
|
|
gridLayout1 = new QGridLayout(actionGroupBox);
|
|
|
|
gridLayout1->setSpacing(6);
|
|
|
|
gridLayout1->setContentsMargins(11, 11, 11, 11);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout1->setObjectName(QStringLiteral("gridLayout1"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label_2 = new QLabel(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(label_2, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
hboxLayout = new QHBoxLayout();
|
|
|
|
hboxLayout->setSpacing(0);
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
indexLineEdit = new QLineEdit(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
indexLineEdit->setObjectName(QStringLiteral("indexLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(indexLineEdit);
|
|
|
|
|
|
|
|
indexButton = new QToolButton(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
indexButton->setObjectName(QStringLiteral("indexButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
const QIcon icon = QIcon(QString::fromUtf8(":/remotecontrol/enter.png"));
|
|
|
|
indexButton->setIcon(icon);
|
|
|
|
|
|
|
|
hboxLayout->addWidget(indexButton);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout1->addLayout(hboxLayout, 0, 1, 1, 2);
|
|
|
|
|
|
|
|
label_4 = new QLabel(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_4->setObjectName(QStringLiteral("label_4"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(label_4, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
hboxLayout1 = new QHBoxLayout();
|
|
|
|
hboxLayout1->setSpacing(0);
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
|
2011-04-27 10:05:43 +00:00
|
|
|
identifierLineEdit = new QLineEdit(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
identifierLineEdit->setObjectName(QStringLiteral("identifierLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout1->addWidget(identifierLineEdit);
|
|
|
|
|
|
|
|
identifierButton = new QToolButton(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
identifierButton->setObjectName(QStringLiteral("identifierButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
identifierButton->setIcon(icon);
|
|
|
|
|
|
|
|
hboxLayout1->addWidget(identifierButton);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout1->addLayout(hboxLayout1, 1, 1, 1, 2);
|
|
|
|
|
|
|
|
label_3 = new QLabel(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(label_3, 2, 0, 1, 1);
|
|
|
|
|
|
|
|
hboxLayout2 = new QHBoxLayout();
|
|
|
|
hboxLayout2->setSpacing(0);
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
urlLineEdit = new QLineEdit(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
urlLineEdit->setObjectName(QStringLiteral("urlLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout2->addWidget(urlLineEdit);
|
|
|
|
|
|
|
|
urlButton = new QToolButton(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
urlButton->setObjectName(QStringLiteral("urlButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
urlButton->setIcon(icon);
|
|
|
|
|
|
|
|
hboxLayout2->addWidget(urlButton);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout1->addLayout(hboxLayout2, 2, 1, 1, 2);
|
|
|
|
|
|
|
|
syncContentsButton = new QPushButton(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
syncContentsButton->setObjectName(QStringLiteral("syncContentsButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(syncContentsButton, 3, 1, 1, 1);
|
|
|
|
|
|
|
|
spacerItem2 = new QSpacerItem(81, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
gridLayout1->addItem(spacerItem2, 3, 2, 1, 1);
|
|
|
|
|
|
|
|
contentsCheckBox = new QCheckBox(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
contentsCheckBox->setObjectName(QStringLiteral("contentsCheckBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(contentsCheckBox, 4, 0, 1, 3);
|
|
|
|
|
|
|
|
indexCheckBox = new QCheckBox(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
indexCheckBox->setObjectName(QStringLiteral("indexCheckBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(indexCheckBox, 5, 0, 1, 1);
|
|
|
|
|
|
|
|
bookmarksCheckBox = new QCheckBox(actionGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
bookmarksCheckBox->setObjectName(QStringLiteral("bookmarksCheckBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout1->addWidget(bookmarksCheckBox, 6, 0, 1, 3);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout->addWidget(actionGroupBox, 3, 0, 1, 3);
|
|
|
|
|
|
|
|
RemoteControlClass->setCentralWidget(centralWidget);
|
|
|
|
menuBar = new QMenuBar(RemoteControlClass);
|
2011-12-11 15:55:01 +00:00
|
|
|
menuBar->setObjectName(QStringLiteral("menuBar"));
|
2011-04-27 10:05:43 +00:00
|
|
|
menuBar->setGeometry(QRect(0, 0, 344, 21));
|
|
|
|
menuFile = new QMenu(menuBar);
|
2011-12-11 15:55:01 +00:00
|
|
|
menuFile->setObjectName(QStringLiteral("menuFile"));
|
2011-04-27 10:05:43 +00:00
|
|
|
RemoteControlClass->setMenuBar(menuBar);
|
|
|
|
statusBar = new QStatusBar(RemoteControlClass);
|
2011-12-11 15:55:01 +00:00
|
|
|
statusBar->setObjectName(QStringLiteral("statusBar"));
|
2011-04-27 10:05:43 +00:00
|
|
|
RemoteControlClass->setStatusBar(statusBar);
|
|
|
|
|
|
|
|
menuBar->addAction(menuFile->menuAction());
|
|
|
|
menuFile->addAction(actionQuit);
|
|
|
|
|
|
|
|
retranslateUi(RemoteControlClass);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(RemoteControlClass);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QMainWindow *RemoteControlClass)
|
|
|
|
{
|
2012-05-17 00:37:23 +00:00
|
|
|
RemoteControlClass->setWindowTitle(QApplication::translate("RemoteControlClass", "RemoteControl", 0));
|
|
|
|
actionQuit->setText(QApplication::translate("RemoteControlClass", "Quit", 0));
|
|
|
|
label->setText(QApplication::translate("RemoteControlClass", "Start URL:", 0));
|
|
|
|
launchButton->setText(QApplication::translate("RemoteControlClass", "Launch Qt HelpViewer", 0));
|
|
|
|
actionGroupBox->setTitle(QApplication::translate("RemoteControlClass", "Actions", 0));
|
|
|
|
label_2->setText(QApplication::translate("RemoteControlClass", "Search in Index:", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
indexButton->setText(QString());
|
2012-05-17 00:37:23 +00:00
|
|
|
label_4->setText(QApplication::translate("RemoteControlClass", "Identifier:", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
identifierButton->setText(QString());
|
2012-05-17 00:37:23 +00:00
|
|
|
label_3->setText(QApplication::translate("RemoteControlClass", "Show URL:", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
urlButton->setText(QString());
|
2012-05-17 00:37:23 +00:00
|
|
|
syncContentsButton->setText(QApplication::translate("RemoteControlClass", "Sync Contents", 0));
|
|
|
|
contentsCheckBox->setText(QApplication::translate("RemoteControlClass", "Show Contents", 0));
|
|
|
|
indexCheckBox->setText(QApplication::translate("RemoteControlClass", "Show Index", 0));
|
|
|
|
bookmarksCheckBox->setText(QApplication::translate("RemoteControlClass", "Show Bookmarks", 0));
|
|
|
|
menuFile->setTitle(QApplication::translate("RemoteControlClass", "File", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class RemoteControlClass: public Ui_RemoteControlClass {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // REMOTECONTROL_H
|