Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
31 additions
and 57 deletions.
- +0 −34 python/core/__init__.py.in
- +2 −0 python/core/auto_additions/qgsabstractgeometry.py
- +2 −0 python/core/auto_additions/qgsauthmanager.py
- +2 −0 python/core/auto_additions/qgsdataprovider.py
- +2 −0 python/core/auto_additions/qgsdatasourceuri.py
- +2 −0 python/core/auto_additions/qgsdefaultvalue.py
- +2 −0 python/core/auto_additions/qgsnetworkcontentfetcherregistry.py
- +2 −0 python/core/auto_additions/qgsrasterprojector.py
- +2 −0 python/core/auto_additions/qgstolerance.py
- +0 −22 python/gui/__init__.py.in
- +2 −0 python/gui/auto_additions/qgsauthsettingswidget.py
- +2 −0 python/gui/auto_additions/qgscolorbutton.py
- +2 −0 python/gui/auto_additions/qgscolorwidgets.py
- +2 −0 python/gui/auto_additions/qgsdualview.py
- +2 −0 python/gui/auto_additions/qgsfilterlineedit.py
- +2 −0 python/gui/auto_additions/qgsfloatingwidget.py
- +2 −0 python/gui/auto_additions/qgsfontbutton.py
- +1 −1 scripts/sipify.pl
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/geometry/qgsabstractgeometry.h | ||
QgsAbstractGeometry.SegmentationToleranceType.baseClass = QgsAbstractGeometry |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/auth/qgsauthmanager.h | ||
QgsAuthManager.MessageLevel.baseClass = QgsAuthManager |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/qgsdataprovider.h | ||
QgsDataProvider.DataCapability.baseClass = QgsDataProvider |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/qgsdatasourceuri.h | ||
QgsDataSourceUri.SslMode.baseClass = QgsDataSourceUri |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/qgsdefaultvalue.h | ||
QgsDefaultValue.__bool__ = lambda self: self.isValid() |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/qgsnetworkcontentfetcherregistry.h | ||
QgsNetworkContentFetcherRegistry.FetchingMode.baseClass = QgsNetworkContentFetcherRegistry |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/raster/qgsrasterprojector.h | ||
QgsRasterProjector.Precision.baseClass = QgsRasterProjector |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/qgstolerance.h | ||
QgsTolerance.UnitType.baseClass = QgsTolerance |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/auth/qgsauthsettingswidget.h | ||
QgsAuthSettingsWidget.WarningType.baseClass = QgsAuthSettingsWidget |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/qgscolorbutton.h | ||
QgsColorButton.Behavior.baseClass = QgsColorButton |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/qgscolorwidgets.h | ||
QgsColorTextWidget.ColorTextFormat.baseClass = QgsColorTextWidget |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/attributetable/qgsdualview.h | ||
QgsDualView.ViewMode.baseClass = QgsDualView |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/qgsfilterlineedit.h | ||
QgsFilterLineEdit.ClearMode.baseClass = QgsFilterLineEdit |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/qgsfloatingwidget.h | ||
QgsFloatingWidget.AnchorPoint.baseClass = QgsFloatingWidget |
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/gui/qgsfontbutton.h | ||
QgsFontButton.Mode.baseClass = QgsFontButton |