PyKDE - Python Bindings for KDE
class KFontRequester
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KFontRequester
Inherits
QWidget
methods
KFontRequester
(parent = 0, name = 0, onlyFixed = 0)
returns
a KFontRequester instance
In versions KDE 3.2.0 and above only
Argument
Type
Default
parent
QWidget
0
name
char
0
onlyFixed
bool
0
button
()
returns
(QPushButton)
In versions KDE 3.2.0 and above only
buttonClicked
()
returns
nothing
In versions KDE 3.2.0 and above only
displaySampleText
()
returns
nothing
In versions KDE 3.2.0 and above only
font
()
returns
(QFont)
In versions KDE 3.2.0 and above only
fontSelected
(font)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
font
QFont
isFixedOnly
()
returns
(bool)
In versions KDE 3.2.0 and above only
label
()
returns
(QLabel)
In versions KDE 3.2.0 and above only
sampleText
()
returns
(QString)
In versions KDE 3.2.0 and above only
setFont
(font, onlyFixed = 0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
font
QFont
onlyFixed
bool
0
setSampleText
(text)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
text
QString
setTitle
(title)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
title
QString
setToolTip
()
returns
nothing
In versions KDE 3.2.0 and above only
title
()
returns
(QString)
In versions KDE 3.2.0 and above only