mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
9 lines
395 B
Python
9 lines
395 B
Python
# The following has been generated automatically from src/gui/qgsfontbutton.h
|
|
QgsFontButton.ModeTextRenderer = QgsFontButton.Mode.ModeTextRenderer
|
|
QgsFontButton.ModeQFont = QgsFontButton.Mode.ModeQFont
|
|
QgsFontButton.Mode.baseClass = QgsFontButton
|
|
try:
|
|
QgsFontButton.__attribute_docs__ = {'changed': "Emitted when the widget's text format settings are changed.\n"}
|
|
except NameError:
|
|
pass
|