How to apply different styling to TreeWidget Parent and Child nodes?
-
Trying to format TreeWidget nodes where Base Nodes/Parents are root level nodes and they may or may not have any children. Ran into following issues:
-
The base Nodes/Parents need to have Bold fonts: Tried "font-weight: bold;" but it doesn't work?
-
Want to increase spacing between base Nodes/Parents because they are too close together. Tried "padding: 6x;" and margin but they didn't work?
-
Want to adjust indendation (left-spacing for each level). Tried adjusting indentation property in QtDesigner, but it moves all nodesto the right, child nodes move much more than parents? Can I set indentation for each level?
-
-
Trying to format TreeWidget nodes where Base Nodes/Parents are root level nodes and they may or may not have any children. Ran into following issues:
-
The base Nodes/Parents need to have Bold fonts: Tried "font-weight: bold;" but it doesn't work?
-
Want to increase spacing between base Nodes/Parents because they are too close together. Tried "padding: 6x;" and margin but they didn't work?
-
Want to adjust indendation (left-spacing for each level). Tried adjusting indentation property in QtDesigner, but it moves all nodesto the right, child nodes move much more than parents? Can I set indentation for each level?
-