-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module "SortFilterProxyModel" is not installed #36
Comments
This error indicates that you haven't registered the QML type with the engine. In your c++ file (
to somewhere before you load your main QML file. Typically you should be able to add it all the way at the top, just after the Makes sense? P.S. The |
Just including the SortFilterProxyModel.pri should be enough. The registering of the type should be taken care of automatically by SortFilterProxyModel/qqmlsortfilterproxymodel.cpp Lines 369 to 373 in c723de3
@karahman1993 Can you provide an minimal reproducible example of your problem ? Preferably in a Gist with 3 files ( a .pro, main.cpp and main.qml) |
I already download the deposit, and i added include(SortFilterProxyModel/SortFilterProxyModel.pri) in my .pro, but When I put "import SortFilterProxyModel 0.2"
i have this error: qrc:/main.qml:04 module "SortFilterProxyModel" is not installed
so please i need help
The text was updated successfully, but these errors were encountered: