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

QDesignerContainerExtension need canAddWidget and canRemoveWidget in Qt6.3 #50

Open
MCA4213 opened this issue Jun 10, 2022 · 1 comment
Labels

Comments

@MCA4213
Copy link

MCA4213 commented Jun 10, 2022

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.

@czyt1988 czyt1988 added the bug label Apr 6, 2023
@czyt1988
Copy link
Owner

czyt1988 commented Apr 6, 2023

I will take time later to improve the designer plugin

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

No branches or pull requests

2 participants