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

Add support for bindable properties (Qt6) #84

Open
arBmind opened this issue Jan 22, 2021 · 1 comment
Open

Add support for bindable properties (Qt6) #84

arBmind opened this issue Jan 22, 2021 · 1 comment

Comments

@arBmind
Copy link
Collaborator

arBmind commented Jan 22, 2021

Qt6 introduced bindable properties that replaces manual notify signals.
See Qt documentation:

For now this is not supported by Verdigris.
Is this even possible?

Ideas and pull requests are welcome!

@arBmind
Copy link
Collaborator Author

arBmind commented Aug 7, 2022

My branch: https://github.com/arbmind/verdigris/tree/feature/qt6_bindable implements full support for BINDABLE in Qt 6.2.4+ with C++20.

So far this does not align with the Verdigris project. That works on old Qt 5.x version and requires only C++14 to work.
I have no spare time right now to backport my changes to these requirements.

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

No branches or pull requests

1 participant