task185114, add org.ukui.style.yaml

This commit is contained in:
xibowen 2023-11-28 09:45:09 +08:00
parent ffa19ec267
commit ddf1d6763c
2 changed files with 94 additions and 1 deletions

View File

@ -0,0 +1,94 @@
style:
4.1.0.0-0k12:
keys:
blur-exception-classes:
_type: s
default: []
description: 'Example: [QWidget, QWidget1, QWidget2]'
summary: a list of QWidget based classes do not blur.
cursor-blink:
_type: b
default: true
description: Globally enable or disable blinking text cursor.
summary: Blink text cursor.
cursor-blink-time:
_type: i
default: 1200
description: The interval of text cursor blink.
summary: Blink text cursor interval.
custom-highlight-color:
_type: s
default: #3D6BE5
description: Set custom highlight color for UKUI desktop environment.Now is
to compatible with third party application
summary: Custom highlight color
enabled-global-blur:
_type: b
default: true
description: "Globally enable or disable the window blur effects for transparent\
\ window.\n Setting it to \"false\" will disable the effects."
summary: Enable Window Blur Effects.
icon-theme-name:
_type: s
default: ukui-icon-theme-default
description: Icon Theme for Qt Applications.Have ukui ukui-classical ukui-fashion
summary: Icon Theme for Qt Applications.
menu-transparency:
_type: i
default: 72
description: The default transparency of menu.
summary: Menu's transparency.
peony-side-bar-transparency:
_type: i
default: 72
description: The default transparency of the peony side bar.
summary: Peony::SideBar's transparency.
style-name:
_type: s
default: ukui-light
description: Set style for UKUI desktop environment. Have ukui-dark ukui-default
ukui-light
summary: Current Qt Style
system-font:
_type: s
default: Noto Sans CJK SC
description: System Font for Qt Applications.
summary: System Font for Qt Applications.
system-font-size:
_type: s
default: 11
description: System Font Size for Qt Applications. Use point size.
summary: System Font Size for Qt Applications.
system-palette:
_type: s
default: ''
description: Set default system palette for UKUI desktop environment.
summary: System Palette
theme-color:
_type: s
default: #3790FA
description: "Set theme color for UKUI desktop environment.include default,daybreakBlue,jamPurple,magenta,sunRed,sunsetOrange,dustGold,polarGreen,\n\
\ and using rgba for example \"(125,125,125) or #3790FA"
summary: theme color
use-custom-highlight-color:
_type: b
default: false
description: Globally enable or disable custom highlight color.Now is to compatible
with third party application
summary: Use custom highlight color.
use-system-palette:
_type: b
default: false
description: Globally enable or disable system palette provided by ukui platform.
summary: Use system palette.
widget-theme-name:
_type: s
default: default
description: Set system theme. Have default,classical and fashion
summary: Current widget theme name
window-radius:
_type: i
default: 12
description: Set the rounded corner size of the window
range: 0,12
summary: Window Radius

View File

@ -4013,7 +4013,6 @@ void UKUIConfigStyle::drawComplexControl(QStyle::ComplexControl control, const Q
painter->setPen(width <= 0 ? Qt::NoPen : sp->m_SpinBoxParameters.spinBoxUpClickPen);
painter->setBrush(sp->m_SpinBoxParameters.spinBoxUpClickBrush);
} else {
qDebug() << "focus." << focus;
if (focus) {
upOption.state |= State_MouseOver;
int width = sp->m_SpinBoxParameters.spinBoxUpFocusHoverPen.width();