summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-12-22 22:41:56 +0100
committer Eric Hameleers <alien@slackware.com>2019-12-22 22:41:56 +0100
commit9e454d612962a59227f7b0648058a6c0747c0b65 (patch)
tree9cfcfd5a5ef7f59fcdac28c34b3cc6fb12105db5 /kde
parent69a0e0804f6a0e8b68d439a346ccec9360ef29e0 (diff)
downloadktown-9e454d612962a59227f7b0648058a6c0747c0b65.tar.gz
ktown-9e454d612962a59227f7b0648058a6c0747c0b65.tar.xz
KDE Frameworks: kquickcharts got added
Diffstat (limited to 'kde')
-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