PyKDE - Python Bindings for KDE
class KReplaceDialog
Table of contents
Modules
tdeutils Classes
All Classes
Module
tdeutils
Class
KReplaceDialog
Inherits
KFindDialog
enums
Options
= {PromptOnReplace, BackReference }
methods
KReplaceDialog
(parent = 0, name = 0, options = 0, findStrings = TQStringList (), replaceStrings = TQStringList (), hasSelection = 1)
returns
a KReplaceDialog instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
parent
TQWidget
0
name
char
0
options
long
0
findStrings
TQStringList
TQStringList ()
replaceStrings
TQStringList
TQStringList ()
hasSelection
bool
1
options
()
returns
(long)
In versions KDE 3.3.0 and above only
replaceExtension
()
returns
(TQWidget)
In versions KDE 3.3.0 and above only
replacement
()
returns
(TQString)
In versions KDE 3.3.0 and above only
replacementHistory
()
returns
(TQStringList)
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
TQStringList
showEvent
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
TQShowEvent
slotOk
()
returns
nothing
In versions KDE 3.3.0 and above only