From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/rangecontrols/rangecontrols.doc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/rangecontrols/rangecontrols.doc (limited to 'examples/rangecontrols/rangecontrols.doc') diff --git a/examples/rangecontrols/rangecontrols.doc b/examples/rangecontrols/rangecontrols.doc new file mode 100644 index 0000000..3fc3323 --- /dev/null +++ b/examples/rangecontrols/rangecontrols.doc @@ -0,0 +1,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. + +
+ + Header file: + + \include rangecontrols/rangecontrols.h + +
+ + Implementation: + + \include rangecontrols/rangecontrols.cpp + +
+ + Main: + + \include rangecontrols/main.cpp +*/ -- cgit v1.2.3