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.
35 lines
558 B
35 lines
558 B
/*
|
|
*/
|
|
|
|
/*! \page simple-application-example.html
|
|
|
|
\ingroup examples
|
|
|
|
\title A Complete Application Window
|
|
|
|
This example program looks like a complete modern application. It
|
|
has a menu bar, it has a tool bar, it has a status bar and works
|
|
like a simple text editor.
|
|
|
|
There is a <a href="simple-application.html">walkthrough</a> of
|
|
this example.
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include application/application.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include application/application.cpp
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include application/main.cpp
|
|
*/
|