You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
412 B
31 lines
412 B
|
|
/*
|
|
*/
|
|
/*! \page scribble-example.html
|
|
|
|
\ingroup examples
|
|
\title Simple Painting Application
|
|
|
|
This example implements the famous scribble example. You can draw around
|
|
in the canvas with different pens and save the result as picture.
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include scribble/scribble.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include scribble/scribble.cpp
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include scribble/main.cpp
|
|
*/
|
|
|