[KDDDLL Index] [KDDDLL Heirarchy]
This class provides an incomplete base for your application view More...
#include <kdddllview.h>
Inherits: QWidget
This class provides an incomplete base for your application view. This also requires a new implementation of resizeEvent so your view is displayed correctly. Your View Widget should provide methods to handle the users actions on the view and interact with the doc class of the application to set the modified flag for the document. Example: You decided to use a QMultilineEdit widget in your view. This Widget emits a signal textChaged() if the user changes the text. Then, you could use this signal to connect to the slot of the doc class to set the
Constructor for the main view
Destructor for the main view
put the marked text/object into the clipboard and remove
put the marked text/object into the clipboard
paste the clipboard into the document
resizeEvent for the main view
Documentation generated by dboffice@home on Tue Mar 2 19:33:13 CET 1999 | Kdoc |