aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/MainWindow.ui
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-17 18:02:32 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-17 18:02:32 +0200
commit1d989de07fde1e5bef27336ede1497c88fa9249a (patch)
tree9b940f2b478520f13a204b67e2da861a72d1c0dc /qtmips_gui/MainWindow.ui
parent54ac86405049364df763e8ce002cf7aed4b69bed (diff)
downloadqtmips-1d989de07fde1e5bef27336ede1497c88fa9249a.tar.gz
qtmips-1d989de07fde1e5bef27336ede1497c88fa9249a.tar.bz2
qtmips-1d989de07fde1e5bef27336ede1497c88fa9249a.zip
Implemented message window to report compilation errors.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/MainWindow.ui')
-rw-r--r--qtmips_gui/MainWindow.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtmips_gui/MainWindow.ui b/qtmips_gui/MainWindow.ui
index cd898ae..aa01737 100644
--- a/qtmips_gui/MainWindow.ui
+++ b/qtmips_gui/MainWindow.ui
@@ -83,6 +83,7 @@
<addaction name="actionLcdDisplay"/>
<addaction name="actionCop0State"/>
<addaction name="actionCore_View_show"/>
+ <addaction name="actionMessages"/>
</widget>
<widget class="QMenu" name="menuMachine">
<property name="title">
@@ -527,6 +528,14 @@
<string>Core View</string>
</property>
</action>
+ <action name="actionMessages">
+ <property name="text">
+ <string>Messages</string>
+ </property>
+ <property name="toolTip">
+ <string>Show compile/build messages</string>
+ </property>
+ </action>
<action name="actionMnemonicRegisters">
<property name="checkable">
<bool>true</bool>