This module defines two main classes:
Slider widget combining a QSlider and a FrameBrowser.
The data model is an integer within a range.
The default value is the default QSlider value (0), and the default range is the default QSlider range (0 – 99)
The signal emitted when the value is changed is the usual QAbstractSlider signal valueChanged. The signal carries the value (as an integer).
Parameters: | parent (QWidget) – Optional parent widget |
---|
Frame browser widget, with 4 buttons/icons and a line edit to provide a way of selecting a frame index in a stack of images.
It can be used in more generic case to select an integer within a range.
Parameters: |
|
---|
Set minimum and maximum frame indices Initialize the frame index to first. Update the label text to ” limits: first, last”
Parameters: |
|
---|
Set minimum and maximum frame indices. Initialize the frame index to first. Update the label text to ” limits: first, last”
Parameters: |
|
---|