kaddressbook
AddViewDialog Class Reference
#include <addviewdialog.h>
Detailed Description
Modal dialog used for adding a new view.The dialog asks for the name of the view as well as the type. Someday it would be nice for this to be a wizard.
Definition at line 41 of file addviewdialog.h.
Public Member Functions | |
AddViewDialog (QDict< ViewFactory > *viewFactoryDict, QWidget *parent, const char *name=0) | |
~AddViewDialog () | |
QString | viewName () const |
QString | viewType () const |
Protected Slots | |
void | clicked (int id) |
void | textChanged (const QString &text) |
Member Function Documentation
void AddViewDialog::clicked | ( | int | id | ) | [protected, slot] |
void AddViewDialog::textChanged | ( | const QString & | text | ) | [protected, slot] |
Called when the user changes the text in the name of the view.
Definition at line 105 of file addviewdialog.cpp.
The documentation for this class was generated from the following files: