diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-09-19 19:11:57 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-09-21 08:07:48 (GMT) |
commit | f01dd45eb52e6a9d76fbd2645466cc52319715a0 (patch) | |
tree | b1df1d8c4603ad9ee2d33ad60621c367864aeaaa /src/gui/itemviews/qabstractitemview.cpp | |
parent | e03186c7ebf1a77cf18dffa26bbeb6c4b960219c (diff) | |
download | Qt-f01dd45eb52e6a9d76fbd2645466cc52319715a0.zip Qt-f01dd45eb52e6a9d76fbd2645466cc52319715a0.tar.gz Qt-f01dd45eb52e6a9d76fbd2645466cc52319715a0.tar.bz2 |
QWizard changed to use the new soft key API.
Created an array of soft key actions that are created on the fly as
buttons are needed. This moved the allocations for the actions out
of the updateButtonStates() function which is called quite often so
allocations should happen less often now.
The signals and text should are kept in sync with the buttons.
Controlling which soft keys are currently available is done when
the buttons states are updated by calling addAction or removeAction.
The soft key framework then picks up on these changes.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui/itemviews/qabstractitemview.cpp')
0 files changed, 0 insertions, 0 deletions