diff options
author | necoro <> | 2007-04-25 23:21:14 +0000 |
---|---|---|
committer | necoro <> | 2007-04-25 23:21:14 +0000 |
commit | eb2d5a7590bbbe91abe5d8f8a79624d6f756daba (patch) | |
tree | 445ca6391f3b7de33a3c2ee9f8b9e42e4688dc58 /portato/gui/templates/ui | |
parent | 28c524e8243f9eb41f2ecb7197e33711727526d9 (diff) | |
download | portato-eb2d5a7590bbbe91abe5d8f8a79624d6f756daba.tar.gz portato-eb2d5a7590bbbe91abe5d8f8a79624d6f756daba.tar.bz2 portato-eb2d5a7590bbbe91abe5d8f8a79624d6f756daba.zip |
added systray
Diffstat (limited to 'portato/gui/templates/ui')
-rw-r--r-- | portato/gui/templates/ui/PreferenceWindow.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/portato/gui/templates/ui/PreferenceWindow.ui b/portato/gui/templates/ui/PreferenceWindow.ui index fd4ccfa..fbc4a37 100644 --- a/portato/gui/templates/ui/PreferenceWindow.ui +++ b/portato/gui/templates/ui/PreferenceWindow.ui @@ -41,6 +41,21 @@ </property> </widget> </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="guiBox" > + <property name="title" > + <string>Visual Options</string> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>0</number> + </property> <item> <widget class="QCheckBox" name="pkgIconsCheck" > <property name="text" > @@ -48,6 +63,20 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="systrayCheck" > + <property name="text" > + <string>Show systray icon</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="minimizeCheck" > + <property name="text" > + <string>Minimize to systray (only if systray icon is activated)</string> + </property> + </widget> + </item> </layout> </widget> </item> |