mirror of https://github.com/CGAL/cgal
Fixed 'About' for demo of HT2
This commit is contained in:
parent
27f1dc4a62
commit
b9564449ed
|
|
@ -216,7 +216,7 @@ MainWindow::MainWindow()
|
|||
|
||||
this->setupStatusBar();
|
||||
this->setupOptionsMenu();
|
||||
this->addAboutDemo(":/cgal/help/about_Delaunay_triangulation_2.html");
|
||||
this->addAboutDemo(":/cgal/help/about_Hyperbolic_Delaunay_triangulation_2.html");
|
||||
this->addAboutCGAL();
|
||||
|
||||
this->addRecentFiles(this->menuFile, this->actionQuit);
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
</qresource>
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Delaunay_triangulation_2.html</file>
|
||||
<file>about_Hyperbolic_Delaunay_triangulation_2.html</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<h2>Delaunay Triangulation</h2>
|
||||
<p>Copyright © 2008 GeometryFactory</p>
|
||||
<p>This application illustrates the 2D Delaunay triangulation
|
||||
of <a href="https://www.cgal.org/">CGAL</a>, and its dual Voronoi
|
||||
diagram.</p>
|
||||
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
|
||||
manual</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<body>
|
||||
<h2>Hyperbolic Delaunay Triangulation</h2>
|
||||
<p>Copyright © 2019 GeometryFactory</p>
|
||||
<p>This application illustrates the 2D Hyperbolic Delaunay Triangulation
|
||||
of <a href="https://www.cgal.org/">CGAL</a>, and the dual objects of its faces and edges.</p>
|
||||
<p>See also <a href="https://www.cgal.org/Pkg/HyperbolicTriangulation2">the online
|
||||
manual</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue