1/********************************************************************************
2** Form generated from reading UI file 'environmentshortcutwidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.3
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_ENVIRONMENTSHORTCUTWIDGET_H
10#define UI_ENVIRONMENTSHORTCUTWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QHBoxLayout>
15#include <QtWidgets/QHeaderView>
16#include <QtWidgets/QTableView>
17#include <QtWidgets/QWidget>
18
19QT_BEGIN_NAMESPACE
20
21class Ui_EnvironmentShortcutWidget
22{
23public:
24 QHBoxLayout *horizontalLayout;
25 QTableView *tblShortcut;
26
27 void setupUi(QWidget *EnvironmentShortcutWidget)
28 {
29 if (EnvironmentShortcutWidget->objectName().isEmpty())
30 EnvironmentShortcutWidget->setObjectName(QString::fromUtf8("EnvironmentShortcutWidget"));
31 EnvironmentShortcutWidget->resize(400, 300);
32 horizontalLayout = new QHBoxLayout(EnvironmentShortcutWidget);
33 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
34 tblShortcut = new QTableView(EnvironmentShortcutWidget);
35 tblShortcut->setObjectName(QString::fromUtf8("tblShortcut"));
36 tblShortcut->setAlternatingRowColors(true);
37 tblShortcut->horizontalHeader()->setDefaultSectionSize(250);
38 tblShortcut->horizontalHeader()->setStretchLastSection(true);
39
40 horizontalLayout->addWidget(tblShortcut);
41
42
43 retranslateUi(EnvironmentShortcutWidget);
44
45 QMetaObject::connectSlotsByName(EnvironmentShortcutWidget);
46 } // setupUi
47
48 void retranslateUi(QWidget *EnvironmentShortcutWidget)
49 {
50 EnvironmentShortcutWidget->setWindowTitle(QCoreApplication::translate("EnvironmentShortcutWidget", "Form", nullptr));
51 } // retranslateUi
52
53};
54
55namespace Ui {
56 class EnvironmentShortcutWidget: public Ui_EnvironmentShortcutWidget {};
57} // namespace Ui
58
59QT_END_NAMESPACE
60
61#endif // UI_ENVIRONMENTSHORTCUTWIDGET_H
62