GSoC/GCI Archive
Google Code-in 2012 KDE

Marble: Create a toolbar for the routing widget

completed by: Illya Kovalevskyy

mentors: Torsten Rahn, René Küttner, Dennis Nienhüser

The RoutingWidget provides several actions as push buttons. Create a QToolBar on top of the widget (on top of RoutingWidget, no main toolbar of marble_part / QMainWindow) with the following actions:

  • Open Route
  • Save Route
  • (separator)
  • Add Via
  • Reverse Route
  • Clear Route
  • (separator)
  • Settings

Use the icons of the existing buttons and remove them. Make sure the actions are properly connected to the slots and work as before.