Changed the way how the context buttons are implemented and how they are forwadded...
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 24 Aug 2010 09:57:45 +0000 (12:57 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 24 Aug 2010 09:57:45 +0000 (12:57 +0300)
commit005766e2428fcd7393c30f17e916de14037a52b9
tree08260de318b467e2313439eb692f29db38d650b6
parentd85749c8d7b66d0581d88582c1498f5ebea28bc3
Changed the way how the context buttons are implemented and how they are forwadded to the PanelContextButtonBar class.
It is now using a specialised QWidget that contains the buttons in a grid layout. Also made the required changes to
the RoutingPanel and UserInfoPanel classes.
src/ui/mainwindow.cpp
src/ui/panelbase.cpp
src/ui/panelbase.h
src/ui/panelcontextbuttonbar.cpp
src/ui/panelcontextbuttonbar.h
src/ui/routingpanel.cpp
src/ui/userinfopanel.cpp