Marble: Allow to print the contents in webpopups
completed by: Illya Kovalevskyy
mentors: Torsten Rahn, René Küttner, Dennis Nienhüser
- Add a button directly to the left of the "close" button in the web popup.
- On pressing the button trigger the quick print action, so that the user can print the web contents of the bubble.
- Wrap the printing code with an ":#ifndef QT_NO_PRINTER" . See how this is done in src/ControlView.cpp . This will omit the functionality on devices where there is no printing possible.
- Add some API that allows to disable the Printing icon via a flag.