Prev Next Table of Contents
Answers to the exercises can be found in Appendix C, "Answers".
2.7.1. Referring to the KDE class documentation for KToolBar, modify KSimpleApp to include a line editor on the toolbar.
2.7.2. Modify KSimpleApp to put a QMultiLineEdit widget in the content area instead of a QLabel. Replace all the references to the Reposition Text function with a function that clears the widget. You will need to refer to the Qt class documentation for QMultiLineEdit.