diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-08 10:27:31 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-08 10:27:31 +0200 |
| commit | d847e6bf7929c8565bff4e17d9fd077b8e0ca74d (patch) | |
| tree | b3b06f5ecb08251d7ea1660ce5318a7eb38271b5 /mainwindow.ui | |
| parent | 45813562e266cf8e58ea9cb04f655bbb542a555e (diff) | |
| download | GUI_SS2015-d847e6bf7929c8565bff4e17d9fd077b8e0ca74d.tar.gz GUI_SS2015-d847e6bf7929c8565bff4e17d9fd077b8e0ca74d.zip | |
Add XML files for reading and writing
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 9e55b3a..d551437 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -38,6 +38,9 @@ <property name="title"> <string>Fi&le</string> </property> + <addaction name="actionLoad"/> + <addaction name="actionSave"/> + <addaction name="actionSave_As"/> <addaction name="actionExit"/> </widget> <widget class="QMenu" name="menuEdir"> @@ -105,6 +108,21 @@ <string>Draw P&olygon</string> </property> </action> + <action name="actionLoad"> + <property name="text"> + <string>L&oad</string> + </property> + </action> + <action name="actionSave"> + <property name="text"> + <string>&Save</string> + </property> + </action> + <action name="actionSave_As"> + <property name="text"> + <string>S&ave As</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
