blob: c52e6653c6fea21a73155dd761ce517a74c8ee58 (
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
|
/*
*/
/*! \page tabdialog-example.html
\ingroup examples
\title Tabdialog
This example shows how to use a dialog with multiple tabs
(pages). To start the program you have to specify a filename
as the first argument. The dialog shows information about the
file separated onto different tabs.
<hr>
Header file:
\include tabdialog/tabdialog.h
<hr>
Implementation:
\include tabdialog/tabdialog.cpp
<hr>
Main:
\include tabdialog/main.cpp
*/
|