DIMDSEP support

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
teegee
Active Member
Posts: 26
Joined: Wed Sep 21, 2016 5:51 am

DIMDSEP support

Post by teegee » Tue Feb 14, 2017 9:57 am

Hi Andrew,

I've added support for DIMDSEP to my qcad fork at https://github.com/teegee/qcad. (This relates to the feature request at http://www.qcad.org/bugtracker/index.ph ... sk_id=1484).

Code: Select all

Added support for DIMDSEP (decimal point).
This adds support for the DIMDSEP stored in the document. If not found
there, the default value is read from DimensionSettings/DecimalPoint in
the setting file, e.g.:

  [DimensionSettings]
  DecimalPoint=","
Is this useful to you? I haven't added a UI entry yet, because I'm not familiar with Qt.

Cheers,

Rob

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: DIMDSEP support

Post by andrew » Tue Feb 14, 2017 1:00 pm

Thank you for your contribution. I've merged your changes along with a preference page entry:
https://github.com/qcad/qcad/commit/a6c ... 3e3e4443df

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”