mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Add replacement for QT.labs.models.TableModel
Implementation is intended to function the same as before. CURA-8640
This commit is contained in:
parent
359bcc1bee
commit
4ec2edec67
3 changed files with 13 additions and 16 deletions
|
@ -56,8 +56,9 @@ Item
|
|||
font: UM.Theme.getFont("medium_bold")
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
Item //Resize handle.
|
||||
Item
|
||||
{
|
||||
//Resize handle.
|
||||
anchors
|
||||
{
|
||||
right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue