mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1d76bdf62d
Qt 6.6.0 is a feature release with focus on improving UX capabilities including responsive UI technology and the Qt Graph module. The Qt Coap module has been added as net/qt6-coap. [1] PySide6 and PyQt6 have also been updated to 6.6.0. Announcement: https://www.qt.io/blog/qt-6.6-released Rel note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md PR: 275068, 274911 [1] MFH: 2023Q4 Exp-run by: antoine
9 lines
439 B
Plaintext
9 lines
439 B
Plaintext
The Qt Graphs module enables you to visualize data in 3D as bar, scatter,
|
|
and surface graphs. It's especially useful for visualizing depth maps
|
|
and large quantities of rapidly changing data, such as data received from
|
|
multiple sensors. The look and feel of graphs can be customized by using
|
|
themes or by adding custom items and labels.
|
|
|
|
Qt Graphs is built on Qt 6 and Qt Quick 3D to take advantage of hardware
|
|
acceleration and Qt Quick 2.
|