A wheel to pick values. Turn into a flywheel by setting the mass.
[ Qwt docs | Back to Index ]
Code | windows | sgi |
QwtWheel *w = new QwtWheel();
w->setRange( 0, 100, 10 );
w->setValue( 42 );
| ![]() | ![]() |
QwtWheel *w = new QwtWheel();
w->setOrientation( Qt::Vertical );
w->setRange( 0, 100, 10 );
w->setValue( 42 );
| ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.