Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.2.2, 6.2.4
-
None
-
-
5edb1bed3 (dev), fb09c82a2 (dev), c7205b652 (6.5), 39ab98284 (6.5), 0351fdab8 (tqtc/lts-6.2), 072f1880d (6.4), 3edc2cb54 (6.4), ab9360ae3 (tqtc/lts-6.2)
Description
Following code works fine with Qt 5.15.2 but not in Qt 6.2.2
- I can't double click cells to edit them. Kinetic scrolling is working
ui->listView->setEditTriggers(QAbstractItemView::DoubleClicked); ui->listView->setModel(new QStringListModel(this)); QStringList list; for(int i = 0; i < 50; i++) { list << QString::number(i); } qobject_cast<QStringListModel*>(ui->listView->model())->setStringList(list); QScroller::grabGesture(ui->listView, QScroller::LeftMouseButtonGesture);
Is there something what i should do differently or is this a bug?
Attachments
For Gerrit Dashboard: QTBUG-102010 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
461089,2 | QScroller: use categorized logging | dev | qt/qtbase | Status: MERGED | +2 | 0 |
461090,2 | QGesture: make sure we copy timestamp value for event clones | dev | qt/qtbase | Status: MERGED | +2 | 0 |
461151,2 | QScroller: use categorized logging | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |
461152,3 | QScroller: use categorized logging | 6.4 | qt/qtbase | Status: MERGED | +2 | 0 |
461154,3 | QScroller: use categorized logging | tqtc/lts-6.2 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |
461157,2 | QGesture: make sure we copy timestamp value for event clones | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |
461158,3 | QGesture: make sure we copy timestamp value for event clones | 6.4 | qt/qtbase | Status: MERGED | +2 | 0 |
461179,4 | QGesture: make sure we copy timestamp value for event clones | tqtc/lts-6.2 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |