Qt Forum

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

    Unsolved TableViewColumn, ListModel, ... not displayed in the section "Navigator" of Qt Quick Designer

    QML and Qt Quick
    qt quick tableviewcolumn display navigator
    1
    1
    540
    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.
    • Okyn
      Okyn last edited by Okyn

      Hi!

      I would like to know if there is a way to display components such as TableViewColumn or ListModel/ListElement in the hierarchy of the Navigator section in Qt Quick Designer in order to have access to their properties in the "Properties" section of the designer.

      Here is an example of the content of edit mode. My goal is to see the two TableViewColumn in the hierarchy of the navigator section in design mode;

      TableView {
             id: tableView1
             TableViewColumn { width: 100; role:"role1"; title:"title1"}
             TableViewColumn { width: 100; role:"role2"; title:"title2"}
      }
      

      Thank you !

      Okyn

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