07.02.2018, 17:42, "NIkolai Marchenko" <[email protected]>: > even stuff like that? > https://imgur.com/a/tTFeO > I doubt it. I really don't want to delve into manual painter usage and > styleoptions when I can just quickly make such stuff with qml listview.
FWIW, in company where I work we routinely did such UIs for embedded systems with Qt 4 and widgets. However, it required quite a bit of work to implement basic ListView with pluggable renderers. However, we didn't use QStyle and style options, and had no tough controls like combo box there. > And basically the only thing that really hurts me with controls 2 is that > combobox becomes quite horrible > > On Wed, Feb 7, 2018 at 5:25 PM, Konstantin Tokarev <[email protected]> wrote: > >> 07.02.2018, 16:13, "NIkolai Marchenko" <[email protected]>: >>> And no, widgets is not an alterlative to proper qml controls on desktop >>> when you want custom interface. >>> I have an app that uses qml to draw a custom listview for users, it would >>> be extremely hard to replicate it with widgets and why should I do that >>> when I have qml? >> >> FWIW, it's not really hard to implement your own ItemView widgets. >> >> -- >> Regards, >> Konstantin -- Regards, Konstantin _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
