mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
8 lines
301 B
Python
8 lines
301 B
Python
# The following has been generated automatically from src/gui/qgsstatusbar.h
|
|
QgsStatusBar.AnchorLeft = QgsStatusBar.Anchor.AnchorLeft
|
|
QgsStatusBar.AnchorRight = QgsStatusBar.Anchor.AnchorRight
|
|
try:
|
|
QgsStatusBar.__overridden_methods__ = ['changeEvent']
|
|
except (NameError, AttributeError):
|
|
pass
|