PDA

View Full Version : Set fixed window size with QQuickView



cristeab
29th January 2013, 15:52
Is there a way to set fixed window size when using QQuickView ? How about making the window modal (i.e. cannot be minimized) ?

wysota
31st January 2013, 10:25
QQuickView has QWindow in its inheritance tree thus you can set minimum/maximum width/height properties. As for modality -- QWindow::setModality()