From 4de64688829aac1001b7548e0b98835f3a72ede8 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Fri, 9 Feb 2024 11:59:22 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abcd2a0b7..a6b87dedcd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This software is licensed under the term of the [GNU Lesser General Public Licen [![CodeQL](https://github.com/jkriege2/JKQtPlotter/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jkriege2/JKQtPlotter/actions/workflows/codeql-analysis.yml) [![MSVC-CodeAnalysis](https://github.com/jkriege2/JKQtPlotter/actions/workflows/msvc-codeanalysis.yml/badge.svg)](https://github.com/jkriege2/JKQtPlotter/actions/workflows/msvc-codeanalysis.yml) -![EXAMPLES-Page](./screenshots/examplesbanner.png) +[![EXAMPLES-Page](./screenshots/examplesbanner.png)](https://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html) ## Main Features - 2D Plotter widget class [JKQTPlotter](http://jkriege2.github.io/JKQtPlotter/group__jkqtplotter.html): @@ -76,6 +76,9 @@ There are also some subpage of general intetest: - [Release Notes & Version Overview](http://jkriege2.github.io/JKQtPlotter/page_whatsnew.html) ## [Examples](https://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html) + +[![EXAMPLES-Page](./screenshots/examplesbanner.png)](https://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html) + There is a [large set of usage examples (with explanations for each) and tutorials](https://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html) in the folder [`./examples/`](./examples). All test-projects are Qt-projects that use tcmake to build. Some of them are also available with additional qmake build-files.