wangwenx190 / framelesshelper

Project moved to: https://github.com/stdware/qwindowkit Cross-platform window customization framework for Qt Widgets and Qt Quick. Supports Windows, Linux and macOS.
MIT License
846 stars 203 forks source link

Fix the bug of unregistered datatype QuickGlobal::SystemTheme in Qt 5. #240

Closed mentalfl0w closed 1 year ago

mentalfl0w commented 1 year ago

修复Qt 5下使用Qt Quick,将FramelessHelperConstants.Dark等值赋值给类似FramelessUtils.systemTheme等对象时出现的如下问题: d8dd70f95057766d04efc7a561b06843

wangwenx190 commented 1 year ago

是不是QuickGlobal下的枚举都需要注册一下?

mentalfl0w commented 1 year ago

是不是QuickGlobal下的枚举都需要注册一下?

我觉得也是,待会儿调整一下

mentalfl0w commented 1 year ago

调整完成。

wangwenx190 commented 1 year ago

非常感谢!