diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-04 00:33:50 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-04 00:33:50 +0200 |
| commit | 79415b76442ac6f8307ec0e10accec32383fabb9 (patch) | |
| tree | b393ba96a348bec7eb2ef9887a039366f500fc09 /mainwindow.ui | |
| parent | b60bb2ed272972847cb533be2e86bd2d7e565918 (diff) | |
| download | GUI_SS2015-79415b76442ac6f8307ec0e10accec32383fabb9.tar.gz GUI_SS2015-79415b76442ac6f8307ec0e10accec32383fabb9.zip | |
Add translations that are changeable during runtime
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 8e92663..209a4b9 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -37,6 +37,7 @@ <string>Edi&t</string> </property> <addaction name="actionPreferences"/> + <addaction name="actionLanguage"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> @@ -66,6 +67,11 @@ <string>&About</string> </property> </action> + <action name="actionLanguage"> + <property name="text"> + <string>&Language</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> |
