From 215b6b79c3ecc9ca0954710c0dd2a218d4c015fb Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 1 Jul 2019 14:18:45 +0200 Subject: Include simple text editor in QtMips emulator. Signed-off-by: Pavel Pisa --- qtmips_gui/MainWindow.ui | 104 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 93 insertions(+), 11 deletions(-) (limited to 'qtmips_gui/MainWindow.ui') diff --git a/qtmips_gui/MainWindow.ui b/qtmips_gui/MainWindow.ui index 9e00c9a..3202726 100644 --- a/qtmips_gui/MainWindow.ui +++ b/qtmips_gui/MainWindow.ui @@ -58,9 +58,14 @@ File - + + + + + + @@ -126,7 +131,7 @@ false - + @@ -140,7 +145,7 @@ - + :/icons/document-import.png:/icons/document-import.png @@ -148,10 +153,92 @@ New simulation... + + Ctrl+N + + + + + Restart + + + + + + :/icons/new.png:/icons/new.png + + + New source + + + New source + + + Ctrl+N + + + + + + :/icons/open.png:/icons/open.png + + + Open source + + + Open source + Ctrl+O + + + false + + + + :/icons/save.png:/icons/save.png + + + Save source + + + Save source + + + Ctrl+S + + + + + false + + + Save source as + + + Save source as + + + + + false + + + + :/icons/closetab.png:/icons/closetab.png + + + Close source + + + Close source + + + Ctrl+C + + @@ -167,11 +254,6 @@ Ctrl+Q - - - Restart - - @@ -193,7 +275,7 @@ Step - Ctrl+S + Ctrl+T @@ -366,7 +448,7 @@ - &About Qt Mips + About Qt Mips @@ -374,7 +456,7 @@ true - &Max + Max Run at maximal speed, skip visualization for 100 msec -- cgit v1.2.3