From f5e3cefc97e1c0f0aa9216afbb89c6503e61c57e Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 11 Jul 2024 09:14:32 +0200 Subject: [PATCH] wrong tag --- _posts/2024-07-02-Basic_viewer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-07-02-Basic_viewer.md b/_posts/2024-07-02-Basic_viewer.md index 9700bd73d..791c4ce1f 100644 --- a/_posts/2024-07-02-Basic_viewer.md +++ b/_posts/2024-07-02-Basic_viewer.md @@ -43,7 +43,7 @@ int main(int argc, char* argv[])
  • to enable easy customization of the drawing by using the Graphics_scene_options class;
  • to enable different data structures within the same window, by using the Graphics_scene class;
  • to use the basic viewer in a full Qt application, thanks to the widget CGAL::Qt::Basic_viewer;
  • -
  • to add some (limited) interaction with users, through different keyboard shortcuts, by using the class CGAL::Qt::QApplication_and_basic_viewer which regroups a Qt::QApplication and a CGAL::Qt::Basic_viewer.
  • +
  • to add some (limited) interaction with users, through different keyboard shortcuts, by using the class CGAL::Qt::QApplication_and_basic_viewer which regroups a Qt::QApplication and a CGAL::Qt::Basic_viewer.