mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
728 B
Python
9 lines
728 B
Python
|
# The following has been generated automatically from src/core/project/qgsprojectstylesettings.h
|
||
|
# monkey patching scoped based enum
|
||
|
QgsProjectStyleDatabaseProxyModel.Filter.FilterHideReadOnly.__doc__ = "Hide read-only style databases"
|
||
|
QgsProjectStyleDatabaseProxyModel.Filter.__doc__ = 'Available filter flags for filtering the model\n\n' + '* ``FilterHideReadOnly``: ' + QgsProjectStyleDatabaseProxyModel.Filter.FilterHideReadOnly.__doc__
|
||
|
# --
|
||
|
QgsProjectStyleDatabaseProxyModel.Filter.baseClass = QgsProjectStyleDatabaseProxyModel
|
||
|
QgsProjectStyleDatabaseProxyModel.Filters.baseClass = QgsProjectStyleDatabaseProxyModel
|
||
|
Filters = QgsProjectStyleDatabaseProxyModel # dirty hack since SIP seems to introduce the flags in module
|