diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-14 06:39:14 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-14 06:39:14 (GMT) |
commit | 01ecc29ad3f737fb8e1cc3a33dfa4687cd74c1a5 (patch) | |
tree | df8eaad887e0d57b57ed4232c136b65aef90c834 /tests/auto | |
parent | 6bd267a6af1ab5c10f4d70d8812ab76ffa6caffd (diff) | |
download | Qt-01ecc29ad3f737fb8e1cc3a33dfa4687cd74c1a5.zip Qt-01ecc29ad3f737fb8e1cc3a33dfa4687cd74c1a5.tar.gz Qt-01ecc29ad3f737fb8e1cc3a33dfa4687cd74c1a5.tar.bz2 |
Implemented minimalistic modal handling for Symbian OS.
The implementation is likely not complete, but makes autotests using
QApplication::activeModalWidget to pass. At least the following test now
pass successfully:
qcolordialog
qmessagebox
Might have positive impact to other autotests as well.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/_Categories/QtGui.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/_Categories/QtGui.txt b/tests/auto/_Categories/QtGui.txt index 495a173..a50dd0c 100644 --- a/tests/auto/_Categories/QtGui.txt +++ b/tests/auto/_Categories/QtGui.txt @@ -100,7 +100,7 @@ qmainwindow #qmdisubwindow not relevant for S60, skip for now qmenu qmenubar -#qmessagebox that's a hanger +qmessagebox qmouseevent qmouseevent_modal qmovie |