How to embed QTableView to QML-based GUI
-
wrote on 17 Oct 2010, 22:58 last edited by
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? -
wrote on 17 Oct 2010, 23:14 last edited by
You can directly insert it from C++ code via QGraphicsProxyWidget or you can create declarative plugin.
-
wrote on 18 Oct 2010, 05:16 last edited by
Denis, thank you.
-
wrote on 28 Mar 2013, 17:07 last edited by
Please give me some example code. Interesting as may do dynamic changing model from qml.
-
wrote on 30 Mar 2013, 01:32 last edited by
passing