-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing binding of the QAIM::index() and QAIM::createIndex functions #46
Comments
you're right they're missing. I will add them asap. |
dataChanged
of DosQAbstractListModel
@White-Oak my branch qaim should have a fix for this if you want to test it. This will break API/ABI since i've to rework QALM. I've exposed all QAIM functions |
@filcuc thanks, i'll begin implementing them on my side |
@White-Oak i suggest both of us to keep a separate branch in order to fix bindings and release together. Sound good to you? I don't want to release and break API to existing bindings |
@filcuc we've begin using dotherside as a git submodule, so unless we update it, nothing will break :) Release it when you wish 👍 |
Fixed in v0.6.0 |
It's more of a call of help, then an issue:
dataChanged
has, among others, two parameterstopLeft
,bottomRight
which areDosQModelIndex
. The question is -- how do I get these indexes? By callingdos_qmodelindex_create
and thendos_qmodelindex_sibling
? I suppose they won't be valid as they are not connected to the model?Or maybe, there should be a binding for http://doc.qt.io/qt-5/qabstractitemmodel.html#index or http://doc.qt.io/qt-5/qabstractitemmodel.html#createIndex?
The text was updated successfully, but these errors were encountered: