Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    How to embed QTableView to QML-based GUI

    QML and Qt Quick
    4
    5
    4323
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      korzhp 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?

      1 Reply Last reply Reply Quote 0
      • D
        DenisKormalev last edited by

        You can directly insert it from C++ code via QGraphicsProxyWidget or you can create declarative plugin.

        1 Reply Last reply Reply Quote 0
        • K
          korzhp last edited by

          Denis, thank you.

          1 Reply Last reply Reply Quote 0
          • Q
            qVLAD last edited by

            Please give me some example code. Interesting as may do dynamic changing model from qml.

            1 Reply Last reply Reply Quote 0
            • P
              pannian1989 last edited by

              passing

              1 Reply Last reply Reply Quote 0
              • First post
                Last post