Branding & (UI) Configuration to the installation

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Lethalo
Posts: 10
Joined: Wed Sep 08, 2021 1:46 pm

Branding & (UI) Configuration to the installation

Post by Lethalo »

I'm looking for a way to deeply customize FreeCAD to the installation, for branding purpose. I believe I could try through code or maybe with .cfg files but I'm not sure which of these way would fit the most.

To give you an idea, I would like to :
- move every UI elements
- hide toolbars
- change color of the elements
- hide workbenches
so the end user would not have to change it.

Don't hesitate, if you have any advice (maybe source files where I could write my things/modify what's existing, or if there is an other way to achieve it)
Post Reply