summaryrefslogtreecommitdiff
path: root/src/citra_qt/ui_callstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/ui_callstack.h')
-rw-r--r--src/citra_qt/ui_callstack.h68
1 files changed, 0 insertions, 68 deletions
diff --git a/src/citra_qt/ui_callstack.h b/src/citra_qt/ui_callstack.h
deleted file mode 100644
index 75d10253c..000000000
--- a/src/citra_qt/ui_callstack.h
+++ /dev/null
@@ -1,68 +0,0 @@
1/********************************************************************************
2** Form generated from reading UI file 'callstack.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_CALLSTACK_H
10#define UI_CALLSTACK_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QAction>
14#include <QtGui/QApplication>
15#include <QtGui/QButtonGroup>
16#include <QtGui/QDockWidget>
17#include <QtGui/QHeaderView>
18#include <QtGui/QTreeView>
19#include <QtGui/QVBoxLayout>
20#include <QtGui/QWidget>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_CallStack
25{
26public:
27 QWidget *dockWidgetContents;
28 QVBoxLayout *verticalLayout;
29 QTreeView *treeView;
30
31 void setupUi(QDockWidget *CallStack)
32 {
33 if (CallStack->objectName().isEmpty())
34 CallStack->setObjectName(QString::fromUtf8("CallStack"));
35 CallStack->resize(400, 300);
36 dockWidgetContents = new QWidget();
37 dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents"));
38 verticalLayout = new QVBoxLayout(dockWidgetContents);
39 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
40 treeView = new QTreeView(dockWidgetContents);
41 treeView->setObjectName(QString::fromUtf8("treeView"));
42 treeView->setAlternatingRowColors(true);
43 treeView->setRootIsDecorated(false);
44 treeView->setItemsExpandable(false);
45
46 verticalLayout->addWidget(treeView);
47
48 CallStack->setWidget(dockWidgetContents);
49
50 retranslateUi(CallStack);
51
52 QMetaObject::connectSlotsByName(CallStack);
53 } // setupUi
54
55 void retranslateUi(QDockWidget *CallStack)
56 {
57 CallStack->setWindowTitle(QApplication::translate("CallStack", "Call stack", 0, QApplication::UnicodeUTF8));
58 } // retranslateUi
59
60};
61
62namespace Ui {
63 class CallStack: public Ui_CallStack {};
64} // namespace Ui
65
66QT_END_NAMESPACE
67
68#endif // UI_CALLSTACK_H