mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
8 lines
516 B
Python
8 lines
516 B
Python
# The following has been generated automatically from src/gui/qgsfontbutton.h
|
|
QgsFontButton.Mode.baseClass = QgsFontButton
|
|
try:
|
|
QgsFontButton.__attribute_docs__ = {'changed': "Emitted when the widget's text format settings are changed.\n"}
|
|
QgsFontButton.__overridden_methods__ = ['minimumSizeHint', 'sizeHint', 'event', 'changeEvent', 'showEvent', 'resizeEvent', 'mousePressEvent', 'mouseMoveEvent', 'dragEnterEvent', 'dragLeaveEvent', 'dropEvent', 'wheelEvent']
|
|
except (NameError, AttributeError):
|
|
pass
|