1a9d364320
From [1]: December 14, 2019. KDE today announces the release of KDE Frameworks 5.65.0. KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks web page. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. [1] https://kde.org/announcements/kde-frameworks-5.65.0.php Exp-run by: antoine PR: 242633
8 lines
469 B
Text
8 lines
469 B
Text
The Quick Charts module provides a set of charts that can be used from QtQuick
|
|
applications. They are intended to be used for both simple display of data as
|
|
well as continuous display of high-volume data (often referred to as plotters).
|
|
The charts use a system called distance fields for their accelerated rendering,
|
|
which provides ways of using the GPU for rendering 2D shapes without loss of
|
|
quality.
|
|
|
|
WWW: https://api.kde.org/frameworks/kquickcharts/html/index.html
|