45 #include <QtGui/qabstractslider.h> 69 TicksLeft = TicksAbove,
71 TicksRight = TicksBelow,
74 #if defined(QT3_SUPPORT) && !defined(Q_MOC_RUN) 95 void setTickInterval(
int ti);
96 int tickInterval()
const;
111 QT3_SUPPORT_CONSTRUCTOR
QSlider(
int minValue,
int maxValue,
int pageStep,
int value,
115 inline QT3_SUPPORT
TickPosition tickmarks()
const {
return tickPosition(); }
128 #endif // QT_NO_SLIDER
#define QT_END_NAMESPACE
This macro expands to.
bool event(QEvent *e)
Reimplemented Function
static qreal position(QGraphicsObject *item, QDeclarativeAnchorLine::AnchorLine anchorLine)
void triggerAction(SliderAction action)
Triggers a slider action.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
TickPosition
This enum specifies where the tick marks are to be drawn relative to the slider's groove and the hand...
#define QT_BEGIN_NAMESPACE
This macro expands to.
Q_GUI_EXPORT QStyleOptionSlider qt_qsliderStyleOption(QSlider *slider)
Returns the style option for slider.
The QSlider widget provides a vertical or horizontal slider.
The QMouseEvent class contains parameters that describe a mouse event.
The QAbstractSlider class provides an integer value within a range.
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.