-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.3.1
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.