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