update qt urls

This commit is contained in:
Sébastien Loriot 2015-07-08 09:48:45 +02:00
parent e199f546d4
commit 1d4358e052
31 changed files with 53 additions and 53 deletions

View File

@ -16,7 +16,7 @@ int main(int argc, char** argv)
application.setAttribute(Qt::AA_UseDesktopOpenGL); application.setAttribute(Qt::AA_UseDesktopOpenGL);
// Import resources from libCGALQt (Qt5). // Import resources from libCGALQt (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Alpha_shape_3); Q_INIT_RESOURCE(Alpha_shape_3);

View File

@ -186,7 +186,7 @@ void MainWindow::alphaChanged(int i)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -151,7 +151,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -284,7 +284,7 @@ int main(int argc, char **argv)
app.setApplicationName("Apollonius_graph_2 demo"); app.setApplicationName("Apollonius_graph_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Apollonius_graph_2); Q_INIT_RESOURCE(Apollonius_graph_2);

View File

@ -350,7 +350,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -541,7 +541,7 @@ int main(int argc, char **argv)
app.setApplicationName("Bounding_volumes demo"); app.setApplicationName("Bounding_volumes demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
MainWindow mainWindow; MainWindow mainWindow;

View File

@ -181,7 +181,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -172,7 +172,7 @@ MainWindow::MainWindow()
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -339,7 +339,7 @@ int main(int argc, char **argv)
app.setApplicationName("Generator_2 demo"); app.setApplicationName("Generator_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Generator_2); Q_INIT_RESOURCE(Generator_2);

View File

@ -213,7 +213,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -185,7 +185,7 @@ MainWindow::MainWindow()
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -278,7 +278,7 @@ int main(int argc, char **argv)
app.setApplicationName("Largest_empty_rectangle_2 demo"); app.setApplicationName("Largest_empty_rectangle_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Largest_empty_rectangle_2); Q_INIT_RESOURCE(Largest_empty_rectangle_2);

View File

@ -216,7 +216,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -444,7 +444,7 @@ int main(int argc, char **argv)
app.setApplicationName("Periodic_2_Delaunay_triangulation_2 demo"); app.setApplicationName("Periodic_2_Delaunay_triangulation_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
MainWindow mainWindow; MainWindow mainWindow;

View File

@ -206,7 +206,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -573,7 +573,7 @@ int main(int argc, char **argv)
app.setApplicationName("Polygon_2 demo"); app.setApplicationName("Polygon_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Polygon_2); Q_INIT_RESOURCE(Polygon_2);

View File

@ -212,7 +212,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -198,7 +198,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -307,7 +307,7 @@ int main(int argc, char **argv)
app.setApplicationName("Snap_rounding_2 demo"); app.setApplicationName("Snap_rounding_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Snap_rounding_2); Q_INIT_RESOURCE(Snap_rounding_2);

View File

@ -188,7 +188,7 @@ void MainWindow::N_changed(int i)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -291,7 +291,7 @@ int main(int argc, char **argv)
app.setApplicationName("Spatial_searching_2 demo"); app.setApplicationName("Spatial_searching_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Spatial_searching_2); Q_INIT_RESOURCE(Spatial_searching_2);

View File

@ -122,7 +122,7 @@ MainWindow::MainWindow()
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"
@ -240,7 +240,7 @@ int main(int argc, char **argv)
app.setApplicationName("Stream_lines_2 demo"); app.setApplicationName("Stream_lines_2 demo");
// Import resources from libCGAL (Qt5). // Import resources from libCGAL (Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Stream_lines_2); Q_INIT_RESOURCE(Stream_lines_2);

View File

@ -371,7 +371,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -197,7 +197,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -168,7 +168,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -8,17 +8,17 @@ namespace CGAL {
\cgalAutoToc \cgalAutoToc
\authors Andreas Fabri and Laurent Rineau \authors Andreas Fabri and Laurent Rineau
<A HREF="http://qt-project.org/doc/qt-4.8/">Qt</A> is a <span class="textsc">Gui</span> toolkit for <A HREF="http://qt-project.org/doc/qt-5/">Qt</A> is a <span class="textsc">Gui</span> toolkit for
cross-platform application development. cross-platform application development.
\section GraphicsViewIntroduction Introduction \section GraphicsViewIntroduction Introduction
This chapter describes classes that help to visualize two dimensional \cgal objects This chapter describes classes that help to visualize two dimensional \cgal objects
with the <A HREF="http://qt-project.org/doc/qt-4.8/graphicsview.html">Qt Graphics View Framework</A>. with the <A HREF="http://qt-project.org/doc/qt-5/graphicsview.html">Qt Graphics View Framework</A>.
This framework uses the model view paradigm. <A HREF="http://qt-project.org/doc/qt-4.8/qgraphicsitem.html">`QGraphicsItem`</A>s are stored in a This framework uses the model view paradigm. <A HREF="http://qt-project.org/doc/qt-5/qgraphicsitem.html">`QGraphicsItem`</A>s are stored in a
<A HREF="http://qt-project.org/doc/qt-4.8/qgraphicsscene.html">`QGraphicsScene`</A> <A HREF="http://qt-project.org/doc/qt-5/qgraphicsscene.html">`QGraphicsScene`</A>
and are displayed in a <A HREF="http://qt-project.org/doc/qt-4.8/qgraphicsview.html">`QGraphicsView`</A>. The items and are displayed in a <A HREF="http://qt-project.org/doc/qt-5/qgraphicsview.html">`QGraphicsView`</A>. The items
have a paint method which is called when an item is in the visible area of a view. have a paint method which is called when an item is in the visible area of a view.
The framework is also responsible for dispatching events from the view The framework is also responsible for dispatching events from the view
via the scene to the items. The framework is extensible in the sense via the scene to the items. The framework is extensible in the sense
@ -50,14 +50,14 @@ classes that have to override member functions adhering to this naming scheme.
\section GraphicsViewOverall Overall Design \section GraphicsViewOverall Overall Design
In \cgalFigureRef{graphicsviewuml} you see four classes depicted in grey, In \cgalFigureRef{graphicsviewuml} you see four classes depicted in grey,
that come from the %Qt Graphics View Framework. The <A HREF="http://qt-project.org/doc/qt-4.8/qgraphicsscene.html">`QGraphicsScene`</A> that come from the %Qt Graphics View Framework. The <A HREF="http://qt-project.org/doc/qt-5/qgraphicsscene.html">`QGraphicsScene`</A>
contains <A HREF="http://qt-project.org/doc/qt-4.8/qgraphicsitem.html">`QGraphicsItem`</A>s, which get displayed in any number contains <A HREF="http://qt-project.org/doc/qt-5/qgraphicsitem.html">`QGraphicsItem`</A>s, which get displayed in any number
of <A HREF="http://qt-project.org/doc/qt-4.8/qgraphicsview.html">`QGraphicsView`</A>s. The views are widgets, that is they take screen space of <A HREF="http://qt-project.org/doc/qt-5/qgraphicsview.html">`QGraphicsView`</A>s. The views are widgets, that is they take screen space
in an application. in an application.
The fourth class is the <A HREF="http://qt-project.org/doc/qt-4.8/qobject.html">`QObject`</A>. It plays an important role in %Qt for The fourth class is the <A HREF="http://qt-project.org/doc/qt-5/qobject.html">`QObject`</A>. It plays an important role in %Qt for
event handling and memory management. First, it allows to add <A HREF="http://qt-project.org/doc/qt-4.8/signalsandslots.html">signals and event handling and memory management. First, it allows to add <A HREF="http://qt-project.org/doc/qt-5/signalsandslots.html">signals and
slots</A>, and to connect them. Second, it allows to install <A HREF="http://qt-project.org/doc/qt-4.8/eventsandfilters.html">event filters</A>. slots</A>, and to connect them. Second, it allows to install <A HREF="http://qt-project.org/doc/qt-5/eventsandfilters.html">event filters</A>.
\cgalFigureBegin{graphicsviewuml,uml-design.png} \cgalFigureBegin{graphicsviewuml,uml-design.png}
UML Class Diagram with the %Qt classes (blue), \cgal classes for using the framework (yellow), \cgal data structures (red), and application classes (green). UML Class Diagram with the %Qt classes (blue), \cgal classes for using the framework (yellow), \cgal data structures (red), and application classes (green).
@ -68,8 +68,8 @@ UML Class Diagram with the %Qt classes (blue), \cgal classes for using the frame
In order to visualize for example a `CGAL::Delaunay_triangulation_2`, we In order to visualize for example a `CGAL::Delaunay_triangulation_2`, we
provide the graphics item class `CGAL::Qt::TriangulationGraphicsItem<T>`. provide the graphics item class `CGAL::Qt::TriangulationGraphicsItem<T>`.
It provides a `paint` method that draws the edges and vertices of a triangulation It provides a `paint` method that draws the edges and vertices of a triangulation
using the drawing primitives of the <A HREF="http://qt-project.org/doc/qt-4.8/qpainter.html">`QPainter`</A>. The color of vertices and edges, using the drawing primitives of the <A HREF="http://qt-project.org/doc/qt-5/qpainter.html">`QPainter`</A>. The color of vertices and edges,
can be chosen by setting a user defined <A HREF="http://qt-project.org/doc/qt-4.8/qpen.html">`QPen`</A>. can be chosen by setting a user defined <A HREF="http://qt-project.org/doc/qt-5/qpen.html">`QPen`</A>.
As this graphics item only stores a pointer to a triangulation, it As this graphics item only stores a pointer to a triangulation, it
must be notified about changes like the insertion of points coming from must be notified about changes like the insertion of points coming from

View File

@ -13,7 +13,7 @@
\cgalPkgPicture{detail.png} \cgalPkgPicture{detail.png}
\cgalPkgSummaryBegin \cgalPkgSummaryBegin
\cgalPkgAuthors{Andreas Fabri and Laurent Rineau} \cgalPkgAuthors{Andreas Fabri and Laurent Rineau}
\cgalPkgDesc{This package provides classes for displaying \cgal objects and data structures in the <A HREF="http://qt-project.org/doc/qt-4.8/graphicsview.html">Qt 4 Graphics View Framework</A>.} \cgalPkgDesc{This package provides classes for displaying \cgal objects and data structures in the <A HREF="http://qt-project.org/doc/qt-5/graphicsview.html">Qt 4 Graphics View Framework</A>.}
\cgalPkgManuals{Chapter_CGAL_and_the_Qt_Graphics_View_Framework,PkgGraphicsView} \cgalPkgManuals{Chapter_CGAL_and_the_Qt_Graphics_View_Framework,PkgGraphicsView}
\cgalPkgSummaryEnd \cgalPkgSummaryEnd
\cgalPkgShortInfoBegin \cgalPkgShortInfoBegin
@ -26,7 +26,7 @@
This package provides some classes which allow to use \cgal classes in This package provides some classes which allow to use \cgal classes in
<I>Qt</I> applications which make use of the <A <I>Qt</I> applications which make use of the <A
HREF="http://qt-project.org/doc/qt-4.8/graphicsview.html">Qt Graphics HREF="http://qt-project.org/doc/qt-5/graphicsview.html">Qt Graphics
View Framework</A>. View Framework</A>.
\cgalClassifedRefPages \cgalClassifedRefPages

View File

@ -1,3 +1,3 @@
The future 2D graphics package using the GraphicsView framework The future 2D graphics package using the GraphicsView framework
http://doc.trolltech.com/4.3/graphicsview.html http://doc.qt.io/qt-5/graphicsview.html

View File

@ -38,7 +38,7 @@ int main(int argc, char** argv)
application.setApplicationName("3D Linear Cell Complex"); application.setApplicationName("3D Linear Cell Complex");
// Import resources from libCGALQt5 // Import resources from libCGALQt5
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_Qt_init_resources();// that function is in a DLL CGAL_Qt_init_resources();// that function is in a DLL
Q_INIT_RESOURCE(Linear_cell_complex_3); Q_INIT_RESOURCE(Linear_cell_complex_3);

View File

@ -12,7 +12,7 @@ int main(int argc, char **argv)
app.setApplicationName("Mesh_3 demo"); app.setApplicationName("Mesh_3 demo");
// Import resources from libCGALQt ( Qt5). // Import resources from libCGALQt ( Qt5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
MainWindow mainWindow; MainWindow mainWindow;

View File

@ -11,7 +11,7 @@ int main(int argc, char** argv)
application.setApplicationName("3D Periodic Lloyd"); application.setApplicationName("3D Periodic Lloyd");
// Import resources from libCGAL (QT5). // Import resources from libCGAL (QT5).
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;
Q_INIT_RESOURCE(Periodic_Lloyd_3); Q_INIT_RESOURCE(Periodic_Lloyd_3);

View File

@ -354,7 +354,7 @@ public:
QMenu* menu = Scene_item::contextMenu(); QMenu* menu = Scene_item::contextMenu();
// Use dynamic properties: // Use dynamic properties:
// http://doc.trolltech.com/lastest/qobject.html#property // http://doc.qt.io/qt-5/qobject.html#property
bool menuChanged = menu->property(prop_name).toBool(); bool menuChanged = menu->property(prop_name).toBool();
if(!menuChanged) { if(!menuChanged) {

View File

@ -268,7 +268,7 @@ QMenu* Scene_combinatorial_map_item::contextMenu()
QMenu* menu = Scene_item::contextMenu(); QMenu* menu = Scene_item::contextMenu();
// Use dynamic properties: // Use dynamic properties:
// http://doc.trolltech.com/lastest/qobject.html#property // http://doc.qt.io/qt-5/qobject.html#property
bool menuChanged = menu->property(prop_name).toBool(); bool menuChanged = menu->property(prop_name).toBool();
if(!menuChanged) { if(!menuChanged) {

View File

@ -678,7 +678,7 @@ QMenu* Scene_points_with_normal_item::contextMenu()
QMenu* menu = Scene_item::contextMenu(); QMenu* menu = Scene_item::contextMenu();
// Use dynamic properties: // Use dynamic properties:
// http://doc.trolltech.com/lastest/qobject.html#property // http://doc.qt.io/qt-5/qobject.html#property
bool menuChanged = menu->property(prop_name).toBool(); bool menuChanged = menu->property(prop_name).toBool();
if(!menuChanged) { if(!menuChanged) {

View File

@ -816,7 +816,7 @@ QMenu* Scene_polyhedron_item::contextMenu()
QMenu* menu = Scene_item::contextMenu(); QMenu* menu = Scene_item::contextMenu();
// Use dynamic properties: // Use dynamic properties:
// http://doc.trolltech.com/lastest/qobject.html#property // http://doc.qt.io/qt-5/qobject.html#property
bool menuChanged = menu->property(prop_name).toBool(); bool menuChanged = menu->property(prop_name).toBool();
if(!menuChanged) { if(!menuChanged) {

View File

@ -721,7 +721,7 @@ QMenu* Scene_polylines_item::contextMenu()
QMenu* menu = Scene_item::contextMenu(); QMenu* menu = Scene_item::contextMenu();
// Use dynamic properties: // Use dynamic properties:
// http://doc.trolltech.com/lastest/qobject.html#property // http://doc.qt.io/qt-5/qobject.html#property
bool menuChanged = menu->property(prop_name).toBool(); bool menuChanged = menu->property(prop_name).toBool();
if(!menuChanged) { if(!menuChanged) {

View File

@ -247,7 +247,7 @@ MainWindow::processInput(CGAL::Object o)
/* /*
* Qt Automatic Connections * Qt Automatic Connections
* http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections * http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
* *
* setupUi(this) generates connections to the slots named * setupUi(this) generates connections to the slots named
* "on_<action_name>_<signal_name>" * "on_<action_name>_<signal_name>"

View File

@ -35,7 +35,7 @@ int main(int argc, char **argv)
app.setApplicationName("PCA demo"); app.setApplicationName("PCA demo");
// Import resources from libCGALQt. // Import resources from libCGALQt.
// See http://doc.trolltech.com/4.4/qdir.html#Q_INIT_RESOURCE // See http://doc.qt.io/qt-5/qdir.html#Q_INIT_RESOURCE
CGAL_QT_INIT_RESOURCES; CGAL_QT_INIT_RESOURCES;

View File

@ -7,7 +7,7 @@ MainWindow::MainWindow(QWidget* parent)
: CGAL::Qt::DemosMainWindow(parent) : CGAL::Qt::DemosMainWindow(parent)
{ {
// Qt Automatic Connections // Qt Automatic Connections
// http://doc.trolltech.com/4.4/designer-using-a-component.html#automatic-connections // http://doc.qt.io/qt-5/designer-using-a-ui-file.html#automatic-connections
// setupUi(this) automatically generates connections to the slots named // setupUi(this) automatically generates connections to the slots named
// "on_<action_name>_<signal_name>" // "on_<action_name>_<signal_name>"
setupUi(this); setupUi(this);