diff options
author | necoro <> | 2007-07-11 07:37:22 +0000 |
---|---|---|
committer | necoro <> | 2007-07-11 07:37:22 +0000 |
commit | b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef (patch) | |
tree | 366a8a3656d01dc2e30f28943c898a2578211409 /portato/gui/templates/ui | |
parent | 3637bd7900f3b480b5935279c598c39bee70a03e (diff) | |
download | portato-b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef.tar.gz portato-b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef.tar.bz2 portato-b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef.zip |
added SIGSTOP/SIGCONT support; SIGTERM now works ;)
Diffstat (limited to 'portato/gui/templates/ui')
-rw-r--r-- | portato/gui/templates/ui/MainWindow.ui | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/portato/gui/templates/ui/MainWindow.ui b/portato/gui/templates/ui/MainWindow.ui index 9a3e15e..5329f9e 100644 --- a/portato/gui/templates/ui/MainWindow.ui +++ b/portato/gui/templates/ui/MainWindow.ui @@ -428,6 +428,13 @@ 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" /> + <addaction name="pluginAction" /> + </widget> <widget class="QMenu" name="emergeMenu" > <property name="title" > <string>&Emerge</string> @@ -441,13 +448,7 @@ p, li { white-space: pre-wrap; } <addaction name="saveAction" /> <addaction name="separator" /> <addaction name="killAction" /> - </widget> - <widget class="QMenu" name="helpMenu" > - <property name="title" > - <string>&?</string> - </property> - <addaction name="aboutAction" /> - <addaction name="pluginAction" /> + <addaction name="pauseAction" /> </widget> <addaction name="fileMenu" /> <addaction name="emergeMenu" /> @@ -546,6 +547,14 @@ p, li { white-space: pre-wrap; } <string>Plugins</string> </property> </action> + <action name="pauseAction" > + <property name="checkable" > + <bool>true</bool> + </property> + <property name="text" > + <string>Emerge &paused</string> + </property> + </action> </widget> <customwidgets> <customwidget> |