woboq / verdigris

Qt without moc: set of macros to use Qt without needing moc
https://woboq.com/blog/verdigris-qt-without-moc.html
GNU Lesser General Public License v3.0
638 stars 58 forks source link

Add support for bindable properties (Qt6) #84

Open arBmind opened 3 years ago

arBmind commented 3 years ago

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 commented 2 years ago

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.