On Friday, 23 April 2021 04:09:13 CEST Sze Howe Koh wrote:
> On Thu, 22 Apr 2021 at 23:38, Eric Fedosejevs <eric.fedosej...@gmail.com> 
> wrote:
> > I do not disbelieve you, but I live in the world of trust but verify....
> >
> > I have been searching for years for an example of a substantial QML based 
> > desktop productivity application without success. I want to know that it is 
> > both possible and straightforward to build such an application before I 
> > devote my time to it. I don't particular like having to use a scripting 
> > language, but I can stomach it if it works well. However, the lack of 
> > examples leads me to conclude that even if it is possible, it must be a 
> > royal pain.
> 
> Someone brought up MuseScore in another post recently. Does this
> count? https://github.com/musescore/MuseScore/tree/master/src/appshell/qml
> 

The thing is, it's not or/or -- you can combine QML and QWidgets in one 
application. Kdenlive also has parts that are QML, and at one point, Krita 
could dynamically switch between a QML-based ui and a QWidgets-based ui: Krita 
Gemini. This still works in Calligra, but in Krita it broke when we ported to 
Qt5 and the combination of an OpenGL based canvas and a Qt Quick UI became 
unworkable.

-- 
https://www.krita.org


_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to