mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
12 lines
497 B
Python
12 lines
497 B
Python
# The following has been generated automatically from src/gui/qgsoptionswidgetfactory.h
|
|
try:
|
|
QgsOptionsPageWidget.__virtual_methods__ = ['helpKey', 'isValid', 'cancel']
|
|
QgsOptionsPageWidget.__abstract_methods__ = ['apply']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsOptionsWidgetFactory.__virtual_methods__ = ['icon', 'title', 'key', 'pagePositionHint', 'path']
|
|
QgsOptionsWidgetFactory.__abstract_methods__ = ['createWidget']
|
|
except (NameError, AttributeError):
|
|
pass
|