Search found 9029 matches

by andrew
Mon Aug 24, 2015 9:18 pm
Forum: Announcements
Topic: QCAD 3.10.0
Replies: 0
Views: 21398

QCAD 3.10.0

QCAD 3.10.0 comes with many improvements related to splines and a new tool to draw arcs with two points and a given length. The current snap tool can be locked instead of falling back to auto snap when a new tool is started. A complete change log is available at: http://www.qcad.org/en/qcad-document...
by andrew
Mon Aug 24, 2015 9:53 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: What event returns clik on QPushButton?
Replies: 3
Views: 8970

Re: What event returns clik on QPushButton?

In Qt, you can use signals and slots to easily react to events: QPushButton button = new QPushButton(parent); button.clicked.connect(function() { print("button clicked"); }); You can also connect to a member function: button.clicked.connect(this, "myMemberFunction"); Or to a static or global functio...
by andrew
Mon Aug 24, 2015 9:34 am
Forum: QCAD/CAM
Topic: CamExporter.js not included in package
Replies: 3
Views: 8945

Re: CamExporter.js not included in package

Yes, please update GCode.js with this new version:
GCode.js
(11.49 KiB) Downloaded 593 times
CamExporter.js is compiled in like many other internal resources, that's correct.
by andrew
Fri Aug 21, 2015 8:47 pm
Forum: QCAD Professional
Topic: Update
Replies: 3
Views: 5128

Re: Update

Aktualisierungen von QCAD Professional müssen über Ihr Benutzerkonto heruntergeladen werden, wie hier detailliert beschrieben:
http://www.qcad.org/de/customer-area

Ich kann mir vorstellen, dass Sie evtl. die gratis Demo-Version von QCAD heruntergeladen und installiert haben.
by andrew
Fri Aug 21, 2015 8:33 pm
Forum: QCAD 'How Do I' Questions
Topic: Scale in pdfs slightly wrong
Replies: 17
Views: 14809

Re: Scale in pdfs slightly wrong

What I was trying to say is that everything works exactly as expected here and if you are also using the latest version of QCAD (3.9.8) it should work just fine for you as well.
by andrew
Fri Aug 21, 2015 8:13 am
Forum: QCAD 'How Do I' Questions
Topic: Disable or hide Debug info
Replies: 2
Views: 4008

Re: Disable or hide Debug info

First, let me say that most of these messages indicate that there is something wrong which needs your attention. - The RTransaction messages indicates that some of the transactions are failing. This needs investigation. - The counters at the end indicate that the code is leaking the indicated number...
by andrew
Thu Aug 20, 2015 8:26 pm
Forum: QCAD Community Edition
Topic: Dauerhafte Applikationseinstell. beim Öffnen einer DXF-Datei
Replies: 6
Views: 26605

Re: Dauerhafte Applikationseinstell. beim Öffnen einer DXF-D

Es gab dazu keine Weiteren Schritte. Skriptbeispiele finden Sie im Ordner scripts Ihrer QCAD Installation. Z.B. scripts/Misc/Examples Der Code zum Ändern von Dokumenteinstellungen wäre z.B.: var op = new RAddObjectsOperation(); var docVars = doc.queryDocumentVariables(); // set precision of linear d...
by andrew
Thu Aug 20, 2015 8:10 pm
Forum: QCAD 'How Do I' Questions
Topic: QCAD Pro Inactive after launch
Replies: 3
Views: 4608

Re: QCAD Pro Inactive after launch

This is something that has changed in the most recent versions of Mac OS X.

If you are comfortable working with a plain text editor, you can work around it by changing the file QCAD-Pro.app/Contents/Info.plist and removing the following 2 lines:

<key>LSUIElement</key>
<string>1</string>
by andrew
Thu Aug 20, 2015 8:05 pm
Forum: Pre-sales Questions
Topic: How to use blocks
Replies: 15
Views: 28120

Re: More on Blocks

Dynamic scaling, by referencing two points, is really the way to go at the time the block is inserted. Blocks have by definition one single reference point which is used for positioning, so I'm afraid this is not possible, no. QCAD would have to know the two points you want to use to place and scal...
by andrew
Wed Aug 19, 2015 3:05 pm
Forum: QCAD Troubleshooting and Problems
Topic: Break Out Segment
Replies: 4
Views: 5983

Re: Break Out Segment

Intersection points between two splines are currently approximations calculated through interpolation. For this reason, all trimming and other intersection related tools should be used with caution when splines are involved. A better solution might be implemented in a future version of QCAD.
by andrew
Wed Aug 19, 2015 9:02 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Slovak translation
Replies: 18
Views: 479580

Re: Slovak translation

Thanks! I've updated git and the pootle translation server at http://translate.qcad.org/
by andrew
Tue Aug 18, 2015 7:43 pm
Forum: QCAD Troubleshooting and Problems
Topic: Saving Dialog Box Warning
Replies: 1
Views: 3586

Re: Saving Dialog Box Warning

If you're not worried about 24bit colors, you can switch the warning off under Edit > Application Preferences > Load/Save > Save As The warning should only be displayed when saving to DXF R15 or older. Note that if you load an R15 drawing and then use File > Save, the file format version will still ...
by andrew
Tue Aug 18, 2015 7:11 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Slovak translation
Replies: 18
Views: 479580

Re: Slovak translation

Thanks! Can you also send me the .ts files, then I can add it to git and translate.qcad.org and keep it up to date, thanks.
by andrew
Tue Aug 18, 2015 10:31 am
Forum: dxflib 'How Do I' Questions
Topic: reading dxf
Replies: 1
Views: 20932

Re: reading dxf

1. Some of the lines in the area, need to be different (different materials). what can I do that I will be able to read it automatically (both different color or line type do not work with polyline). Both should work fine, also with polylines. 2. I need to put something on the walls (lines) to repr...

Go to advanced search