[Interest] Android: Dialog issue

Muhammad Bashir Al-Noimi mbnoimi at gmail.com
Sun Sep 1 16:09:49 CEST 2013


      Howdy,

When I call any modal dialog it doesn’t appear in full screen mode until 
minimize the application to the tray then open it once again although I 
forced it to be shown in full screen by:

     DialogAbout dlg;
#if defined(Q_OS_ANDROID)
     dlg.showFullScreen();
#endif
     dlg.exec();

How can I fix this issue?

-- 
Best Regards,
Muhammad Bashir Al-Noimi




More information about the Interest mailing list