KDEUI
kconfigdialog.h
Go to the documentation of this file.
Provides a means of automatically retrieving, saving and resetting KConfigSkeleton based settings in ...
Definition kconfigdialogmanager.h:85
virtual bool isDefault()
Returns whether the current state of the dialog is the same as the default configuration.
Definition kconfigdialog.cpp:316
static bool showDialog(const QString &name)
Attempts to show the dialog with the name 'name'.
Definition kconfigdialog.cpp:217
static KConfigDialog * exists(const QString &name)
See if a dialog with the name 'name' already exists.
Definition kconfigdialog.cpp:209
virtual bool hasChanged()
Returns whether the current state of the dialog is different from the current configuration.
Definition kconfigdialog.cpp:311
virtual void updateWidgets()
Update the dialog based on the settings.
Definition kconfigdialog.cpp:303
KConfigDialog(QWidget *parent, const QString &name, KConfigSkeleton *config)
Definition kconfigdialog.cpp:94
void settingsChanged(const QString &dialogName)
One or more of the settings have been permanently changed such as if the user clicked on the Apply or...
virtual void updateWidgetsDefault()
Update the dialog based on the default settings.
Definition kconfigdialog.cpp:307
Class for handling preferences settings for an application.
Definition kconfigskeleton.h:41
KPageWidgetItem * addPage(QWidget *widget, const QString &name)
Adds a new top level page to the dialog.
Definition kpagedialog.cpp:73
KPageDialog(QWidget *parent=0, Qt::WindowFlags flags=0)
Creates a new page dialog.
Definition kpagedialog.cpp:31
KPageWidgetItem is used by KPageWidget and represents a page.
Definition kpagewidgetmodel.h:51
const char header[]
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.