Header:#include < QDial >
qmake:QT += widgets
Inherits:QAbstractSlider
Properties
notchSize : const int
notchTarget : qreal
notchesVisible : bool
wrapping : bool
Public Functions
QDial(QWidget *parent = nullptr)
virtual ~QDial()
int notchSize() const
qreal notchTarget() const
bool notchesVisible() const
void setNotchTarget(double target)
bool wrapping() const
Reimplemented Public Functions
virtual QSize minimumSizeHint() const override
virtual QSize sizeHint() const override
Public Slots
void setNotchesVisible(bool visible)
void setWrapping(bool on)
Protected Functions
void initStyleOption(QStyleOptionSlider *option) const
Reimplemented Protected Functions
virtual bool event(