Add readmes clarifying state of plasma component versions

Test Plan: N/A

Reviewers: #plasma, apol

Reviewed By: apol

Subscribers: romangg, apol, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D28620
This commit is contained in:
David Edmundson 2020-04-06 14:46:24 +01:00
parent 0417bf61d5
commit 0051a4f919
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Plasma Components 2 is a style for QtQuick Controls 1.
As QtQuick Controls 1 is not going to be part of Qt6, this folder should be considered feature frozen with no new behavioural changes or new API.
Use of components in this module in client code is still allowed, as not all features are identical to their QtQuickControls2 counterparts.

View File

@ -0,0 +1,7 @@
Plasma Components 3 is a style for QtQuick Controls 2.
It is exported as an import so users can force a theme, but it is also available just as a style.
This folder should only contain inherited templates from QQC2 desktop themes. There should be no new Components or properties.
New API should be in either upstream QQC2 itself, PlasmaExtras, or Kirigami.