You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per @Spielman's suggestion in pull request #12, we should consider moving the units to within the spinbox for analog quantity widgets.
I would encourage a solution where the Hz (for exampe) is rendered in the spinbox and perhaps where a right click gives access to the units.
The unit change could be a sub-menu in the right-click menu for that widget. This helps to avoid the "jagged" appearance of the new vertical DDS widget layout.
The text was updated successfully, but these errors were encountered:
I don't think it's feasible to have only the units in the right click menu. The right click menu is already populated with BLACS specific features such as changing the default step size for the widget and locking the control against accidental changes. We might be able to make it so that a left click on the units text (the suffix of the QDoubleSpinBox) brings up a separate context menu that just contains units.
Alternatively (and actually I think I might prefer this one) we could have a (small) button next to the spin box, like we do next to the repeat button in the queue, that brings up a menu of units. That would probably be a lot easier to implement as well.
Original report (archived issue) by Shaun Johnstone (Bitbucket: shjohnst, GitHub: shjohnst).
As per @Spielman's suggestion in pull request #12, we should consider moving the units to within the spinbox for analog quantity widgets.
The unit change could be a sub-menu in the right-click menu for that widget. This helps to avoid the "jagged" appearance of the new vertical DDS widget layout.
The text was updated successfully, but these errors were encountered: