#include <CGAL/IO/Qt_help_window.h>
| |||
home_ is the name of the file considered as home, path is
the path to this file, parent is the parent widget, and
name is the name of this help class.
|
|
| This prints the current displayed page to the printer device of your choice. |
#include <CGAL/IO/Qt_help_window.h> //... QString home; home = "help/index.html"; CGAL::Qt_help_window *help = new CGAL::Qt_help_window(home, ".", 0, "help viewer"); help->resize(400, 400); help->setCaption("Demo HowTo"); help->show();