

SortRole: unt > 0 ? tableView.getColumn(tableView.sortIndicatorColumn).role : ""įilterSyntax: SortFilterProxyModel.WildcardįilterCaseSensitivity: Qt.CaseInsensitive import QtQuick 2.2Īnchors.verticalCenter: parent.verticalCenter Here is a version of "TableView" example, if you build it for android, even in the emulator, the application crash at startup. Probably I'm doing something wrong, but I can't find my error.
QT QUICK TABVIEW ANDROID
Well, everything goes well until I add "rowDelegate" to my TableView, on Linux, work perfect, on Android crash with SIGSEV on startup. I'm here because I have a very strange error, I'm working with QT and I trying to build an App for Desktop and Mobile, right now for Linux and Android Kitkat minimum.
