Opened 3 years ago
Closed 3 years ago
#8254 closed enhancement (fixed)
Add record and speed buttons to volume series slider
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Volume Data | Version: | |
Keywords: | Cc: | Elaine Meng | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The volume series slider gui uses custom Qt code to put a 1/2 resolution button next to the slider. That custom Qt does not have the record button and speed control that our standard ui.widgets.slider code provides.
Would be nice to use the standard slider and allow it to add the 1/2 resolution button.
Speed control was added to all other sliders in #6617.
Change History (1)
comment:1 by , 3 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Done.
Made volume series slider use same controls as other sliders with record button and speed control. Also it still has the subsample button.