Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
5.1.0 RC1
-
None
-
Ubuntu 12.04 64 bit with the Qt 5.1 RC package, qt-linux-commercial-5.1.0-rc1-android-x86_64-offline-2013-06-12-87.
Description
The gallery example crashes on the Android device as soon as I tap the ItemViews tab, which displays some values in a TableView. It seems the crash is because of the empty ListModel, which is populated at run time. I added a ListElement with some value to the model and it stops the crash.
I even tried using the same empty ListModel in a ListView, and the app doesn't crash. May be TableView is not handling the empty ListModel/XmlListModel case very well.