Version 1.29 on 10-Sep-2003 [rursu]

- Qt_help_window is in the CGAL namespace now.
This commit is contained in:
Radu Ursu 2003-09-10 08:51:22 +00:00
parent 36b044791a
commit 9e5851cee4
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@
// Revision History for package Min_quadrilateral_2
//=====================================================================
Version 1.29 on 10-Sep-2003 [rursu]
- Qt_help_window is in the CGAL namespace now.
Version 1.28 on 07-Sep-2003 [rursu]
- demo use now the new help class Qt_help_window instead of HelpWindow

View File

@ -187,7 +187,8 @@ private slots:
void howto(){
QString home;
home = "help/index.html";
Qt_help_window *help = new Qt_help_window(home, ".", 0, "help viewer");
CGAL::Qt_help_window *help = new
CGAL::Qt_help_window(home, ".", 0, "help viewer");
help->resize(400, 400);
help->setCaption("Demo HowTo");
help->show();