Skip to content

Commit 8f5e0cb

Browse files
committed
Begin porting scalebar item
1 parent 604e51d commit 8f5e0cb

File tree

11 files changed

+1871
-1
lines changed

11 files changed

+1871
-1
lines changed

python/core/core_auto.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@
422422
%Include layout/qgslayoutitempolygon.sip
423423
%Include layout/qgslayoutitempolyline.sip
424424
%Include layout/qgslayoutitemregistry.sip
425+
%Include layout/qgslayoutitemscalebar.sip
425426
%Include layout/qgslayoutitemshape.sip
426427
%Include layout/qgslayoutmodel.sip
427428
%Include layout/qgslayoutmultiframe.sip

python/core/layout/qgslayoutitemregistry.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ class QgsLayoutItemRegistry : QObject
173173
LayoutShape,
174174
LayoutPolygon,
175175
LayoutPolyline,
176+
LayoutScaleBar,
176177
LayoutFrame,
177178

178179
// known

0 commit comments

Comments
 (0)