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

QTableWidget cannot single click/touch to modify item using virtual keyboard on Android & iOS platforms.

XMLWordPrintable

    • iOS/tvOS/watchOS

      QTableWidget cannot single click/touch to use the virtual keyboard on iOS & Android platforms.

      QTableWidget tableWidget(12, 3, 0);
      tableWidget.setEditTriggers(QAbstractItemView::AllEditTriggers);
      tableWidget.show();
      

      The user would like to modify an item in the QTableWidget. It should go into 'edit' mode upon click, and open up the virtual keyboard.

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

            vestbo Tor Arne Vestbø
            leonlee Leonard Lee
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes