summaryrefslogtreecommitdiffstats
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 @@
-/********************************************************************************
-** Form generated from reading UI file 'callstack.ui'
-**
-** Created by: Qt User Interface Compiler version 4.8.5
-**
-** WARNING! All changes made in this file will be lost when recompiling UI file!
-********************************************************************************/
-
-#ifndef UI_CALLSTACK_H
-#define UI_CALLSTACK_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QDockWidget>
-#include <QtGui/QHeaderView>
-#include <QtGui/QTreeView>
-#include <QtGui/QVBoxLayout>
-#include <QtGui/QWidget>
-
-QT_BEGIN_NAMESPACE
-
-class Ui_CallStack
-{
-public:
- QWidget *dockWidgetContents;
- QVBoxLayout *verticalLayout;
- QTreeView *treeView;
-
- void setupUi(QDockWidget *CallStack)
- {
- if (CallStack->objectName().isEmpty())
- CallStack->setObjectName(QString::fromUtf8("CallStack"));
- CallStack->resize(400, 300);
- dockWidgetContents = new QWidget();
- dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents"));
- verticalLayout = new QVBoxLayout(dockWidgetContents);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- treeView = new QTreeView(dockWidgetContents);
- treeView->setObjectName(QString::fromUtf8("treeView"));
- treeView->setAlternatingRowColors(true);
- treeView->setRootIsDecorated(false);
- treeView->setItemsExpandable(false);
-
- verticalLayout->addWidget(treeView);
-
- CallStack->setWidget(dockWidgetContents);
-
- retranslateUi(CallStack);
-
- QMetaObject::connectSlotsByName(CallStack);
- } // setupUi
-
- void retranslateUi(QDockWidget *CallStack)
- {
- CallStack->setWindowTitle(QApplication::translate("CallStack", "Call stack", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
-};
-
-namespace Ui {
- class CallStack: public Ui_CallStack {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_CALLSTACK_H