46 #include <QtGui/qabstractslider.h> 72 bool wrapping()
const;
74 int notchSize()
const;
76 void setNotchTarget(
double target);
77 qreal notchTarget()
const;
78 bool notchesVisible()
const;
84 void setNotchesVisible(
bool visible);
85 void setWrapping(
bool on);
101 QT3_SUPPORT_CONSTRUCTOR
QDial(
int minValue,
int maxValue,
int pageStep,
int value,
int notchSize
the current notch size
#define QT_END_NAMESPACE
This macro expands to.
virtual void sliderChange(SliderChange change)
Reimplement this virtual function to track slider changes such as SliderRangeChange ...
bool event(QEvent *e)
Reimplemented Function
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
qreal notchTarget
the target number of pixels between notches
bool notchesVisible
whether the notches are shown
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QResizeEvent class contains event parameters for resize events.
The QMouseEvent class contains parameters that describe a mouse event.
bool wrapping
whether wrapping is enabled
The QAbstractSlider class provides an integer value within a range.
The QDial class provides a rounded range control (like a speedometer or potentiometer).
The QStyleOptionSlider class is used to describe the parameters needed for drawing a slider...
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_PRIVATE(Class)
The QPaintEvent class contains event parameters for paint events.
The QEvent class is the base class of all event classes.