-
Notifications
You must be signed in to change notification settings - Fork 77
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 QQuickPaintedItem example using Constructor trait #513
Conversation
39b8e44
to
06b57f8
Compare
23bfc48
to
8668c04
Compare
#546 may help (bumping vcpkg version) with the macOS errors here as @Be-ing found a similar looking error in the Qt bugs https://bugreports.qt.io/browse/QTBUG-95665?focusedCommentId=578483 |
Linking Qt6Quick statically requires linking println!("cargo:rustc-link-lib=link-arg=/home/be/qt6-installed/lib/objects-Release/Quick_resources_2/.rcc/qrc_scenegraph_shaders.cpp.o"); to build.rs for the qml-features crate got |
Constructor trait will be the API for allowing the developer to declare a different parent type #566. Once that is ready the |
aee8a0f
to
8be73b5
Compare
8be73b5
to
d48858f
Compare
This is now blocked on the fixes in #600 to get static macOS Qt with QtQuick working... |
This then allows you to create a QQuickItem such as a QQuickPaintedItem. Closes KDAB#474
d48858f
to
67597ed
Compare
Woohoo! @CarlSchwan we finally have the pieces in place to implement custom QQuickItems in Rust :) |
This then allows you to create a QQuickItem such as a QQuickPaintedItem.
Closes #474