Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-120491

TableView is not working in touch PC(Linux os)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.2
    • Quick: Other
    • None
    • Linux/Wayland

    Description

      TableView is not working in touch PC(Linux os)

      This issue was identified as a problem with import QtQuick.Control 1.4 and import QtQuick.Control 2.15.

      So I want to remove TableViewColumn and change it to TableModelColumn.

      There is one problem here. I used the code this way before, but I don't know how to change it to TableModelColumn.

      Component {
          id: columnComponent
          TableViewColumn{
              resizable :true
          }
      }
      
      function addTableColumn(title,role,width)  {
           var column = tableView.addColumn(columnComponent);
           column.title = title;
           column.role = role;
           column.width = width;
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jadeyun YUN EUNMIN
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes