Search found 625 matches

by ebrahim raeyat
Sat Jul 30, 2022 10:16 pm
Forum: Python scripting and macros
Topic: App::PropertyFile for getting save file
Replies: 4
Views: 795

App::PropertyFile for getting save file

App::PropertyFile is for getting a file that exists. Is there a property for getting save file? also applying filter to extension of files?

I think setFilter is for filtering extension, but don't know how can I use it. Thanks.

https://freecad.github.io/SourceDoc/d9/ ... yFile.html
by ebrahim raeyat
Sat Jul 30, 2022 10:12 pm
Forum: UX/UI Design
Topic: signal emit in preferences pages
Replies: 11
Views: 2478

signal emit in preferences pages

Is there a way to emit signal when we change a widget on preferences pages? for example when we uncheck a checkbox, we able to disable some widget? I mean before press apply. Thanks.
by ebrahim raeyat
Sun Jul 24, 2022 9:03 am
Forum: Forum in Deutsch
Topic: Freecad im gewerblichen Einsatz: Geometrieerstellung aus Punktwolken für BIM-Prozesse (IFC) Holzbau usw.
Replies: 44
Views: 7157

Re: 100% Freecad im gewerblichen Einsatz: Geometrieerstellung aus Punktwolken für BIM-Prozesse (IFC-Attribute) Holzbau u

thomas-neemann wrote: Sun Jul 24, 2022 8:13 am
we are here in the german forum.
Yes. I mean these are useful informations, if it is possible please send it in global forum. Thanks
by ebrahim raeyat
Fri Jul 08, 2022 7:45 pm
Forum: FEM
Topic: Bernd
Replies: 15
Views: 2309

Re: Bernd

Hello @bernd . I am so happy to see you again in this forum. congrats for your new child.
by ebrahim raeyat
Thu Jun 02, 2022 11:44 am
Forum: Announcements & Features
Topic: [FreeCAD 0.20] a beta release for Windows is available
Replies: 103
Views: 28162

Re: [FreeCAD 0.20] a beta release for Windows is available

uwestoehr wrote: Wed Jun 01, 2022 11:10 am So for 0.20, no additionally packages will be part of the LibPack.
I understand. Thanks a lot. Fortunately my problem solved with this solution:

https://forum.freecadweb.org/viewtopic. ... 16#p599116
by ebrahim raeyat
Thu Jun 02, 2022 5:40 am
Forum: Developers corner
Topic: Loading UI forms using PySide
Replies: 51
Views: 25460

Re: Loading UI forms using PySide

So I followed the instructions for the Linux method on my Mint partition and then copied over the resulting folder to my Windows partition src/bin/Lib/site-packages folder. On retesting it now works so rather than doing a complete diff between them I've attached a zip of my working folder for you t...
by ebrahim raeyat
Thu Jun 02, 2022 5:36 am
Forum: Developers corner
Topic: Loading UI forms using PySide
Replies: 51
Views: 25460

Re: Loading UI forms using PySide

after clone, it must be compile, am I wrong? It is not pure python language code. For this you don't need to compile anything -- independent on which of the two methods you use. if I only clone the repo, there is a pyside2-tools in my site-package directory. If I run the code it gives me 'ModuleNot...
by ebrahim raeyat
Wed Jun 01, 2022 11:07 am
Forum: Developers corner
Topic: Loading UI forms using PySide
Replies: 51
Views: 25460

Re: Loading UI forms using PySide

You don't need to compile anything because Python is an interpreted language.
after clone, it must be compile, am I wrong? It is not pure python language code.
by ebrahim raeyat
Wed Jun 01, 2022 11:04 am
Forum: Announcements & Features
Topic: [FreeCAD 0.20] a beta release for Windows is available
Replies: 103
Views: 28162

Re: [FreeCAD 0.20] a beta release for Windows is available

I understand that what you want is that the installer includes pyside2uic? I don't understand what we are supposed to get from the stackoverflow link Yes, exactly. From Stackoverflow link, I mean if it is possible to define this function to be usable with PySide2. If it is possible to add pyside2ui...