PyKDE - Python Bindings for KDE
class KTextEdit
Table of contents
Modules
kdeui Classes
All Classes
Module
kdeui
Class
KTextEdit
Inherits
QTextEdit
methods
KTextEdit
(text, context = QString .null, parent = 0, name = 0)
returns
a KTextEdit instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
text
QString
context
QString
QString .null
parent
QWidget
0
name
char
0
KTextEdit
(parent = 0, name = 0)
returns
a KTextEdit instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
parent
QWidget
0
name
char
0
checkSpelling
()
returns
nothing
In versions KDE 3.2.0 and above only
checkSpellingEnabled
()
returns
(bool)
In versions KDE 3.2.0 and above only
contentsWheelEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
QWheelEvent
createPopupMenu
(pos)
returns
(QPopupMenu)
In versions KDE 3.2.0 and above only
Argument
Type
Default
pos
QPoint
createPopupMenu
()
returns
(QPopupMenu)
In versions KDE 3.2.0 and above only
deleteWordBack
()
returns
nothing
In versions KDE 3.1.0 and above only
deleteWordForward
()
returns
nothing
In versions KDE 3.1.0 and above only
focusInEvent
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
QFocusEvent
highLightWord
(length, pos)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
length
uint
pos
uint
keyPressEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
QKeyEvent
setCheckSpellingEnabled
(check)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
check
bool
setPalette
(palette)
returns
nothing
In versions KDE 3.1.1 and above only
Argument
Type
Default
palette
QPalette
setReadOnly
(readOnly)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
readOnly
bool
virtual_hook
(id, data)
Not Implemented