diff options
author | necoro <> | 2007-04-17 17:43:12 +0000 |
---|---|---|
committer | necoro <> | 2007-04-17 17:43:12 +0000 |
commit | 299ae3c9b6c7356217223b919440e42d50233695 (patch) | |
tree | 8915ae0582914b2285a8827745963fe4a218c203 /portato/gui/qt/ui/PreferenceWindow.ui | |
parent | ad74f5cfcda1e740e007f750f242bea33047920d (diff) | |
download | portato-299ae3c9b6c7356217223b919440e42d50233695.tar.gz portato-299ae3c9b6c7356217223b919440e42d50233695.tar.bz2 portato-299ae3c9b6c7356217223b919440e42d50233695.zip |
marking installed packages in pkglist
Diffstat (limited to 'portato/gui/qt/ui/PreferenceWindow.ui')
-rw-r--r-- | portato/gui/qt/ui/PreferenceWindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/portato/gui/qt/ui/PreferenceWindow.ui b/portato/gui/qt/ui/PreferenceWindow.ui index 6ac29e8..fd4ccfa 100644 --- a/portato/gui/qt/ui/PreferenceWindow.ui +++ b/portato/gui/qt/ui/PreferenceWindow.ui @@ -41,6 +41,13 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="pkgIconsCheck" > + <property name="text" > + <string>Use icons in package list</string> + </property> + </widget> + </item> </layout> </widget> </item> |