Fix for qmessagebox default softkey visibility + some tab/space fixes.
commita8b5418c70e0e2d3b4f9dc25c1383a78c4da8f22
authorJanne Anttila <janne.anttila@digia.com>
Wed, 11 Nov 2009 12:20:40 +0000 (11 14:20 +0200)
committerJanne Anttila <janne.anttila@digia.com>
Wed, 11 Nov 2009 12:27:18 +0000 (11 14:27 +0200)
tree088c916fa389c35e390384a2ff667461756c2aff
parent05920c102d506378401a383aa820cabc9d0419c5
Fix for qmessagebox default softkey visibility + some tab/space fixes.

Default actions get added after the QDialogButtonBox::event receives
show event. That's why 'ok' softkey action will not get added to the
widget. Changed implementation so that softkey actions are added to
widget when they are created.

This implementation is also more safe in a sence that if actions
are changed when message box is visible, the softkeys will be updated.

Task-number: QTBUG-5644
Task-number: QT-2211
Reviewed-by: Sami Merila
src/gui/widgets/qdialogbuttonbox.cpp