[Qt5-feedback] What's about native widgets with QML?

Ian Monroe ian at monroe.nu
Thu May 12 21:03:35 CEST 2011


On Thu, May 12, 2011 at 12:54, Lukas Sommer <sommerluk at gmail.com> wrote:
> What's about native widgets with QML?
>
> I have understood that we can continue to use C++ in Qt5. However, it is
> recommended to use QML. How will theming/styling be working with QML these
> components? Yes, I have read that you try to port some QWidget based
> functionality to QML.

I think you are mixing up two things here. There are Qt Components,
which will provide a basic widget set and can change their appearance
based on the platform.

Another completely separate project is that QWidget is going to be
ported to Scenegraph. That's different then porting to QML, which
isn't happening.

Ian


More information about the Qt5-feedback mailing list