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/tabdialog/tabdialog.doc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/tabdialog/tabdialog.doc (limited to 'examples/tabdialog/tabdialog.doc') diff --git a/examples/tabdialog/tabdialog.doc b/examples/tabdialog/tabdialog.doc new file mode 100644 index 0000000..c52e665 --- /dev/null +++ b/examples/tabdialog/tabdialog.doc @@ -0,0 +1,31 @@ +/* +*/ +/*! \page tabdialog-example.html + + \ingroup examples + \title Tabdialog + + This example shows how to use a dialog with multiple tabs + (pages). To start the program you have to specify a filename + as the first argument. The dialog shows information about the + file separated onto different tabs. + +
+ + Header file: + + \include tabdialog/tabdialog.h + +
+ + Implementation: + + \include tabdialog/tabdialog.cpp + +
+ + Main: + + \include tabdialog/main.cpp +*/ + -- cgit v1.2.3