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

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

Reply via email to