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/tictac/tictac.doc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 examples/tictac/tictac.doc (limited to 'examples/tictac/tictac.doc') diff --git a/examples/tictac/tictac.doc b/examples/tictac/tictac.doc new file mode 100644 index 0000000..05b16fb --- /dev/null +++ b/examples/tictac/tictac.doc @@ -0,0 +1,33 @@ +/* +*/ +/*! \page tictac-example.html + + \ingroup examples + \title Tic Tac Toe + + This is an implementation of the Tic-tac-toe game. + + We didn't put much effort in making a clever algorithm so it's not a + challenge to play against the computer. Instead, study the source code + to see how you can make reusable components such as the \e TicTacGameBoard + widget. + +
+ + Header file: + + \include tictac/tictac.h + +
+ + Implementation: + + \include tictac/tictac.cpp + +
+ + Main: + + \include tictac/main.cpp +*/ + -- cgit v1.2.3