qt6-bb10/src/printsupport
Bradley T. Hughes f7674d8122 printing: Make sure window modality works with native print dialogs
Make the native QPrintDialogs and QPageSetupDialogs participate in the
Qt modality system. Even though we are overriding QDialog::setVisible()
and exec() to show the native dialgos, we want to still call into
QDialog::setVisible() so that modality state and events are properly
handled. We do this by setting the WA_DontShowOnScreen attribute on
QPrintDialog and QPageSetupDialog, and call QDialog::setVisible() at the
appropriate places.

Change-Id: I7d800790c40ba1f467c3315e29abb79a7fa0eb34
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-04-04 11:56:57 +02:00
..
dialogs printing: Make sure window modality works with native print dialogs 2012-04-04 11:56:57 +02:00
kernel Documentation cleanup 2012-03-31 08:43:34 +02:00
widgets Remove unused dummy vars from print preview widgets. 2012-04-02 16:56:48 +02:00
printsupport.pro Revert "Put the generated <module>version.h into build tree" 2012-02-01 10:48:09 +01:00