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
Forum Updated to NodeBB v4.3 + New Features

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 739 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.
  • O Offline
    O Offline
    Okyn
    wrote on 25 Mar 2016, 14:02 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

    1/1

    25 Mar 2016, 14:02

    • Login

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