Compare commits
2 Commits
67728a26eb
...
be94be34ac
Author | SHA1 | Date |
---|---|---|
|
be94be34ac | |
|
023776dbe8 |
|
@ -956,7 +956,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
function updateLayout(){
|
||||
width = table_view.columnWidthProvider(_index)
|
||||
width = Qt.binding(() => table_view.columnWidthProvider(_index))
|
||||
x = Qt.binding(function(){
|
||||
var minX = 0
|
||||
var maxX = table_view.width-width
|
||||
|
|
|
@ -956,7 +956,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
function updateLayout(){
|
||||
width = table_view.columnWidthProvider(_index)
|
||||
width = Qt.binding(() => table_view.columnWidthProvider(_index))
|
||||
x = Qt.binding(function(){
|
||||
var minX = 0
|
||||
var maxX = table_view.width-width
|
||||
|
|
Loading…
Reference in New Issue