kconfigdialog.h
void settingsChanged(const char *dialogName)
One or more of the settings have been permanently changed such as if the user clicked on the Apply or...
void settingsChanged()
One or more of the settings have been permanently changed such as if the user clicked on the Apply or...
virtual bool isDefault()
Returns whether the current state of the dialog is the same as the default configuration.
Definition: kconfigdialog.h:239
virtual bool hasChanged()
Returns whether the current state of the dialog is different from the current configutation.
Definition: kconfigdialog.h:233
A dialog base class with standard buttons and predefined layouts.
Definition: kdialogbase.h:192
TQFrame * addPage(const TQString &itemName, const TQString &header=TQString::null, const TQPixmap &pixmap=TQPixmap())
Add a page to the dialog when the class is used in TreeList , IconList or Tabbed mode.
Definition: kdialogbase.cpp:1296