diff options
author | Vincent Reher <tde@4reher.org> | 2021-01-21 12:51:58 -0800 |
---|---|---|
committer | Vincent Reher <tde@4reher.org> | 2021-01-21 12:51:58 -0800 |
commit | 714ac1f0c4ca9bcb352aa90ab11c0bd294b20c2f (patch) | |
tree | 52972183cfadca52c1ef2185fb21741e81ab0290 /styles/phase2/config/styledialog.ui | |
parent | f39f559fbfecb22bdfd46b07ba87ab832af2ae27 (diff) | |
download | tdeartwork-714ac1f0c4ca9bcb352aa90ab11c0bd294b20c2f.tar.gz tdeartwork-714ac1f0c4ca9bcb352aa90ab11c0bd294b20c2f.zip |
Introduce new TDE widget style that scales with font DPI.feature/Phase2_style
Style is based on the 'phase' style which according to its author
David Johnson, is "abandonware" (per 2020-09-24 email to Author).
This initial commit is based on code developed <= 2020-07-20 and has
been tested and actively used on Author's systems to date.
Signed-off-by: Vincent Reher <tde@4reher.org>
Diffstat (limited to 'styles/phase2/config/styledialog.ui')
-rw-r--r-- | styles/phase2/config/styledialog.ui | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/styles/phase2/config/styledialog.ui b/styles/phase2/config/styledialog.ui new file mode 100644 index 00000000..484de58a --- /dev/null +++ b/styles/phase2/config/styledialog.ui @@ -0,0 +1,70 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>StyleDialog</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>StyleDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>217</width> + <height>103</height> + </rect> + </property> + <property name="caption"> + <string>Style Dialog</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>stylebox</cstring> + </property> + <property name="frameShape"> + <enum>GroupBoxPanel</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="title"> + <string>Style Settings</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>gradients</cstring> + </property> + <property name="text"> + <string>Use &gradients</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This option will draw buttons and several other widgets using a gradient texture</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>highlights</cstring> + </property> + <property name="text"> + <string>Highlight on &mouse hover</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This option will highlight buttons and several other widgets when the mouse cursor is over them</string> + </property> + </widget> + </vbox> + </widget> + </hbox> +</widget> +<tabstops> + <tabstop>gradients</tabstop> + <tabstop>highlights</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |