Fixed 'About' for demo of HT2

This commit is contained in:
Iordan Iordanov 2019-02-07 20:02:21 +01:00
parent 27f1dc4a62
commit b9564449ed
4 changed files with 12 additions and 13 deletions

View File

@ -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);

View File

@ -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>

View File

@ -1,11 +0,0 @@
<html>
<body>
<h2>Delaunay Triangulation</h2>
<p>Copyright &copy; 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>

View File

@ -0,0 +1,10 @@
<html>
<body>
<h2>Hyperbolic Delaunay Triangulation</h2>
<p>Copyright &copy; 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>