Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

Compatibility Members for QAbstractSlider

The following members of classQAbstractSliderare part of the Qt compatibility layer. We advise against using them in new code.

Public Functions

voidaddLine()
voidaddPage()
intlineStep() const
intmaxValue() const
intminValue() const
voidsetLineStep(int v)
voidsetMaxValue(int v)
voidsetMinValue(int v)
voidsetSteps(int single, int page)
voidsubtractLine()
voidsubtractPage()

Member Function Documentation

void QAbstractSlider::addLine()

UsetriggerAction(QAbstractSlider::SliderSingleStepAdd) instead.

void QAbstractSlider::addPage()

UsetriggerAction(QAbstractSlider::SliderPageStepAdd) instead.

int QAbstractSlider::lineStep() const

UsesingleStep() instead.

See alsosetLineStep().

int QAbstractSlider::maxValue() const

Usemaximum() instead.

See alsosetMaxValue().

int QAbstractSlider::minValue() const

Useminimum() instead.

See alsosetMinValue().

void QAbstractSlider::setLineStep(int v)

UsesetSingleStep() instead.

See alsolineStep().

void QAbstractSlider::setMaxValue(int v)

UsesetMaximum() instead.

See alsomaxValue().

void QAbstractSlider::setMinValue(int v)

UsesetMinimum() instead.

See alsominValue().

void QAbstractSlider::setSteps(int single,int page)

UsesetSingleStep(single) followed bysetPageStep(page) instead.

void QAbstractSlider::subtractLine()

UsetriggerAction(QAbstractSlider::SliderSingleStepSub) instead.

void QAbstractSlider::subtractPage()

UsetriggerAction(QAbstractSlider::SliderPageStepSub) instead.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.


[8]ページ先頭

©2009-2025 Movatter.jp