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.
26 lines
333 B
26 lines
333 B
13 years ago
|
/*
|
||
|
*/
|
||
|
/*! \page menu-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title Using menus
|
||
|
|
||
|
This example demonstrates a menu bar with pull-down menus,
|
||
|
sub-menus and custom menu items. It also demonstrates a pop-up
|
||
|
context menu.
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include menu/menu.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include menu/menu.cpp
|
||
|
*/
|
||
|
|