Search found 81 matches

by pietro_72_
Tue Oct 15, 2019 6:47 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [Updated beta 0.42e] FlexPainter beta 0.34
Replies: 24
Views: 44228

Re: Updated beta 0.41 FlexPainter beta 0.34

Hi, when I have time I would like to try your program, but to work it must be extracted all the content of the zip in the path
QCAD\scripts\Misc\Examples\MathExamples\
Does it work if I put your program files in a [Flexpainte] folder?
by pietro_72_
Mon Oct 14, 2019 7:50 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Because QCAD is slower than BricsCAD or DraftSight
Replies: 7
Views: 7716

Re: Because QCAD is slower than BricsCAD or DraftSight

I don't pretend that QCAD can open and work on 3D files :-D, but I managed to open it in 2D with QCAD, simplifying it partly with BricsCAD (which I can't use for now), eliminating unused blocks and layers and simplifying drawing and blocks. , to be able to make orthogonal changes and projections to ...
by pietro_72_
Sat Oct 12, 2019 11:39 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Because QCAD is slower than BricsCAD or DraftSight
Replies: 7
Views: 7716

Because QCAD is slower than BricsCAD or DraftSight

Hello Opening with QCAD some 3D / 2D files a little more than 1000 KB, made by my brother in BricsCAD (CAD that pushes me a little to learn besides the LISP), makes it much more difficult to manage them than it does program or DraftSight For what reason? Can it depend on how much code is interpreted...
by pietro_72_
Sun Oct 06, 2019 11:27 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Loss of Script operation after using snaps
Replies: 5
Views: 10792

Re: Loss of Script operation after using snaps

I made some corrections on the files, maybe so they are a little clearer and I also did a little movie about it. For now, the Export 3D button only saves a file in dxf format that contains a square whose vertices are not connected to the vertices drawn on QCAD http://creativitainformaticart.altervis...
by pietro_72_
Fri Oct 04, 2019 10:41 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Loss of Script operation after using snaps
Replies: 5
Views: 10792

Re: Loss of Script operation after using snaps

Hello Oops, thank you, I have to correct the GPL license references on the scripts, it is a program that I am trying to make myself as a hobby but starting from the files and / or parts of these made by Andrew, trying to understand how it works. What would be the most correct way to write the GPL Li...
by pietro_72_
Fri Oct 04, 2019 9:00 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Loss of Script operation after using snaps
Replies: 5
Views: 10792

Loss of Script operation after using snaps

I can't understand why I lose control of the script operation when using snaps

If someone can give me a tip, if you have time and desire and always without haste :-D

I attach the source files:
by pietro_72_
Wed Oct 02, 2019 9:46 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: reduce a button
Replies: 4
Views: 5703

Re: reduce a button

ok thank you, I try to arrange myself as much as possible :D solved this way:     <Item>      <widget class = "QPushButton" name = "NewIdObj3D">       <property name = "toolTip">        <string> Creates a new 3d shape </string>       </ Property>     <property name = "sizePolicy">      <sizepolicy h...
by pietro_72_
Wed Oct 02, 2019 8:25 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: reduce a button
Replies: 4
Views: 5703

Re: reduce a button

I tried that:      newIdObj3D = objectFromPath ("MainWindow :: Options :: NewIdObj3D");      //newIdObj3D.resize(21,21);      sizePolicy = QtGui.QSizePolicy (QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed);      newIdObj3D.setSizePolicy (sizePolicy);      newIdObj3D.clicked.connect (function () {p...
by pietro_72_
Thu Sep 26, 2019 8:09 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: reduce a button
Replies: 4
Views: 5703

reduce a button

It is possible to decrease the width of a QPushButton, I tried with:
      <property name = "geometry">
       <Rect>
        <Width> 21 </ width>
        <Height> 21 </ height>
       </ Rect>
      </ Property>
but it did not work
Thank you also for the previous answer
by pietro_72_
Tue Sep 24, 2019 7:28 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: di.setSnapRestriction (new RRestrictVertical (di));
Replies: 1
Views: 3867

di.setSnapRestriction (new RRestrictVertical (di));

With
di.setSnapRestriction (new RRestrictVertical (di));
I am prevented from moving vertically, but the button remains deactivated
Is it also possible to press the button via script?
by pietro_72_
Tue Sep 03, 2019 10:40 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Interface translation *.ui
Replies: 2
Views: 4575

Interface translation *.ui

Hello

How do you translate an interface (for example: OrthogonalProjections.ui) from English to Italian or another language
by pietro_72_
Tue Sep 03, 2019 10:30 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: infinite line
Replies: 4
Views: 5634

Re: infinite line

Yes, ok

Go to advanced search