Class ExtendedSlider#
Inherits the following classes: QSlider
Public Functions#
Type | Name |
---|---|
ExtendedSlider (QWidget * parent=nullptr) |
|
int | mappedValue (int min, int max) |
void | setMapedValue (int min, int val, int max) |
Public Functions Documentation#
function ExtendedSlider#
explicit ExtendedSlider::ExtendedSlider (
QWidget * parent=nullptr
)
function mappedValue#
int ExtendedSlider::mappedValue (
int min,
int max
)
function setMapedValue#
void ExtendedSlider::setMapedValue (
int min,
int val,
int max
)