diff options
author | necoro <> | 2007-07-05 02:40:39 +0000 |
---|---|---|
committer | necoro <> | 2007-07-05 02:40:39 +0000 |
commit | 7d757db73d862b368c57aed2da769a53b3e1e920 (patch) | |
tree | f1c6a464aaa8a6ee340e141652b152ff667b2813 /portato/gui/templates/ui/MainWindow.ui | |
parent | 1a3073d1e195118c636df983fcd647d7d028cd82 (diff) | |
download | portato-7d757db73d862b368c57aed2da769a53b3e1e920.tar.gz portato-7d757db73d862b368c57aed2da769a53b3e1e920.tar.bz2 portato-7d757db73d862b368c57aed2da769a53b3e1e920.zip |
added ability to disable/enable plugins in qt too; added shutdown plugin
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/ui/MainWindow.ui | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/portato/gui/templates/ui/MainWindow.ui b/portato/gui/templates/ui/MainWindow.ui index e2eb0dc..9a3e15e 100644 --- a/portato/gui/templates/ui/MainWindow.ui +++ b/portato/gui/templates/ui/MainWindow.ui @@ -428,12 +428,6 @@ p, li { white-space: pre-wrap; } <addaction name="separator" /> <addaction name="quitAction" /> </widget> - <widget class="QMenu" name="helpMenu" > - <property name="title" > - <string>&?</string> - </property> - <addaction name="aboutAction" /> - </widget> <widget class="QMenu" name="emergeMenu" > <property name="title" > <string>&Emerge</string> @@ -448,6 +442,13 @@ p, li { white-space: pre-wrap; } <addaction name="separator" /> <addaction name="killAction" /> </widget> + <widget class="QMenu" name="helpMenu" > + <property name="title" > + <string>&?</string> + </property> + <addaction name="aboutAction" /> + <addaction name="pluginAction" /> + </widget> <addaction name="fileMenu" /> <addaction name="emergeMenu" /> <addaction name="helpMenu" /> @@ -540,6 +541,11 @@ p, li { white-space: pre-wrap; } <string>Show &new packages</string> </property> </action> + <action name="pluginAction" > + <property name="text" > + <string>Plugins</string> + </property> + </action> </widget> <customwidgets> <customwidget> |