TDoubleSpinBox Class
Header: | #include <TDoubleSpinBox> |
Inherits: | QDoubleSpinBox |
Properties
- wheelEnabled : bool
- 8 properties inherited from QDoubleSpinBox
- 12 properties inherited from QAbstractSpinBox
- 58 properties inherited from QWidget
Public Functions
TDoubleSpinBox(QWidget *parent = 0) | |
~TDoubleSpinBox() |
- 19 public functions inherited from QDoubleSpinBox
- 30 public functions inherited from QAbstractSpinBox
- 213 public functions inherited from QWidget
Public Slots
bool | isWheelEnabled() |
void | setWheelEnabled(bool iYBol) |
- 1 public slot inherited from QDoubleSpinBox
- 4 public slots inherited from QAbstractSpinBox
- 19 public slots inherited from QWidget
Additional Inherited Members
- 2 signals inherited from QDoubleSpinBox
- 1 signal inherited from QAbstractSpinBox
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 20 protected functions inherited from QAbstractSpinBox
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Property Documentation
wheelEnabled : bool
Access functions:
bool | isWheelEnabled() |
void | setWheelEnabled(bool iYBol) |
Member Function Documentation
TDoubleSpinBox::TDoubleSpinBox(QWidget *parent = 0)
Default constructs an instance of TDoubleSpinBox.
TDoubleSpinBox::~TDoubleSpinBox()
Destroys the instance of TDoubleSpinBox.
[slot]
bool TDoubleSpinBox::isWheelEnabled()
返回当前TDoubleSpinBox的滚轮属性。 滚轮可用返回true,反之则返回false。
Note: Getter function for property wheelEnabled.
See also setWheelEnabled().
[slot]
void TDoubleSpinBox::setWheelEnabled(bool iYBol)
设置当前TDoubleSpinBox的滚轮属性为y的值。
Note: Setter function for property wheelEnabled.
See also isWheelEnabled().