Search found 53274 matches

by chrisb
Mon Apr 22, 2024 8:06 am
Forum: UX/UI Design
Topic: [Solved] Change backgroundcolor of TreeView
Replies: 16
Views: 717

[Solved] Change backgroundcolor of TreeView

Stylesheets settings are under display>theme https://imgur.com/S2MH4ZM Thanks, that did the trick! Summary for using stylesheets on macOS in 0.22 If they don't exist, create the directories ~/Library/Application Support/FreeCAD/Gui ~/Library/Application Support/FreeCAD/Gui/Stylesheets Place the sty...
by chrisb
Mon Apr 22, 2024 7:44 am
Forum: UX/UI Design
Topic: [Solved] Change backgroundcolor of TreeView
Replies: 16
Views: 717

Re: Change backgroundcolor of TreeView

QTreeView { background-color: #444444; /* background of a lot of stuff including spreadsheets.*/ } here is at least a small story of success: The style you gave works excellent - in 0.21. Thanks for that! It doesn't even need a restart. I can switch to "No style" - Apply - Change my style...
by chrisb
Mon Apr 22, 2024 7:28 am
Forum: UX/UI Design
Topic: [Solved] Change backgroundcolor of TreeView
Replies: 16
Views: 717

Re: Change backgroundcolor of TreeView

I also tried to place the files in Library/Application Support/FreeCAD/SavedPreferencePacks, where I have PreferencePacks which are found in 0.21 and in 0.22. Alas, the stylesheets are not found in 0.22 either.
by chrisb
Mon Apr 22, 2024 7:22 am
Forum: UX/UI Design
Topic: [Solved] Change backgroundcolor of TreeView
Replies: 16
Views: 717

Re: Change backgroundcolor of TreeView

In 0.22 the "Stylesheet" preference seems to be replaced by a "Theme" preference which lists PreferencePacks and the Stylesheets is ignored? Placing the files in /Users/cb/Library/Application\ Support/FreeCAD/Gui/Stylesheets works indeed in 0.21.2 but not in 0.22. There is somet...
by chrisb
Mon Apr 22, 2024 4:32 am
Forum: UX/UI Design
Topic: [Solved] Change backgroundcolor of TreeView
Replies: 16
Views: 717

Re: Change backgroundcolor of TreeView

obelisk79 wrote: Mon Apr 22, 2024 1:09 am @chrisb I think they should be placed here: $HOME/Library/Application Support/FreeCAD/Gui/Stylesheets
I had tried that, see my post above, where I used the ~ abbreviation for $HOME: ~/Library/Application Support/FreeCAD/Gui/Stylesheets

I may have made a mistake and will try again later.
by chrisb
Mon Apr 22, 2024 4:28 am
Forum: Help on using FreeCAD
Topic: Path Array on additive pipe, can't configure the align
Replies: 4
Views: 318

Re: Path Array on additive pipe, can't configure the align

1) You must not use a pad in a PathArray. Use the body instead. This is independent from the alignment.

2) Set Align=true for the PathArray

3) Align the body appropriately
by chrisb
Mon Apr 22, 2024 12:39 am
Forum: Help on using FreeCAD
Topic: How to model a complicated 3D surface?
Replies: 9
Views: 482

Re: How to model a complicated 3D surface?

I would
- start with a box
- make a sketch based pocket to get the sofa shape
- make another sketch based pocket to get cutout
- add the fillets.
by chrisb
Mon Apr 22, 2024 12:35 am
Forum: Help on using FreeCAD
Topic: Cant get my FreeCAD design to print on Xmax3 with Orca slicer PLEASE HELP
Replies: 9
Views: 342

Re: Cant get my FreeCAD design to print on Xmax3 with Orca slicer PLEASE HELP

Logie-wan-kenobi wrote: Sun Apr 21, 2024 10:34 pm I uploaded my STL
The STL is empty. Roy asked for the FreeCAD file too.
by chrisb
Mon Apr 22, 2024 12:33 am
Forum: UX/UI Design
Topic: [Solved] Change backgroundcolor of TreeView
Replies: 16
Views: 717

Re: Change backgroundcolor of TreeView

What operating system? :oops: OS: macOS 13.0 Word size of FreeCAD: 64-bit Version: 0.22.0dev.36904 (Git) Build type: Release Branch: main Hash: 0622cb784e199053656b50854e92eff806130408 Python 3.11.8, Qt 5.15.13, Coin 4.0.2, Vtk 9.2.6, OCC 7.7.2 Locale: C/Default (C) Installed mods: * FC_SU * freeca...