Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FluAppBar内的WindowControlBtns未实现三态颜色 #287

Open
EveryOrigin opened this issue Sep 18, 2023 · 0 comments
Open

FluAppBar内的WindowControlBtns未实现三态颜色 #287

EveryOrigin opened this issue Sep 18, 2023 · 0 comments

Comments

@EveryOrigin
Copy link

EveryOrigin commented Sep 18, 2023

property color minimizeNormalColor: Qt.rgba(0,0,0,0) property color minimizeHoverColor: FluTheme.dark ? Qt.rgba(1,1,1,0.1) : Qt.rgba(0,0,0,0.06) property color maximizeNormalColor: Qt.rgba(0,0,0,0) property color maximizeHoverColor: FluTheme.dark ? Qt.rgba(1,1,1,0.1) : Qt.rgba(0,0,0,0.06) property color closeNormalColor: Qt.rgba(0,0,0,0) property color closeHoverColor: Qt.rgba(251/255,115/255,115/255,1)

真的很痛苦 能不能在下一个版本增加PressedColor? 另外原生的TitleBar在none active的时候会有一层灰色蒙版也没有...能不能添加一个Qt.lighter上去

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant