Search found 8982 matches

by openBrain
Sat Mar 02, 2024 8:50 am
Forum: Developers corner
Topic: Emit signal in c++ and connect to it in python.
Replies: 5
Views: 618

Re: Emit signal in c++ and connect to it in python.

If you look at 'mainWindowClosed', there is nothing special to be done. ;)
by openBrain
Thu Feb 15, 2024 5:56 am
Forum: Open discussion
Topic: FreeCAD Day 2024: Complaint Session
Replies: 49
Views: 5111

Re: FreeCAD Day 2024: Complaint Session

I'm afraid all this doesn't really makes sense if you don't get the list of opposite items "What is good in FC and shall be preserved". This would allow to : * See collisions. Maybe a group of user dislikes something in FC while another group oppositely likes it. In this case it has to be ...
by openBrain
Mon Feb 05, 2024 11:45 am
Forum: Developers corner
Topic: connect(ui->deflection,SIGNAL(xx()),this,SLOT(xxx())); /
Replies: 4
Views: 487

Re: connect(ui->deflection,SIGNAL(xx()),this,SLOT(xxx())); /

Your slot is private. Isn't that the reason?
by openBrain
Wed Jan 31, 2024 5:32 pm
Forum: Python scripting and macros
Topic: isActiveWindow vs. getActiveWindow
Replies: 2
Views: 297

Re: isActiveWindow vs. getActiveWindow

From my memories

Code: Select all

mw.centralWidget().activeSubWindow()
by openBrain
Thu Jan 25, 2024 5:52 pm
Forum: Open discussion
Topic: Sketcher coordinate cross without a dot?
Replies: 19
Views: 1406

Re: Sketcher coordinate cross without a dot?

thomas-neemann wrote: Thu Jan 25, 2024 5:50 pm The macro works, can it be changed so that only the point in the origin is hidden?
That's the idea. Not in front of a PC now, can do later if no one dives in.
by openBrain
Thu Jan 25, 2024 5:45 pm
Forum: Open discussion
Topic: Sketcher coordinate cross without a dot?
Replies: 19
Views: 1406

Re: Sketcher coordinate cross without a dot?

Did you have a look at latest macro "version"?
viewtopic.php?p=694430#p694430
by openBrain
Tue Jan 23, 2024 6:59 pm
Forum: Python scripting and macros
Topic: [Solved] Python syntax to clear the report view
Replies: 8
Views: 837

Re: Python syntax to clear the report view

I was mistaken again: it's not a macro, it's an addon workbench. I think it should be here: https://github.com/0penBrain/FCsuWB but that looks rather empty. @openBrain, am I mistaken thinking that you are the author of FC_SU? You're not. I am. :) The main page is indeed empty because I never really...
by openBrain
Fri Dec 22, 2023 7:32 pm
Forum: Developers corner
Topic: Farewell
Replies: 17
Views: 12346

Re: Farewell

That's a strange feeling. Even if I can't say it was unpredictable. Well, you probably know more than I can write. Let me just sincerely thank you for our past exchanges, always enlightening. You always proved to be the Wise, I'll trust you this decision is no exception. Wish you the fairest winds, ...
by openBrain
Sat Dec 09, 2023 2:41 pm
Forum: Open discussion
Topic: Sketcher Toolbars
Replies: 91
Views: 925178

Re: Sketcher Toolbars

Dear Folks, I am growing more and more frustrated by recent sketcher toolbar changes. I honestly think we have lost North. A bit sad I have to say so, but I think your only viable option is to resign. Before you burn your mind out. Things shall be looked at with clear-sightedness. FreeCAD developme...
by openBrain
Thu Nov 30, 2023 5:53 pm
Forum: Forum français
Topic: Interface simplifiée pour enfants ?
Replies: 9
Views: 2351

Re: Interface simplifiée pour enfants ?

Éventuellement jeter un œil à https://github.com/MariwanJ/Design456 pour proposer du modelage direct, peut-être plus simple à appréhender à cet âge.

Edit: ce serait fun d'avoir un WB de programmation par bloc dans FreeCAD, mais il y a un peu de boulot.