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/i18n/i18n.doc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 examples/i18n/i18n.doc (limited to 'examples/i18n/i18n.doc') diff --git a/examples/i18n/i18n.doc b/examples/i18n/i18n.doc new file mode 100644 index 0000000..3f31627 --- /dev/null +++ b/examples/i18n/i18n.doc @@ -0,0 +1,34 @@ +/* +*/ +/*! \page i18n-example.html + + \ingroup examples + \title Internationalization + + This example shows how to internationalize applications. Start it with +
# i18n de
+ to get a german version and with +
# i18n en
+ to get the english version. + + Refer also to the internationalization documentation. + +
+ + Header file: + + \include i18n/mywidget.h + +
+ + Implementation: + + \include i18n/mywidget.cpp + +
+ + Main: + + \include i18n/main.cpp +*/ + -- cgit v1.2.3