TDoubleSpinBox Class

Header: #include <TDoubleSpinBox>
Inherits: QDoubleSpinBox

Properties

Public Functions

TDoubleSpinBox(QWidget *parent = 0)
~TDoubleSpinBox()

Public Slots

bool isWheelEnabled()
void setWheelEnabled(bool iYBol)

Additional Inherited Members

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().