27 #ifndef TEXTBUBBLESLIDER_H
28 #define TEXTBUBBLESLIDER_H
54 void setMaxPixelWidth();
58 int maximumFontHeight;
60 int slideHandleMargin;
65 #endif // TEXTBUBBLESLIDER_H
TextBubbleSlider(QWidget *parent=nullptr)
TextBubbleSlider::TextBubbleSlider Constructs a regular text-bubble slider.
qreal sliderPosFromValue(const int val)
void setMaximum(int)
TextBubbleSlider::setMaximum Reimplements setMaximum. Ensures that the slider handle is the correct s...
void setHidden(bool)
Hide the slider by not painting it.
void setMinimum(int)
TextBubbleSlider::setMinimum Reimplements setMinimum. Ensures that the slider handle is the correct s...
void construct()
TextBubbleSlider::construct This function needs to be called from all constructors. It provides a single point where settings can be changed.
void setIndicatorValue(int us)
void paintEvent(QPaintEvent *event)
TextBubbleSlider::paintEvent Reimplements QSlider::paintEvent.