PyKDE - Python Bindings for KDE
class KEditListBox
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KEditListBox
Inherits
QGroupBox
enums
(anonymous)
= {All }
Button
= {Add, Remove, UpDown }
Button
= {Add, Remove, UpDown, All }
methods
KEditListBox
(parent = 0, name = 0, checkAtEntering = 0, buttons = All)
returns
a KEditListBox instance
Argument
Type
Default
parent
QWidget
0
name
char
0
checkAtEntering
bool
0
buttons
int
All
KEditListBox
(title, parent = 0, name = 0, checkAtEntering = 0, buttons = All)
returns
a KEditListBox instance
Argument
Type
Default
title
QString
parent
QWidget
0
name
char
0
checkAtEntering
bool
0
buttons
int
All
KEditListBox
(title, customEditor, parent = 0, name = 0, checkAtEntering = 0, buttons = All)
returns
a KEditListBox instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
title
QString
customEditor
KEditListBox.CustomEditor
parent
QWidget
0
name
char
0
checkAtEntering
bool
0
buttons
int
All
addButton
()
returns
(QPushButton)
addItem
()
returns
nothing
added
(text)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
text
QString
buttons
()
returns
(int)
In versions KDE 3.4.0 and above only
changed
()
returns
nothing
clear
()
returns
nothing
count
()
returns
(int)
currentItem
()
returns
(int)
currentText
()
returns
(QString)
downButton
()
returns
(QPushButton)
enableMoveButtons
(index)
returns
nothing
Argument
Type
Default
index
int
insertItem
(text, index = -1)
returns
nothing
Argument
Type
Default
text
QString
index
int
-1
insertStrList
(list, index = -1)
returns
nothing
Argument
Type
Default
list
QStrList
index
int
-1
insertStrList
(list, index = -1)
returns
nothing
Argument
Type
Default
list
QStrList
index
int
-1
insertStrList
(list, index)
returns
nothing
Argument
Type
Default
list
a Python list of strings
index
int
insertStringList
(list, index = -1)
returns
nothing
Argument
Type
Default
list
QStringList
index
int
-1
items
()
returns
(QStringList)
lineEdit
()
returns
(KLineEdit)
listBox
()
returns
(QListBox)
moveItemDown
()
returns
nothing
moveItemUp
()
returns
nothing
removeButton
()
returns
(QPushButton)
removeItem
()
returns
nothing
removed
(text)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
text
QString
setButtons
(buttons)
returns
nothing
In versions KDE 3.4.0 and above only
Argument
Type
Default
buttons
uint
setItems
(items)
returns
nothing
In versions KDE 3.4.0 and above only
Argument
Type
Default
items
QStringList
text
(index)
returns
(QString)
Argument
Type
Default
index
int
typedSomething
(text)
returns
nothing
Argument
Type
Default
text
QString
upButton
()
returns
(QPushButton)