mirror of https://github.com/CGAL/cgal
Version 4.04 (10 September 2003) [rursu]
- Qt_help_window is in the CGAL namespace now
This commit is contained in:
parent
e70880a9ea
commit
329ced1e5b
|
|
@ -1,3 +1,7 @@
|
|||
|
||||
Version 4.04 (10 September 2003) [rursu]
|
||||
- Qt_help_window is in the CGAL namespace now
|
||||
|
||||
Version 3.46 (08 September 2003) [rursu]
|
||||
- demo use now the new help class Qt_help_window instead of HelpWindow
|
||||
- demo use the new demo icon demoicon
|
||||
|
|
|
|||
|
|
@ -230,7 +230,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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue