Checking how the type is exported - and all related types to that one - I see a potential bug in UITK. The way is exported to 1.1 version is wrong:
qmlRegisterType<QSortFilterProxyModelQML>(uri, 1, 1, "SortFilterModel"); And it should be qmlRegisterType<QSortFilterProxyModelQML, 1>(uri, 1, 1, "SortFilterModel") More, as the type is supposed to be used only with version 1.1 and above, all properties/slots/signals would need to be revisioned correctly. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1403758 Title: Unity8 shows black screen with Qt 5.4.0 Status in ubuntu-ui-toolkit package in Ubuntu: New Status in unity8 package in Ubuntu: New Bug description: With bug #1403511 taken care of in Qt, apps do not anymore crash with Qt 5.4 and device does not anymore go into reboot loop. However, nothing is visible on the screen. It seems unity8, unity8-dash etc are all running. unity8.log attached To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1403758/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp