PyKDE - Python Bindings for KDE
class KReplaceDialog
Table of contents
Modules
kutils Classes
All Classes
Module
kutils
Class
KReplaceDialog
Inherits
KFindDialog
enums
Options
= {PromptOnReplace, BackReference }
methods
KReplaceDialog
(parent = 0, name = 0, options = 0, findStrings = QStringList (), replaceStrings = QStringList (), hasSelection = 1)
returns
a KReplaceDialog instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
parent
QWidget
0
name
char
0
options
long
0
findStrings
QStringList
QStringList ()
replaceStrings
QStringList
QStringList ()
hasSelection
bool
1
options
()
returns
(long)
In versions KDE 3.3.0 and above only
replaceExtension
()
returns
(QWidget)
In versions KDE 3.3.0 and above only
replacement
()
returns
(QString)
In versions KDE 3.3.0 and above only
replacementHistory
()
returns
(QStringList)
In versions KDE 3.3.0 and above only
setOptions
(options)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
options
long
setReplacementHistory
(history)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
history
QStringList
showEvent
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
QShowEvent
slotOk
()
returns
nothing
In versions KDE 3.3.0 and above only