-
Notifications
You must be signed in to change notification settings - Fork 41
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
Sections picked-up #107
base: master
Are you sure you want to change the base?
Sections picked-up #107
Conversation
…r float numbers. (experimental)
Add FamilyGroupProxy to list only first family for instances Fix checkbox updating by implementing setData on proxy Always expandAll (for now) Fix Proxy.is_header method
It seems to be working fine, however I'm unable to toggle instances in the list view. I can turn it on a off in the first tab, with the simplified view, in the middle tab plugins and instances cannot be clicked. |
Thanks for testing @mkolar !
:O That's weird, I can toggle them on my machine. Anyhow, I also spot some issue that need to be fixed, and compared with QML :
But I am not sure when I can back on this to dig deep and fix, hope soon ! |
I believe this is a Lite feature, hiding checkboxes that cannot be toggled anyway. Right @mottosso? EDIT: Why they are missing on the left hand side I'm not sure though? Is that because they are "locked" and also cannot be toggled? (Mandatory?) If so, it would be correct they are missing. |
Picked up
I have merged @BigRoy 's
sections
branch (PR #58) to my end and did some conflict resolve, this should be workable. Beside resolving the conflict with currentmaster
branch, I also updatedQt.py
.Wondering if there are anyone could help on testing ?
Thanks !