Skip to content

Commit d39a854

Browse files
committedDec 3, 2014
advanced digitizing tools
this integrates advanced digitizing tools aka CAD tools in QGIS application and basically a port of CADinput plugin * new class QgsMapToolAdvancedDigitizing shall be subsclassed if adv. digit. tools could be used in a map tool * QgsAdvancedDigitizingDockWidget handles the interaction with the user and also perform the constraints (filters events) * QgsAdvancedDigitizingCanvasItem paints construction lines on the canvas
1 parent f8f7842 commit d39a854

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2771
-138
lines changed
 

‎images/images.qrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,12 @@
469469
<file>themes/default/mActionScaleHighlightFeature.svg</file>
470470
<file>themes/default/mActionPanHighlightFeature.svg</file>
471471
<file>flags/sr@latin.png</file>
472+
<file>themes/default/cadtools/construction.png</file>
473+
<file>themes/default/cadtools/delta.png</file>
474+
<file>themes/default/cadtools/cad.png</file>
475+
<file>themes/default/cadtools/lock.png</file>
476+
<file>themes/default/cadtools/parallel.png</file>
477+
<file>themes/default/cadtools/perpendicular.png</file>
472478
</qresource>
473479
<qresource prefix="/images/tips">
474480
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
1.36 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.