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

True-False remote in device-explorer validation problem #89

Closed
reno- opened this issue Dec 6, 2015 · 4 comments
Closed

True-False remote in device-explorer validation problem #89

reno- opened this issue Dec 6, 2015 · 4 comments
Assignees
Labels
Milestone

Comments

@reno-
Copy link

reno- commented Dec 6, 2015

When I change the state of a boolean using device-explorer's True/false menu, the value is not sent before I click on another raw/parameter

@reno- reno- added the bug label Dec 6, 2015
@theod theod modified the milestone: release/1.0 Dec 8, 2015
@jcelerier
Copy link
Member

I checked this but this is due to the way Qt handles it : you have to press enter after changing a value (we don't really have control over this - we could do it by replacing a lot of Qt-specific classes but certainly not in time for 1.0).

@jcelerier jcelerier modified the milestones: release/1.1, release/1.0 Dec 17, 2015
@reno-
Copy link
Author

reno- commented Dec 17, 2015

ok. I didn't notice that behavior when using QComboBox in my python apps, but I guess it is due to some other stuffs in the device explorer… Thanks to have had a look

@jcelerier
Copy link
Member

Yep, it's not QComboBox at all but the QItemDelegate for a bool QVariant provided by QTreeView / QListView / ...

@bltzr
Copy link
Member

bltzr commented May 17, 2017

as we cannot really change this, should we close the issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants