QtQuick TableView 操作

先写找到的有用信息,最后统一整理。
http://doc.qt.io/qt-5/qml-qtquick-controls-styles-tableviewstyle.html#details
http://doc.qt.io/qt-5/qml-qtquick-controls-tableview.html#backgroundVisible-prop
http://stackoverflow.com/questions/25945229/how-to-change-the-color-background-text-of-header-of-tableview-in-qt5
http://www.qtcentre.org/threads/59657-TableView-Change-background-color-if-row-have-specific-value
http://www.qtcentre.org/threads/62320-qml-animated-height-in-tableview-row

http://stackoverflow.com/questions/27230818/qml-tableview-with-dynamic-number-of-columns

http://stackoverflow.com/questions/32981226/qml-dynamic-columns-width

http://stackoverflow.com/questions/23856114/in-qml-tableview-when-clicked-edit-a-data-like-excel

http://www.qtcentre.org/threads/64626-TableView-use-of-delegate-to-edit-an-item

你可能感兴趣的:(tableview,QtQuick)