diff options
| author | 2014-04-18 18:30:53 -0400 | |
|---|---|---|
| committer | 2014-04-18 18:34:23 -0400 | |
| commit | e5f09b8be65c06927164428b5d400024e2388dbc (patch) | |
| tree | 0f0fd4035bcc88c0de5a47a7d3c64b4f67453897 /src/citra_qt/ui_disassembler.h | |
| parent | Merge branch 'hle-interface' (diff) | |
| download | yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.gz yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.xz yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.zip | |
UI/debugger changes
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/ui_disassembler.h (renamed from src/citra_qt/ui_disasm.h) | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/citra_qt/ui_disasm.h b/src/citra_qt/ui_disassembler.h index 697a224cb..a0230fe9c 100644 --- a/src/citra_qt/ui_disasm.h +++ b/src/citra_qt/ui_disassembler.h | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | /******************************************************************************** | 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'disasm.ui' | 2 | ** Form generated from reading UI file 'disassembler.ui' |
| 3 | ** | 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 4.8.5 | 4 | ** Created by: Qt User Interface Compiler version 4.8.5 |
| 5 | ** | 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ | 7 | ********************************************************************************/ |
| 8 | 8 | ||
| 9 | #ifndef UI_DISASM_H | 9 | #ifndef UI_DISASSEMBLER_H |
| 10 | #define UI_DISASM_H | 10 | #define UI_DISASSEMBLER_H |
| 11 | 11 | ||
| 12 | #include <QtCore/QVariant> | 12 | #include <QtCore/QVariant> |
| 13 | #include <QtGui/QAction> | 13 | #include <QtGui/QAction> |
| @@ -17,6 +17,7 @@ | |||
| 17 | #include <QtGui/QHBoxLayout> | 17 | #include <QtGui/QHBoxLayout> |
| 18 | #include <QtGui/QHeaderView> | 18 | #include <QtGui/QHeaderView> |
| 19 | #include <QtGui/QPushButton> | 19 | #include <QtGui/QPushButton> |
| 20 | #include <QtGui/QTableView> | ||
| 20 | #include <QtGui/QTreeView> | 21 | #include <QtGui/QTreeView> |
| 21 | #include <QtGui/QVBoxLayout> | 22 | #include <QtGui/QVBoxLayout> |
| 22 | #include <QtGui/QWidget> | 23 | #include <QtGui/QWidget> |
| @@ -35,6 +36,7 @@ public: | |||
| 35 | QPushButton *pushButton; | 36 | QPushButton *pushButton; |
| 36 | QPushButton *button_breakpoint; | 37 | QPushButton *button_breakpoint; |
| 37 | QTreeView *treeView; | 38 | QTreeView *treeView; |
| 39 | QTableView *tableView; | ||
| 38 | 40 | ||
| 39 | void setupUi(QDockWidget *DockWidget) | 41 | void setupUi(QDockWidget *DockWidget) |
| 40 | { | 42 | { |
| @@ -84,6 +86,12 @@ public: | |||
| 84 | 86 | ||
| 85 | verticalLayout->addWidget(treeView); | 87 | verticalLayout->addWidget(treeView); |
| 86 | 88 | ||
| 89 | tableView = new QTableView(dockWidgetContents); | ||
| 90 | tableView->setObjectName(QString::fromUtf8("tableView")); | ||
| 91 | tableView->setAlternatingRowColors(true); | ||
| 92 | |||
| 93 | verticalLayout->addWidget(tableView); | ||
| 94 | |||
| 87 | DockWidget->setWidget(dockWidgetContents); | 95 | DockWidget->setWidget(dockWidgetContents); |
| 88 | 96 | ||
| 89 | retranslateUi(DockWidget); | 97 | retranslateUi(DockWidget); |
| @@ -109,4 +117,4 @@ namespace Ui { | |||
| 109 | 117 | ||
| 110 | QT_END_NAMESPACE | 118 | QT_END_NAMESPACE |
| 111 | 119 | ||
| 112 | #endif // UI_DISASM_H | 120 | #endif // UI_DISASSEMBLER_H |