diff options
author | rjb330 <[email protected]> | 2024-11-11 18:53:29 -0800 |
---|---|---|
committer | rjb330 <[email protected]> | 2024-11-14 04:25:43 -0800 |
commit | ae5e4d76b139f8bf5d235ab7ed8f4857f20ea512 (patch) | |
tree | c29c7d1a759da347819f50e31bdc72ec699b0c54 /client/config/configdialog.ui | |
parent | a5953b11fadd6352f955d051c5e7461cb00fd689 (diff) | |
download | twin-style-dekorator-ae5e4d76b139f8bf5d235ab7ed8f4857f20ea512.tar.gz twin-style-dekorator-ae5e4d76b139f8bf5d235ab7ed8f4857f20ea512.zip |
Add pseudotransparency for DeKorator themes with transparent pixmaps
Signed-off-by: rjb330 <[email protected]>
Diffstat (limited to 'client/config/configdialog.ui')
-rw-r--r-- | client/config/configdialog.ui | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/client/config/configdialog.ui b/client/config/configdialog.ui index 3de1a43..07997a7 100644 --- a/client/config/configdialog.ui +++ b/client/config/configdialog.ui @@ -8,8 +8,8 @@ <rect> <x>0</x> <y>0</y> - <width>471</width> - <height>525</height> + <width>481</width> + <height>568</height> </rect> </property> <property name="caption"> @@ -39,7 +39,7 @@ <cstring>generalbox</cstring> </property> <property name="frameShape"> - <enum>GroupBoxPanel</enum> + <enum>NoFrame</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> @@ -509,11 +509,22 @@ <property name="title"> <string>Colors</string> </property> - <vbox> + <grid> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="TQLayoutWidget"> + <widget class="TQCheckBox" row="0" column="0"> + <property name="name"> + <cstring>transparencyChkBox</cstring> + </property> + <property name="text"> + <string>Enable transparency</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>layout19</cstring> </property> @@ -581,7 +592,7 @@ </widget> </hbox> </widget> - </vbox> + </grid> </widget> <widget class="TQButtonGroup"> <property name="name"> @@ -1943,8 +1954,6 @@ Email: <a href="mailto:[email protected]"><font color="#ff0000"> </widget> </vbox> </widget> -<customwidgets> -</customwidgets> <connections> <connection> <sender>useMasks_Chkbox</sender> @@ -2085,7 +2094,6 @@ Email: <a href="mailto:[email protected]"><font color="#ff0000"> <slot>setEnabled(bool)</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kactivelabel.h</include> <include location="global" impldecl="in implementation">kcolorbutton.h</include> @@ -2094,4 +2102,5 @@ Email: <a href="mailto:[email protected]"><font color="#ff0000"> <include location="global" impldecl="in implementation">kurlrequester.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> </includes> +<layoutdefaults spacing="6" margin="11"/> </UI> |