On Monday, 2014-04-21, 10:59:43, m...@rpzdesign.com wrote:

> You can separate the GUI from the Model in C++ Classes as well, not just
> in QML/js vs C++ boundary.

Of course. I meant that the boundary makes it more obvious when you are 
attemping logic within the UI since you very explicitly switch from 
declarative to imperative code.

> Can Qt Widgets design pattern be brought forward using the same OpenGL
> foundation
> that QML uses to instantiate controls?

QML can instantiate widgets the same way it can instantiate QtQuick items.
It can instantiate any default constructible QObject subclass and most widgets 
are in that category.

Cheers,
Kevin

-- 
Qt Developer Days 2014, October 6 - 8 at BCC, Berlin. Save the dates!

Kevin Krammer | kevin.kram...@kdab.com | Senior Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - Qt Experts - Platform-independent software solutions

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to