Closed vadi2 closed 11 years ago
Tables can be saved, but I'll remove the tooltips on the things I don't have the checkboxes for.
I actually just realized the table icon for some reason is actually blocking the checkbox. Try it out, click a few times on the table and it'll check the items below it. I'll figure out how to fix that.
Oh alright.
I take that back. Disabling icons and it still doesn't appear for some tables. I honestly have no idea, as the debug says it is checkable.
Check with GammaRay? I'm on my mobile atm.
Setting its check state to unchecked initially fixes this. What a PITA.
Actually, the problem was that how QTreeWidgetItems are designed. If a sub-entry has its checkbox disabled, since it's a tri-state, the parent gets it disabled too.
...e saved