mirror of https://github.com/CGAL/cgal
3.49 (10 Sep 2003)
- Qt_help_window class is in the namespace CGAL
This commit is contained in:
parent
5c39d9e5de
commit
d04c9942b5
|
|
@ -1,3 +1,6 @@
|
|||
3.49 (10 Sep 2003)
|
||||
- Qt_help_window class is in the namespace CGAL
|
||||
|
||||
3.48 (7 Sep 2003)
|
||||
- rursu: demo use the new help class Qt_help_window instead of HelpWindow
|
||||
- rursu: demo use new icon demoicon
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ 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