Search found 9028 matches

by andrew
Tue Apr 14, 2015 4:26 pm
Forum: QCAD Troubleshooting and Problems
Topic: Qcad 3.9 Library Browser updates everything
Replies: 3
Views: 8663

Re: Qcad 3.9 Library Browser updates everything

Yes, hence the preference to switch the updating off (see my previous post).
by andrew
Tue Apr 14, 2015 3:26 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: RActionAdapter::escapeEvent not called on right mouse button
Replies: 2
Views: 6353

Re: RActionAdapter::escapeEvent not called on right mouse bu

This functionality is actually implemented in EAction: EAction.prototype.mouseReleaseEvent = function(event) { if (event.button() === Qt.RightButton) { this.escapeEvent(); } }; If your action is implemented in ECMAScript and derived from EAction, escapeEvent should be triggered, otherwise you can pr...
by andrew
Tue Apr 14, 2015 9:01 am
Forum: QCAD Professional
Topic: éléments de Bibliothèque
Replies: 6
Views: 10012

Re: éléments de Bibliothèque

Pour traduire en français, s'il vous plaît utilisez http://translate.google.com, merci. With QCAD it is possible to create scripts that do almost anything. The scripting interface of QCAD provides access to the Qt API and exposes the complete QCAD API. You could create a script that constructs a com...
by andrew
Tue Apr 14, 2015 7:58 am
Forum: QCAD Troubleshooting and Problems
Topic: Qcad 3.9 Library Browser updates everything
Replies: 3
Views: 8663

Re: Qcad 3.9 Library Browser updates everything

It's not actually updating everything but checking what needs to be updated. This is only possible by looking at every file and directory, since every file and every directory might have changed or been deleted. You can configure this behavior in Edit > Application Preferences > Widgets > Library Br...
by andrew
Mon Apr 13, 2015 3:30 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Repopulate QT Widget based on XML File
Replies: 2
Views: 6755

Re: Repopulate QT Widget based on XML File

saveState / restoreState uses the configuration file to save the contents of a widget.
To read the data from an XML file (e.g. to fill in the GUI components accordingly), you'd have to use QXmlSimpleReader.
by andrew
Fri Apr 10, 2015 7:39 am
Forum: QCAD 'How Do I' Questions
Topic: Counting all Lines in a Drawing
Replies: 1
Views: 2041

Re: Counting all Lines in a Drawing

- Load the drawing with QCAD
- Select > Select All
- View > Property Editor
- Entity counts are listed in the combo box at the top:
Screen Shot 2015-04-10 at 08.38.21.png
Screen Shot 2015-04-10 at 08.38.21.png (30.34 KiB) Viewed 2038 times
by andrew
Fri Apr 10, 2015 7:32 am
Forum: QCAD 'How Do I' Questions
Topic: Counting all Lines in a Drawing
Replies: 1
Views: 2041

Counting all Lines in a Drawing

From a QCAD user:
How can I count all line entities in a drawing?
by andrew
Thu Apr 09, 2015 8:51 am
Forum: QCAD 'How Do I' Questions
Topic: Can not get the "Ruler" on top and the side of board
Replies: 5
Views: 5997

Re: Can not get the "Ruler" on top and the side of board

You can reset QCAD to its default configuration by deleting its configuration file: http://www.qcad.org/en/qcad-documentation/faq#q20 Alternatively (if you are comfortable with editing a plain text file with an editor) you can also edit the configuration file and look for: ShowRulers=false Change th...
by andrew
Wed Apr 08, 2015 4:29 pm
Forum: QCAD 'How Do I' Questions
Topic: Copying drawings
Replies: 4
Views: 4798

Re: Copying drawings

Could it be that you have "use current attributes" enabled in the scale dialog? If so, try disabling it.
by andrew
Wed Apr 08, 2015 2:55 pm
Forum: QCAD Professional
Topic: Grosses Fadenkreuz
Replies: 1
Views: 2545

Re: Grosses Fadenkreuz

Die Einstellung "Grosses Fadenkreuz" finden Sie unter:
Bearbeiten > Applikationseinstellungen > Grafikansicht > Erscheinung
Screen Shot 2015-04-08 at 15.53.56.png
Screen Shot 2015-04-08 at 15.53.56.png (130.95 KiB) Viewed 2542 times
by andrew
Wed Apr 08, 2015 2:53 pm
Forum: QCAD Professional
Topic: Grosses Fadenkreuz
Replies: 1
Views: 2545

Grosses Fadenkreuz

Von einem QCAD Benutzer:
Wie kann ich ein grosses Fadenkreuz anzeigen?
by andrew
Wed Apr 08, 2015 11:50 am
Forum: QCAD 'How Do I' Questions
Topic: Copying drawings
Replies: 4
Views: 4798

Re: Copying drawings

how can I save the same layers that I did in 12" to 7mm to 1ft? Not sure I understand. Scaling should not do anything to your layers. Do you want to create a scaled copy on different layers or copy the scaled drawing to a new file or something similar? Also how do you get the measurement rulers in ...
by andrew
Wed Apr 08, 2015 7:44 am
Forum: QCAD 'How Do I' Questions
Topic: Can not get the "Ruler" on top and the side of board
Replies: 5
Views: 5997

Re: Can not get the "Ruler" on top and the side of board

You might have to close and re-open the drawing to make sure the graphics view is reinitialized with rulers.
by andrew
Mon Apr 06, 2015 7:29 pm
Forum: QCAD Troubleshooting and Problems
Topic: Incorrect Printing from Print Preview
Replies: 6
Views: 6654

Re: Incorrect Printing from Print Preview

Thanks for the details. There appears to be a problem with the printer driver or communication between our framework (Qt) and your printer or printer driver. Unfortunately, this is a problem that seems to be unique to your particular setup and is unlikely to be fixable on our end, so printing to PDF...
by andrew
Sat Apr 04, 2015 7:52 pm
Forum: QCAD Troubleshooting and Problems
Topic: Incorrect Printing from Print Preview
Replies: 6
Views: 6654

Re: Incorrect Printing from Print Preview

Thanks for the file. I'm unable to reproduce that problem here. I also created a PDF (uses the same logic as for printing) and it comes out just fine (see attached PDF). Perhaps you can try to print this PDF and check if that comes out right? Another possible problem could be the use of lineweight 0...

Go to advanced search