summaryrefslogtreecommitdiff
path: root/src/citra_qt/ui_hotkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/ui_hotkeys.h')
-rw-r--r--src/citra_qt/ui_hotkeys.h77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/citra_qt/ui_hotkeys.h b/src/citra_qt/ui_hotkeys.h
new file mode 100644
index 000000000..5b2cee6f4
--- /dev/null
+++ b/src/citra_qt/ui_hotkeys.h
@@ -0,0 +1,77 @@
1/********************************************************************************
2** Form generated from reading UI file 'hotkeys.ui'
3**
4** Created by: Qt User Interface Compiler version 4.8.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_HOTKEYS_H
10#define UI_HOTKEYS_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QAction>
14#include <QtGui/QApplication>
15#include <QtGui/QButtonGroup>
16#include <QtGui/QDialog>
17#include <QtGui/QDialogButtonBox>
18#include <QtGui/QHeaderView>
19#include <QtGui/QTreeWidget>
20#include <QtGui/QVBoxLayout>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_hotkeys
25{
26public:
27 QVBoxLayout *verticalLayout;
28 QTreeWidget *treeWidget;
29 QDialogButtonBox *buttonBox;
30
31 void setupUi(QDialog *hotkeys)
32 {
33 if (hotkeys->objectName().isEmpty())
34 hotkeys->setObjectName(QString::fromUtf8("hotkeys"));
35 hotkeys->resize(363, 388);
36 verticalLayout = new QVBoxLayout(hotkeys);
37 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
38 treeWidget = new QTreeWidget(hotkeys);
39 treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
40 treeWidget->setSelectionBehavior(QAbstractItemView::SelectItems);
41 treeWidget->setHeaderHidden(false);
42
43 verticalLayout->addWidget(treeWidget);
44
45 buttonBox = new QDialogButtonBox(hotkeys);
46 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
47 buttonBox->setOrientation(Qt::Horizontal);
48 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset);
49
50 verticalLayout->addWidget(buttonBox);
51
52
53 retranslateUi(hotkeys);
54 QObject::connect(buttonBox, SIGNAL(accepted()), hotkeys, SLOT(accept()));
55 QObject::connect(buttonBox, SIGNAL(rejected()), hotkeys, SLOT(reject()));
56
57 QMetaObject::connectSlotsByName(hotkeys);
58 } // setupUi
59
60 void retranslateUi(QDialog *hotkeys)
61 {
62 hotkeys->setWindowTitle(QApplication::translate("hotkeys", "Hotkey Settings", 0, QApplication::UnicodeUTF8));
63 QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem();
64 ___qtreewidgetitem->setText(2, QApplication::translate("hotkeys", "Context", 0, QApplication::UnicodeUTF8));
65 ___qtreewidgetitem->setText(1, QApplication::translate("hotkeys", "Hotkey", 0, QApplication::UnicodeUTF8));
66 ___qtreewidgetitem->setText(0, QApplication::translate("hotkeys", "Action", 0, QApplication::UnicodeUTF8));
67 } // retranslateUi
68
69};
70
71namespace Ui {
72 class hotkeys: public Ui_hotkeys {};
73} // namespace Ui
74
75QT_END_NAMESPACE
76
77#endif // UI_HOTKEYS_H