Dear all,

I'm currently porting an app working on desktop on ios. I'm having trouble
setting a fixed size to QDialog, I've tryed using dialog->resize(...) or
even dialog->setFixedSize(..) with a size smaller than my iPad screen but
the QDialog keeps beeing displayed in full screen.

I've tryed setting the size in the constructor of the class or in a slot
driven by an UI event with no chance.

I'm using Qt 5.2.1.

I have similar issue with QMessageBox that are displayed in full screen.

Regards,

Chris
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to