Making graphics?

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
AndreasO
Junior Member
Posts: 16
Joined: Fri May 02, 2014 8:41 am

Making graphics?

Post by AndreasO » Tue Jul 07, 2015 9:53 am

Hello again.

I'm looking for the tool/module to make a "properties"-like popup window but I have a hard time navigating thrue the documentation.
please give me a pointer to the right place.

I'm new to ecmascript but it seams easy, the hard part is getting to know qcad's script modules.

AndreasO
Junior Member
Posts: 16
Joined: Fri May 02, 2014 8:41 am

Re: Making graphics?

Post by AndreasO » Thu Jul 09, 2015 12:31 pm

Need a tutorial for making a widget for showing data.

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

Re: Making graphics?

Post by andrew » Mon Jul 13, 2015 5:31 pm

Everything to do with widgets and windows can be achieved with the Qt tool kit. The Qt API is documented at:
http://doc.qt.io/qt-4.8/modules.html

I'd recommend to search through the QCAD scripts in the scripts directory for a working example before implementing your own dock widget, dialog, etc.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”