Slider Class Reference
The Slider class is a QSlider with a read-only option. QSlider with read-only option. More...
#include <slider.h>
Inherits QSlider.
Public Member Functions
- Slider (QWidget *parent=0, const char *name=0)
- Slider (Orientation orient, QWidget *parent=0, const char *name=0)
- Slider (int minValue, int maxValue, int pageStep, int value, Orientation orient, QWidget *parent=0, const char *name=0)
- bool isReadOnly () const
- void setReadOnly (bool readOnly)
Protected Member Functions
- virtual void mousePressEvent (QMouseEvent *)
- virtual void mouseReleaseEvent (QMouseEvent *)
- virtual void mouseMoveEvent (QMouseEvent *)
- virtual void keyPressEvent (QKeyEvent *)
- virtual void keyReleaseEvent (QKeyEvent *)
Properties
Detailed Description
The Slider class is a QSlider with a read-only option. QSlider with read-only option.The widget may be set as read-only. This has the same effect as disabling it, except that its appearance is unchanged.
- Author:
- David Jarvie <software@astrojar.org.uk>
Constructor & Destructor Documentation
|
Constructor.
|
|
Constructor.
|
|
Constructor.
|
Member Function Documentation
|
Returns true if the slider is read only.
|
|
Sets whether the slider is read-only for the user.
|
The documentation for this class was generated from the following files:
- slider.h
- slider.cpp