diff options
author | necoro <> | 2007-04-16 16:35:39 +0000 |
---|---|---|
committer | necoro <> | 2007-04-16 16:35:39 +0000 |
commit | 35d7c73cf74e891b6ead631444e4e470b3a7a941 (patch) | |
tree | 39bbab5669a1e2ab239fcd4698c23f9aeaa09e82 /portato/gui/qt/ui/MainWindow.ui | |
parent | 19f9e0b5234693cf7e27a24c94f2136cd90be8c7 (diff) | |
download | portato-35d7c73cf74e891b6ead631444e4e470b3a7a941.tar.gz portato-35d7c73cf74e891b6ead631444e4e470b3a7a941.tar.bz2 portato-35d7c73cf74e891b6ead631444e4e470b3a7a941.zip |
added preferences for Qt-Frontend
Diffstat (limited to 'portato/gui/qt/ui/MainWindow.ui')
-rw-r--r-- | portato/gui/qt/ui/MainWindow.ui | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/portato/gui/qt/ui/MainWindow.ui b/portato/gui/qt/ui/MainWindow.ui index 2830291..14127c9 100644 --- a/portato/gui/qt/ui/MainWindow.ui +++ b/portato/gui/qt/ui/MainWindow.ui @@ -394,12 +394,6 @@ p, li { white-space: pre-wrap; } <height>31</height> </rect> </property> - <widget class="QMenu" name="menuFile" > - <property name="title" > - <string>&File</string> - </property> - <addaction name="quitAction" /> - </widget> <widget class="QMenu" name="menuHelp" > <property name="title" > <string>&?</string> @@ -415,6 +409,13 @@ p, li { white-space: pre-wrap; } <addaction name="updateAction" /> <addaction name="separator" /> </widget> + <widget class="QMenu" name="menuFile" > + <property name="title" > + <string>&File</string> + </property> + <addaction name="prefAction" /> + <addaction name="quitAction" /> + </widget> <addaction name="menuFile" /> <addaction name="menu_Emerge" /> <addaction name="menuHelp" /> @@ -455,6 +456,11 @@ p, li { white-space: pre-wrap; } <string>Update &World</string> </property> </action> + <action name="prefAction" > + <property name="text" > + <string>&Preferences</string> + </property> + </action> </widget> <customwidgets> <customwidget> |