how to install qmlDesigner in qtcreator from clickable 8.2.0 ?
-
-
@ds2k5 Not sure if it is possible since the QtCreator from clickable is not from the 20.04 official ppa. I doubt that by explicitely install it via clickable will work ( by using
dependencies_host
property inclickable.yml
)
And AFAIK we can't use QtDesigner for Lomiri UI Toolkit components. -
thanks
And AFAIK we can't use QtDesigner for Lomiri UI Toolkit >components.
Which tool can I use instead?
To Build GUI like with qtdesigner / Qt Design Studio. -
@ds2k5 said in how to install qmlDesigner in qtcreator from clickable 8.2.0 ?:
thanks
And AFAIK we can't use QtDesigner for Lomiri UI Toolkit >components.
Which tool can I use instead?
To Build GUI like with qtdesigner / Qt Design Studio.I don't know any tool. We all create apps by hand
-
maybe the flatpak works https://flathub.org/apps/io.qt.qtdesignstudio
-
@ds2k5
I have used QT Design Studio to create the base UI for GisForecast (was a little bit complicated (for me)) and than i have modified it in Visual Studio Code by hand.