Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Forms use TaurusArrayEditor even when Qwt5 is not available #973

Closed
cpascual opened this issue Jul 25, 2019 · 1 comment
Closed

Forms use TaurusArrayEditor even when Qwt5 is not available #973

cpascual opened this issue Jul 25, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@cpascual
Copy link
Member

TaurusValue uses qtgui.qwt5.TaurusArrayEditor as the default writeWidget for numerical 1D attributes. This is fails if qwt5 is not available.

@cpascual cpascual added the bug label Jul 25, 2019
@cpascual cpascual added this to the Jul19 milestone Jul 25, 2019
@cpascual cpascual self-assigned this Jul 25, 2019
cpascual pushed a commit to cpascual/taurus that referenced this issue Jul 25, 2019
TaurusValue uses qtgui.qwt5.TaurusArrayEditor as the default writeWidget
for numerical 1D attributes. This is fails if qwt5 is not available.
Fix by using it only if Qwt5 can be imported (py2qt4).

Closes taurus-org#973
@cpascual
Copy link
Member Author

Fixed in release branch (cpascual@0d022ed)

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

No branches or pull requests

1 participant