diff options
author | necoro <> | 2007-04-10 20:09:37 +0000 |
---|---|---|
committer | necoro <> | 2007-04-10 20:09:37 +0000 |
commit | 2d76b0ba7f6d0040c42e53df87f1ffbcbbe2cba1 (patch) | |
tree | 1afe0cf0ba9bf2316c007635eeabb4029568a1de /portato/gui/qt/ui/MainWindow.ui | |
parent | f6b57b91d9af93a463b9549a6977feb48169c765 (diff) | |
download | portato-2d76b0ba7f6d0040c42e53df87f1ffbcbbe2cba1.tar.gz portato-2d76b0ba7f6d0040c42e53df87f1ffbcbbe2cba1.tar.bz2 portato-2d76b0ba7f6d0040c42e53df87f1ffbcbbe2cba1.zip |
Some more functionality for the Qt-Frontend (complete emerge)
Diffstat (limited to 'portato/gui/qt/ui/MainWindow.ui')
-rw-r--r-- | portato/gui/qt/ui/MainWindow.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/portato/gui/qt/ui/MainWindow.ui b/portato/gui/qt/ui/MainWindow.ui index 5a8f950..f942ea7 100644 --- a/portato/gui/qt/ui/MainWindow.ui +++ b/portato/gui/qt/ui/MainWindow.ui @@ -167,11 +167,11 @@ p, li { white-space: pre-wrap; } </widget> </item> <item> - <widget class="QCheckBox" name="installedCheck" > + <widget class="UncheckBox" name="installedCheck" > <property name="sizePolicy" > <sizepolicy> - <hsizetype>3</hsizetype> - <vsizetype>0</vsizetype> + <hsizetype>13</hsizetype> + <vsizetype>13</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -428,6 +428,13 @@ p, li { white-space: pre-wrap; } </property> </action> </widget> + <customwidgets> + <customwidget> + <class>UncheckBox</class> + <extends>QCheckBox</extends> + <header>portato/gui/qt/uncheckbox.h</header> + </customwidget> + </customwidgets> <resources/> <connections> <connection> |