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.
29 lines
392 B
29 lines
392 B
/*
|
|
*/
|
|
/*! \page mdi-example.html
|
|
|
|
\ingroup examples
|
|
\title An MDI Application
|
|
|
|
This example program is just like the application example, except
|
|
that it provides a Multiple Document Interface (MDI).
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include mdi/application.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include mdi/application.cpp
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include mdi/main.cpp
|
|
*/
|