mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Implement section headers
I'm not real happy with the limitations I had to work with here. The TableView can only accept a table of strings, so I basically had to fit everything into editing this dictionary of strings. Not the best. But it's very effective. Contributes to issue CURA-8686.
This commit is contained in:
parent
5c71671585
commit
fa177f5192
2 changed files with 41 additions and 0 deletions
|
|
@ -41,4 +41,5 @@ Cura.TableView
|
|||
TableModelColumn { display: "unit" }
|
||||
rows: qualitySettings.items
|
||||
}
|
||||
sectionRole: "category"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue