Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. TableViewColumn, ListModel, ... not displayed in the section "Navigator" of Qt Quick Designer
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qt quicktableviewcolumndisplaynavigator
1 Posts 1 Posters 684 Views
  • 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.
  • OkynO Offline
    OkynO Offline
    Okyn
    wrote on last edited by Okyn
    #1

    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
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved