Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to embed QTableView to QML-based GUI
-
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