blob: 3fc3323c397957ca15cc5979fcb91feeee83c144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/*
*/
/*! \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
*/
|