PyKDE - Python Bindings for KDE
class KCMultiDialog
Table of contents
Modules
kutils Classes
All Classes
Module
kutils
Class
KCMultiDialog
Inherits
KDialogBase
methods
KCMultiDialog
(parent = 0, name = 0, modal = 0)
returns
a KCMultiDialog instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
parent
QWidget
0
name
char
0
modal
bool
0
KCMultiDialog
(dialogFace, caption, parent = 0, name = 0, modal = 0)
returns
a KCMultiDialog instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
dialogFace
int
caption
QString
parent
QWidget
0
name
char
0
modal
bool
0
KCMultiDialog
(dialogFace, user2, user3 = KGuiItem (), buttonMask = User2, caption = i18n ("Configure" ), parent = 0, name = 0, modal = 0)
returns
a KCMultiDialog instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
dialogFace
int
user2
KGuiItem
user3
KGuiItem
KGuiItem ()
buttonMask
int
User2
caption
QString
i18n ("Configure" )
parent
QWidget
0
name
char
0
modal
bool
0
addModule
(module, withfallback = 1)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
module
QString
withfallback
bool
1
addModule
(moduleinfo, parentmodulenames = QStringList (), withfallback = 0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
moduleinfo
KCModuleInfo
parentmodulenames
QStringList
QStringList ()
withfallback
bool
0
apply
()
returns
nothing
In versions KDE 3.3.0 and above only
configCommitted
()
returns
nothing
In versions KDE 3.3.0 and above only
configCommitted
(instanceName)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
instanceName
QCString
removeAllModules
()
returns
nothing
In versions KDE 3.3.0 and above only
show
()
returns
nothing
In versions KDE 3.3.0 and above only
slotApply
()
returns
nothing
In versions KDE 3.3.0 and above only
slotDefault
()
returns
nothing
In versions KDE 3.3.0 and above only
slotHelp
()
returns
nothing
In versions KDE 3.3.0 and above only
slotOk
()
returns
nothing
In versions KDE 3.3.0 and above only
slotUser1
()
returns
nothing
In versions KDE 3.3.0 and above only