Search found 9002 matches

by andrew
Wed Sep 24, 2014 9:44 am
Forum: QCAD Professional
Topic: QCAD, Preis für beliebige Versionsnamen und Updates ?
Replies: 3
Views: 3905

Re: QCAD, Preis für beliebige Versionsnamen und Updates ?

Nein. In allen QCAD Professional Produkten sind aber grundsätzlich schon Aktualisierungen für ein Jahr inbegriffen. Danach kann ein Update erworben werden mit einer Update-Ermässigung von 30%. Dieses Update enthält wiederum ein Jahr Aktualisierungen. Alternativ, kann nach einem Jahr die letzte herun...
by andrew
Tue Sep 23, 2014 8:44 am
Forum: QCAD 'How Do I' Questions
Topic: dwg2bmp Image Quality
Replies: 1
Views: 3445

Re: dwg2bmp Image Quality

The quality of the image produced by dwg2bmp depends on two factors: - image resolution used (the number of pixels used to represent the image) - compression used for formats with lossy compression (JPEG) For better results, use a higher image resolution and use a format that does not compress or su...
by andrew
Tue Sep 23, 2014 8:41 am
Forum: QCAD 'How Do I' Questions
Topic: dwg2bmp Image Quality
Replies: 1
Views: 3445

dwg2bmp Image Quality

From a QCAD user:
I'm using dwg2bmp to export a CAD drawing to a bitmap and the rendered image quality is not good. Would it be better to export to PDF?
by andrew
Mon Sep 22, 2014 10:47 am
Forum: QCAD 'How Do I' Questions
Topic: Exporting all layers to separate files
Replies: 1
Views: 3692

Re: Exporting all layers to separate files

Yes, this is certainly possible to achieve with a script. I would probably tackle the problem by copying each layer one by one to the clipboard and in between saving the clipboard to a file.
by andrew
Mon Sep 22, 2014 8:57 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: C++ Example of using RGuAction and RActionAdapter
Replies: 4
Views: 7002

Re: C++ Example of using RGuAction and RActionAdapter

It sounds like what we are doing (scripts calling into C++ plugin) is the correct way. Yes, that is certainly the recommended way. I think the clients motivation is confidentiality of the proprietary code. It is relatively easily possible to compile all scripts as resources into a C++ plugin. You c...
by andrew
Fri Sep 19, 2014 12:16 pm
Forum: QCAD Professional
Topic: Prozess aus javascript starten
Replies: 1
Views: 3044

Re: Prozess aus javascript starten

Hier ein kleines Beispiel (startet das Programm 'myapp' mit argument 'myfile.dat'): // application binary: var program = "myapp"; // arguments: var args = [ "myfile.dat" ]; // additional environment variables: var environment = [ ["MYENVVAR", 1] ]; var process = new QProcess(); // error handling: pr...
by andrew
Wed Sep 17, 2014 11:26 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: C++ Example of using RGuAction and RActionAdapter
Replies: 4
Views: 7002

Re: C++ Example of using RGuAction and RActionAdapter

Implementing GUI actions in C++ is currently not recommended. All menus in QCAD are implemented as scripts at the top level (GUI action, menu, tool buttons, etc). If a tool requires complex or CPU intensive algorithms, these could be implemented in a C++ plugin which is then called from the script. ...
by andrew
Mon Sep 15, 2014 8:36 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: scripting tutorial
Replies: 2
Views: 16015

Re: scripting tutorial

You can find a simple tutorial for a tool that draws three points where the user clicks at:
http://www.qcad.org/doc/qcad/latest/dev ... _tool.html

More examples are included with QCAD in your QCAD installation directory under:
scripts/Misc/Examples
by andrew
Fri Sep 12, 2014 2:06 pm
Forum: QCAD 'How Do I' Questions
Topic: Resize an object without scaling down whole object
Replies: 1
Views: 4061

Re: Resize an object without scaling down whole object

You can override the value / label of dimensions in the property editor (property "Label").
by andrew
Fri Sep 12, 2014 9:32 am
Forum: QCAD Community Edition
Topic: Rangfolge von Layern
Replies: 3
Views: 21926

Re: Rangfolge von Layern

Zu beachten gibt es noch, dass diese Idee (Darstellungsreihenfolge nach Layern) grundsätzlich nicht aufgeht sobald Blöcke verwendet werden. Eine Blockreferenz ist ein Objekt und als solches auf einem Layer. Alle Objekte in der Blockreferenz (Linien, Bögen, etc.) sind ebenfalls auf individuellen Laye...
by andrew
Fri Sep 12, 2014 9:05 am
Forum: QCAD Professional
Topic: Schriftgrösse Statuszeile
Replies: 1
Views: 2524

Re: Schriftgrösse Statuszeile

Ja, diese Einstellung findet sich unter:
Bearbeiten > Applikationseinstellungen > Widgets > Statuszeile
by andrew
Fri Sep 12, 2014 9:03 am
Forum: QCAD Professional
Topic: Schriftgrösse Statuszeile
Replies: 1
Views: 2524

Schriftgrösse Statuszeile

Von einem QCAD Benutzer:
Kann man die Schriftgrösse in der Statuszeile des Hauptfensters vergrößern?
by andrew
Fri Sep 12, 2014 8:56 am
Forum: QCAD 'How Do I' Questions
Topic: Block with attributes - how to lock text orientation
Replies: 3
Views: 7235

Re: Block with attributes - how to lock text orientation

Only "Flip Block vertically" keeps the 0° Angle orientation. That means this is a bug? No. Flip vertically in your example would strictly speaking produce a text that is mirrored (not correctly readable from any angle). QCAD never produces text that is mirrored. I.e. the text is always readable cor...
by andrew
Tue Sep 02, 2014 3:30 pm
Forum: QCAD Professional
Topic: PDF-Export
Replies: 12
Views: 12471

Re: PDF-Export

I can now reproduce the problem. It only occurs under Windows and seems to be related to the position of the drawing. I'm currently checking if this might be related to the Qt version used for the Windows version. As a workaround you can move the whole drawing close to 0/0 (e.g. Cut with reference, ...
by andrew
Mon Sep 01, 2014 4:46 pm
Forum: QCAD Professional
Topic: PDF-Export
Replies: 12
Views: 12471

Re: PDF-Export

Danke für die Datei. Ich konnte das Problem hier bisher nicht nachvollziehen. Können Sie bitte Ihre QCAD Versionsnummer nochmals überprüfen (oben ist v3.6.3.0 angegeben). Bitte versuchen Sie auch, den Export wie folgt durchzuführen: - Datei > Druckvorschau - Zoom in bis Details gut sichtbar sind - D...

Go to advanced search