9#ifndef UI_GUI_SHORTCUTPREFERENCES_H
10#define UI_GUI_SHORTCUTPREFERENCES_H
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QScrollArea>
18#include <QtWidgets/QSpacerItem>
19#include <QtWidgets/QVBoxLayout>
20#include <QtWidgets/QWidget>
27 QGridLayout *gridLayout;
28 QScrollArea *scrollArea;
29 QWidget *scrollAreaWidgetContents;
30 QVBoxLayout *verticalLayout_2;
31 QVBoxLayout *layoutEntries;
32 QHBoxLayout *horizontalLayout_2;
34 QSpacerItem *horizontalSpacer_2;
42 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
44 scrollArea->setObjectName(QString::fromUtf8(
"scrollArea"));
45 scrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
46 scrollArea->setWidgetResizable(
true);
47 scrollAreaWidgetContents =
new QWidget();
48 scrollAreaWidgetContents->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents"));
49 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 478, 427));
50 verticalLayout_2 =
new QVBoxLayout(scrollAreaWidgetContents);
51 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
52 layoutEntries =
new QVBoxLayout();
53 layoutEntries->setObjectName(QString::fromUtf8(
"layoutEntries"));
55 verticalLayout_2->addLayout(layoutEntries);
57 scrollArea->setWidget(scrollAreaWidgetContents);
59 gridLayout->addWidget(scrollArea, 2, 0, 1, 1);
61 horizontalLayout_2 =
new QHBoxLayout();
62 horizontalLayout_2->setObjectName(QString::fromUtf8(
"horizontalLayout_2"));
64 cbTest->setObjectName(QString::fromUtf8(
"cbTest"));
66 horizontalLayout_2->addWidget(cbTest);
68 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
70 horizontalLayout_2->addItem(horizontalSpacer_2);
73 gridLayout->addLayout(horizontalLayout_2, 3, 0, 1, 1);
83 cbTest->setText(QCoreApplication::translate(
"GUI_ShortcutPreferences",
"Press shortcut",
nullptr));
The GUI_ShortcutPreferences class.
Definition: GUI_ShortcutPreferences.h:35
Definition: ui_GUI_ShortcutPreferences.h:90
Definition: ui_GUI_ShortcutPreferences.h:25