kalarm/lib
Slider Class Reference
#include <slider.h>
Detailed Description
A QSlider with read-only option.The Slider class is a QSlider with a 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>
Definition at line 37 of file slider.h.
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 |
virtual 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 | |
bool | readOnly |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 24 of file slider.cpp. |
|
Constructor.
Definition at line 29 of file slider.cpp. |
|
Constructor.
Definition at line 34 of file slider.cpp. |
Member Function Documentation
|
Returns true if the slider is read only.
|
|
Sets whether the slider is read-only for the user.
Definition at line 43 of file slider.cpp. |
The documentation for this class was generated from the following files: