Skip to content
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

Handle "partial" or "indeterminate" check state in DataView #695

Open
corranwebster opened this issue Sep 23, 2020 · 1 comment
Open

Handle "partial" or "indeterminate" check state in DataView #695

corranwebster opened this issue Sep 23, 2020 · 1 comment

Comments

@corranwebster
Copy link
Contributor

When using check states in a tree view, sometimes you want to display an indeterminate state when some children of a parent are checked and some are not. This case is not covered in the current implementation.

image

@rahulporuri
Copy link
Contributor

xref #694 introduces checkboxes in data view.

corranwebster added a commit that referenced this issue Sep 23, 2020
corranwebster added a commit that referenced this issue Sep 23, 2020
* Add support for checkboxes in the data view; add a bool value type.

* Apply suggestions from code review

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

* Fix comments and add a test based on PR review comments.

* Add a reference to Pyface #695

* Add missing argument to set_check_state call.

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants