Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I have QML-based application. But now I need something like TableView. But there is not TableView in QML. So I think I should use QTableView. How to embed QTableView to QML-based GUI?
You can directly insert it from C++ code via QGraphicsProxyWidget or you can create declarative plugin.
Denis, thank you.
Please give me some example code. Interesting as may do dynamic changing model from qml.
passing