Skip to content

Instantly share code, notes, and snippets.

@nyanpasu64
Created March 14, 2021 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyanpasu64/8175a17db3030056fd30e6cef3ee5a0c to your computer and use it in GitHub Desktop.
Save nyanpasu64/8175a17db3030056fd30e6cef3ee5a0c to your computer and use it in GitHub Desktop.
qt6 qlistview crash
4 QList<int>::at qlist.h 374 0x7ffd08949f5e
5 QListModeViewBase::verticalScrollToValue qlistview.cpp 2328 0x7ffd08fe2175
6 QListViewPrivate::verticalScrollToValue qlistview.cpp 609 0x7ffd08feb1a0
7 QListView::scrollTo qlistview.cpp 581 0x7ffd08fda1b4
8 QAbstractItemView::currentChanged qabstractitemview.cpp 3666 0x7ffd08f479e6
9 QListView::currentChanged qlistview.cpp 3401 0x7ffd08fdff10
10 QAbstractItemView::qt_static_metacall moc_qabstractitemview.cpp 398 0x7ffd08f3fc36
11 doActivate<0> qobject.cpp 3840 0x7ffd0a012059
12 QMetaObject::activate qobject.cpp 3886 0x7ffd09ffb22c
13 QItemSelectionModel::currentChanged moc_qitemselectionmodel.cpp 474 0x7ffd0998a55d
14 QItemSelectionModel::setCurrentIndex qitemselectionmodel.cpp 1360 0x7ffd09989a47
15 QAbstractItemView::keyPressEvent qabstractitemview.cpp 2415 0x7ffd08f4e7e7
16 QWidget::event qwidget.cpp 8701 0x7ffd089806d1
17 QFrame::event qframe.cpp 550 0x7ffd08b11f44
18 QAbstractScrollArea::event qabstractscrollarea.cpp 1042 0x7ffd08b07281
19 QAbstractItemView::event qabstractitemview.cpp 1689 0x7ffd08f4abed
20 QListView::event qlistview.cpp 1738 0x7ffd08fda962
... <More>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment