replacement for KDialog::[save|restore]DialogSize?

2014-09-14 Thread Aaron J. Seigo
hi.. what is the new idiom for KDialog::[save|restore]DialogSize when moving to QDialog? i couldn't find anything in the porting notes or in the porting scripts. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: replacement for KDialog::[save|restore]DialogSize?

2014-09-14 Thread Thomas Lübking
On Sonntag, 14. September 2014 19:16:35 CEST, Aaron J. Seigo wrote: hi.. what is the new idiom for KDialog::[save|restore]DialogSize when moving to QDialog? i couldn't find anything in the porting notes or in the porting scripts. KWindowConfig::[save|restore]WindowSize, i'd say. Dialog

Re: replacement for KDialog::[save|restore]DialogSize?

2014-09-14 Thread Aaron J. Seigo
On Sunday, September 14, 2014 19.49:42 Thomas Lübking wrote: On Sonntag, 14. September 2014 19:16:35 CEST, Aaron J. Seigo wrote: hi.. what is the new idiom for KDialog::[save|restore]DialogSize when moving to QDialog? i couldn't find anything in the porting notes or in the porting

Re: replacement for KDialog::[save|restore]DialogSize?

2014-09-14 Thread Thomas Lübking
On Sonntag, 14. September 2014 21:22:38 CEST, Aaron J. Seigo wrote: thanks. it's a little quirky: it doesn't work from the ctor of a QDialog subclass... You'll have to ensure that a) there's a QWindow (call QWidget::winId()) b) the eventloop is up (once the Qt bug is fixed - until then copying