summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/modules/frameworks1
-rw-r--r--kde/slack-desc/kquickcharts19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde/modules/frameworks b/kde/modules/frameworks
index 2ce70c2..2fdc9cd 100644
--- a/kde/modules/frameworks
+++ b/kde/modules/frameworks
@@ -48,6 +48,7 @@ kpty
kimageformats
kfilemetadata5
syndication
+kquickcharts
# Tier 3, depends on Tier 1 and 2, Qt5, system libraries:
kconfigwidgets
kservice
diff --git a/kde/slack-desc/kquickcharts b/kde/slack-desc/kquickcharts
new file mode 100644
index 0000000..0c4e6f8
--- /dev/null
+++ b/kde/slack-desc/kquickcharts
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kquickcharts: kquickcharts (QtQuick module providing high-performance charts)
+kquickcharts:
+kquickcharts: The Quick Charts module provides a set of charts that can be used
+kquickcharts: from QtQuick applications. They are intended to be used for both
+kquickcharts: simple display of data as well as continuous display of
+kquickcharts: high-volume data (often referred to as plotters).
+kquickcharts: The charts use a system called distance fields for their accelerated
+kquickcharts: rendering, which provides ways of using the GPU for rendering
+kquickcharts: 2D shapes without loss of quality.
+kquickcharts:
+kquickcharts: See: https://api.kde.org/frameworks/kquickcharts/html/index.html