I am porting a Qt4 app that has a QMainWindow and a bunch of widgets
in a layout, one of them
being a QDeclarativeView.

I thought I'd try putting a QQuickView in its place but I am wondering
what to pass to its constructor arguments,
(it can't have a widget as a parent)...
or how to add it to a QLayout since it does not derive from QWidget.

Are there examples of how to mix the two in a single rectangular area?
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to