blob: 3abc3c9cacc0c9c35e65b3d7ad3d34ceb794c79f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
/*
*/
/*! \page addressbook-example.html
\ingroup examples
\title Simple Addressbook
This examples shows how to write a very simple, but complete application
using an addressbook as the example.
<hr>
Header file of the mainwindow:
\include addressbook/mainwindow.h
<hr>
Implementation of the mainwindow:
\include addressbook/mainwindow.cpp
<hr>
Header file of the centralwidget:
\include addressbook/centralwidget.h
<hr>
Implementation of the centralwidget:
\include addressbook/centralwidget.cpp
<hr>
Main:
\include addressbook/main.cpp
*/
|