PyKDE - Python Bindings for KDE
class KFontRequester
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KFontRequester
Inherits
TQWidget
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
TQWidget
0
name
char
0
onlyFixed
bool
0
button
()
returns
(TQPushButton)
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
(TQFont)
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
TQFont
isFixedOnly
()
returns
(bool)
In versions KDE 3.2.0 and above only
label
()
returns
(TQLabel)
In versions KDE 3.2.0 and above only
sampleText
()
returns
(TQString)
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
TQFont
onlyFixed
bool
0
setSampleText
(text)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
text
TQString
setTitle
(title)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
title
TQString
setToolTip
()
returns
nothing
In versions KDE 3.2.0 and above only
title
()
returns
(TQString)
In versions KDE 3.2.0 and above only