Skip to content
Verified Commit 9c5218ac authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

desktoppackage: Port table heading model to ListModel

HorizontalHeaderView, being a descendant of TableView, does not like
being assigned a JavaScript array of strings as a model. In some cases
it may crash (as in QTBUG-117917), in other cases like ours it may not
display any text with obscure "Unable to assign [undefined] to QString"
error message for its `text: model[controlRoot.textRole]` binding.
parent 51a523f9
Pipeline #496824 passed with stage
in 4 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment