qmlextension plugin
-
Hello everyone,
I have to create QT quick 2 extension Plugin which includes simple qml file to draw rectangle
after creating that extension plugin i have to use that plugin into another qt quick application to display that rectangle is it possible if so how to do that can anybody help !i referred Qt documentation exmple (clock) but unable to understand.
-
@Jagh i referred this example
i am able to expose time class from example to qml side but in that example there are qml files like Clock.qml and plugins.Qml i want to use these qml files as components is it possible if so how to do thatmy qmldir contains
module TimeExample
Clock 1.0 Clock.qml
plugin qmlqtimeexampleplugin -
@Jagh i referred this example
i am able to expose time class from example to qml side but in that example there are qml files like Clock.qml and plugins.Qml i want to use these qml files as components is it possible if so how to do thatmy qmldir contains
module TimeExample
Clock 1.0 Clock.qml
plugin qmlqtimeexampleplugin@jayshetti
no need to double post the same question.... CLOSING