QFontDialog¶
- PyQt5.QtWidgets.QFontDialog
Inherits from QDialog.
Description¶
TODO
Classes¶
Enums¶
- FontDialogOption
TODO
Member
Value
Description
DontUseNativeDialog TODO
TODO
MonospacedFonts TODO
TODO
NoButtons TODO
TODO
NonScalableFonts TODO
TODO
ProportionalFonts TODO
TODO
ScalableFonts TODO
TODO
Methods¶
- __init__(parent: QWidget = None)
TODO
- changeEvent(QEvent)
TODO
- currentFont() → QFont
TODO
- done(int)
TODO
-
@staticmethod
getFont(QFont, parent: QWidget = None, caption: str = '', options: Union[FontDialogOptions, FontDialogOption] = QFontDialog.FontDialogOptions()) → (QFont, bool) TODO
- open()
TODO
- open(PYQT_SLOT)
TODO
- options() → FontDialogOptions
TODO
- selectedFont() → QFont
TODO
- setCurrentFont(QFont)
TODO
- setOption(FontDialogOption, on: bool = True)
TODO
- setOptions(Union[FontDialogOptions, FontDialogOption])
TODO
- setVisible(bool)
TODO
- testOption(FontDialogOption) → bool
TODO