My first extension for QCAD that creates parallel lines

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
pietro_72_
Full Member
Posts: 81
Joined: Fri Apr 17, 2015 6:40 am
Location: http://creativitainformaticart.altervista.org

My first extension for QCAD that creates parallel lines

Post by pietro_72_ » Sat Jun 06, 2015 5:18 pm

La mia prima estensione per QCAD che crea linee parallele :D

Se interessa può essere scaricata a questo indirizzo:
http://pietro72li.altervista.org/file_s ... r_QCAD.zip

Translation by Google

My first extension for QCAD that creates parallel lines :D

If you are interested in you can be downloaded at this address:
http://pietro72li.altervista.org/file_s ... r_QCAD.zip


http://pietro72li.altervista.org
Last edited by pietro_72_ on Wed Jun 10, 2015 7:37 am, edited 1 time in total.

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

Re: My first extension for QCAD that creates parallel lines

Post by andrew » Mon Jun 08, 2015 4:03 pm

Thanks for your valuable contribution!

Just some quick and friendly feedback :)
- I understand that not everyone is comfortable programming in English, I'm not a native english speaker either ;) However, class names should be kept in English always, e.g. 'LineParallelPP' instead of Linee_parallele. This is to make sure that everyone understands at least what a class is about.
- CamelCase should be preferred over underscores (at least for class names).
- Supporting libraries (such as Equazioni_di_Cona_Pietro.js) might of course use their own conventions...
- All text strings in code such as qsTr("Primo punto") should be in English. Translations into other languages can then be added using the Qt translation tools (lupdate, lrelease, Qt Linguist).

Let me know if you need any help to update the strings.

pietro_72_
Full Member
Posts: 81
Joined: Fri Apr 17, 2015 6:40 am
Location: http://creativitainformaticart.altervista.org

Re: My first extension for QCAD that creates parallel lines

Post by pietro_72_ » Tue Jun 09, 2015 11:22 am

Grazie per i tuoi consigli, per la tua disponibilità e per il vostro lavoro.

Translation by Google

Thanks for your advice, for your time and for your work.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”