Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 660 Bytes

File metadata and controls

15 lines (10 loc) · 660 Bytes

Example of usage of TableView/TableModel from Qt.labs.qmlmodels

This folder consists of sources for question "TableView replacement for TableViewColumn in Qt Quick 2" at SO.

It is an easy way to get application entirely in QML (whiteout need to use C++ and/or old QtQuick.Controls 1):

Application Example

Obtaining sources

If you want download only this folder (TestTableViewModels), you must execute next command:

svn checkout https://github.com/troyane/StackOverflow-pro/trunk/TestTableViewModels