We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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上去
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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上去
The text was updated successfully, but these errors were encountered: