|
1 | 1 | # QuickQanava |
2 | 2 |
|
3 | | - |
4 | | - |
5 | 3 |  |
6 | 4 |
|
7 | 5 | [](http://cneben.github.io/QuickQanava/) |
8 | 6 | [](https://opensource.org/licenses/BSD-3-Clause) |
9 | | - |
| 7 | + |
10 | 8 | [](https://twitter.com/QuickQanava) |
11 | 9 |
|
12 | 10 |  |
13 | 11 |
|
14 | | -`QuickQanava` is a C++14 library designed to display graphs and relational content in a Qt/QML application. QuickQanava provide QML components and C++ classes to visualize medium-sized directed graphs in a C++/QML application. QuickQanava focus on displaying relational content into a dynamic user interface with DnD support, resizable content and visual creation of topology. QuickQanava focus on writing topology delegates in pure QML. |
| 12 | +`QuickQanava` is a C++17 library developed for rendering graphs and relational content within a Qt/QML application. It offers QML components and C++ classes designed for visualizing medium-sized directed graphs in a C++/QML application. QuickQanava emphasizes the presentation of relational content in a dynamic user interface, featuring Drag-and-Drop support, resizable content, and visual creation of topology. `QuickQanava` focus authoring of topology delegates in pure QML. |
15 | 13 |
|
16 | 14 | QuickQanava main repository is hosted on GitHub: http://cneben.github.io/QuickQanava/index.html |
17 | 15 |
|
18 | | -QuickQanava is primarily developed for Linux with Qt 5.15 with MSVC2019 and g++9 (minimal required Qt version is **Qt 5.10**, recommended is **Qt 5.15.5**). |
| 16 | +QuickQanava is primarily developed with Qt 6.6.1 with MSVC2019 and g++11 (minimal required Qt version is **Qt 6.5.0**, recommended is **Qt 6.6.1**). |
| 17 | + |
| 18 | +If you are interested in **Qt5.15** support, last release supporting Qt5 is [2.4.0](https://github.com/cneben/QuickQanava/releases/tag/2.4.0) |
19 | 19 |
|
20 | 20 | - [CHANGELOG.md](CHANGELOG.md) |
21 | 21 | - Project homepage: http://cneben.github.io/QuickQanava/index.html |
@@ -68,5 +68,5 @@ QuickQanava include `bezier` library distributed with MIT licence on https://git |
68 | 68 |
|
69 | 69 | [](https://opensource.org/licenses/BSD-3-Clause) |
70 | 70 |
|
71 | | -Copyright (c) 2017-2022 BA |
| 71 | +Copyright (c) 2017-2024 BA |
72 | 72 |
|
0 commit comments