Re: [Interest] QWidget resize on ios

2014-05-07 Thread Rutledge Shawn
On 6 May 2014, at 6:36 PM, Thiago Macieira wrote: > Em ter 06 maio 2014, às 17:40:56, oxygen77.ct escreveu: >> Ok that I can understand but it's still strange that it can't be overridden. > > It's not supported on iOS because the QPA plugin has no support for it. Maybe > > because the system

Re: [Interest] QWidget resize on ios

2014-05-06 Thread Thiago Macieira
Em ter 06 maio 2014, às 17:40:56, oxygen77.ct escreveu: > Ok that I can understand but it's still strange that it can't be overridden. It's not supported on iOS because the QPA plugin has no support for it. Maybe because the system has no support for it, but I can't tell you for certain because

Re: [Interest] QWidget resize on ios

2014-05-06 Thread oxygen77.ct
Ok that I can understand but it's still strange that it can't be overridden. And for Qmessagebox they should at least be like the one from native ui? Christophe > Le 6 mai 2014 à 17:23, Thiago Macieira a écrit : > >> Em ter 06 maio 2014, às 17:08:44, Christophe Thomas escreveu: >> Dear all,

Re: [Interest] QWidget resize on ios

2014-05-06 Thread Thiago Macieira
Em ter 06 maio 2014, às 17:08:44, Christophe Thomas escreveu: > 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 scree

[Interest] QWidget resize on ios

2014-05-06 Thread Christophe Thomas
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 set