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.
tqt3/examples/addressbook/addressbook.doc

42 lines
599 B

/*
*/
/*! \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
*/