24 #ifndef ADDVIEWDIALOG_H 25 #define ADDVIEWDIALOG_H 27 #include <kdialogbase.h> 47 AddViewDialog( TQDict<ViewFactory> *viewFactoryDict, TQWidget *parent, 48 const char *name = 0 ); 51 TQString viewName() const; 53 TQString viewType() const ; 67 TQDict<ViewFactory> *mViewFactoryDict; 68 TQLineEdit *mViewNameEdit; 69 TQButtonGroup *mTypeGroup; void clicked(int id) Called when the user selects a type radio button.
Modal dialog used for adding a new view.
void textChanged(const TQString &text) Called when the user changes the text in the name of the view.
|