You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
396 B
29 lines
396 B
13 years ago
|
/*
|
||
|
*/
|
||
|
/*! \page rangecontrols-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title Range controls
|
||
|
|
||
|
This examples shows various types of range controls that
|
||
|
are supported by Qt: dials, spin boxes and sliders.
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include rangecontrols/rangecontrols.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include rangecontrols/rangecontrols.cpp
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Main:
|
||
|
|
||
|
\include rangecontrols/main.cpp
|
||
|
*/
|