-
Notifications
You must be signed in to change notification settings - Fork 104
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
SortFilterProxyModel with PyQt #37
Comments
You can use my patch from #25 to build as standalone plugin. After building you get a libqmlqsortfilterproxymodelplugin.so library. You should put it (and qmldir file) into /usr/qml/QQSFPM/ or whereever your QML plugins live. Then you can do "import QQSFPM 0.2" as usual. qmldir file:
|
i tried your example, I had this error "could not find the executable, please specify one" |
Hmm, let's try.
Feel free to contact me on skype: iberiozko. |
@iberiozko i tried but it did not work!!!! so i show you my file "finale": -finale when i try this, i get : "qmlqsortfilterproxymodelplugin.dll in filder debug" not "libqmlqsortfilterproxymodelplugin.so" so when i put this .dll and qmldir in my folder (stage/finale) and i run my PyQt i get error "module QQSFPM is not installed). so is the bug in the architecture that I showed you ?? or another problem?? |
Duplicate of #25 |
How do I use this SortFilterProxyModel which is in c ++ with PyQt??
The text was updated successfully, but these errors were encountered: