summaryrefslogtreecommitdiffstats
path: root/src/gui/embedded/qscreenmulti_qws_p.h
diff options
context:
space:
mode:
authorSami Merilä <sami.merila@nokia.com>2009-10-08 09:19:35 (GMT)
committerSami Merilä <sami.merila@nokia.com>2009-10-08 09:19:35 (GMT)
commitcdf2e8162939257c6c715659db58854457f2811f (patch)
tree9c28a294329e423e6692fc3e8455946c7eaa7da5 /src/gui/embedded/qscreenmulti_qws_p.h
parentc15b370c9db16fdbfd9e7bec89ee9bf8c1110827 (diff)
downloadQt-cdf2e8162939257c6c715659db58854457f2811f.zip
Qt-cdf2e8162939257c6c715659db58854457f2811f.tar.gz
Qt-cdf2e8162939257c6c715659db58854457f2811f.tar.bz2
DialogButtonBox is shown together with softkeys (QTBUG-4739)
This fixes issue that both DialogButtonBox and softkeys are visible (e.g. in Ftp example) at the same time. Reason is that the previous implementation did the visiblitity setting when buttons were created. Unfortunately buttons can be created without parent and let layout manager to find parent them for you - so dialog as parent (=hide dialogbuttonbox as softkeys are in use) check failed. Now similar check is done before showing the widget - it is layoutted here, so it has parent as well. As a bonus, the event handling is already looking for dialog parent, so we can avoid doing another for-loop. Task-number: QTBUG-4739
Diffstat (limited to 'src/gui/embedded/qscreenmulti_qws_p.h')
0 files changed, 0 insertions, 0 deletions