diff options
| author | tassaron | 2017-08-20 22:04:57 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-20 22:04:57 -0400 |
| commit | 9d9c4076ac1dfccdd1a753d137d87bcf5f179e3b (patch) | |
| tree | 5349355724a72edf06b2451f13721f72106bb284 /src/gui/mainwindow.ui | |
| parent | 6bf8a553d6170e0ca6e7d2002e46ae327a6e5e81 (diff) | |
added undo button to GUI
with icons that theoretically should look ok cross-platform
Diffstat (limited to 'src/gui/mainwindow.ui')
| -rw-r--r-- | src/gui/mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/mainwindow.ui b/src/gui/mainwindow.ui index b43d375..cd8454d 100644 --- a/src/gui/mainwindow.ui +++ b/src/gui/mainwindow.ui @@ -111,6 +111,13 @@ <enum>QLayout::SetMinimumSize</enum> </property> <item> + <widget class="QPushButton" name="pushButton_undo"> + <property name="text"> + <string>Undo</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer_6"> <property name="orientation"> <enum>Qt::Horizontal</enum> |
