6.11. Exercises

6.11.1. Improve the program you wrote for Exercise 2 from Chapter 5. Create a fully featured Edit menu (with Copy, Paste, Cut, Undo, and Redo) and support file saving and opening with KIO::NetAccess.
6.11.2. Use KRun to execute a program (and tell the user of its completion). Store the text of the KLineEdit for the sake of session management.

6.11.1. Improve the program you wrote for Exercise 2 from Chapter 5. Create a fully featured Edit menu (with Copy, Paste, Cut, Undo, and Redo) and support file saving and opening with KIO::NetAccess.