-
Notifications
You must be signed in to change notification settings - Fork 169
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
SWIOT Ad tool refactoring #1608
SWIOT Ad tool refactoring #1608
Conversation
.constDataOptions = "[0 1 8191]"}, | ||
this); | ||
QLayoutItem *item = dacCode->getUiStrategy()->ui()->layout()->itemAt(0); | ||
PositionSpinButton *dacSpin = nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to check whether IIO Widgets display measurement units where needed (line edits/spinbtns/etc)
We still need to handle plot scales - displaying the unit value / division to the user for all enabled channels (such that it doesn't need to select each channel to check its value in comparison with the other channels). Place these in a measurement container (similar to the time plugin). |
e60f6a6
to
57023b7
Compare
9bf28ae
to
68a1813
Compare
Signed-off-by: andrei.danila <[email protected]>
Signed-off-by: andrei.danila <[email protected]>
Signed-off-by: andrei.danila <[email protected]>
5c473cc
to
98dff77
Compare
Major changes: