You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built the solution on msvc 2022 + Qt6.3 and I have some notes:
replace qt5_wrap_cpp with qt6_wrap_cpp in cmake ;
All class that use QDesignerContainerExtension have errors (abstract class):
add bool canRemove(int index) const Q_DECL_OVERRIDE; and bool canAddWidget() const Q_DECL_OVERRIDE;
Thanks and sorry to write in english, I don't know chinese.
The text was updated successfully, but these errors were encountered:
I have built the solution on msvc 2022 + Qt6.3 and I have some notes:
replace qt5_wrap_cpp with qt6_wrap_cpp in cmake ;
All class that use QDesignerContainerExtension have errors (abstract class):
add bool canRemove(int index) const Q_DECL_OVERRIDE; and bool canAddWidget() const Q_DECL_OVERRIDE;
Thanks and sorry to write in english, I don't know chinese.
The text was updated successfully, but these errors were encountered: