plasma-framework/src/declarativeimports/plasmacomponents
Konrad Materka 1051a4045b Fix Connections warnings
Qt 5.14 introduced new syntax for defining Connections. Fix warnings like this one:
QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
2021-01-02 19:15:59 +00:00
..
qml Fix Connections warnings 2021-01-02 19:15:59 +00:00
tests plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
CMakeLists.txt Generate plugins.qmltypes files for the plugins we install 2017-04-10 15:09:57 +02:00
enums.cpp plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
enums.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
Mainpage.dox Fix Mainpage.dox linking 2014-09-12 01:56:56 +02:00
plasmacomponentsplugin.cpp plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
plasmacomponentsplugin.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
plugins.qmltypes Update *.qmltypes to current API of QML modules 2019-05-17 18:38:10 +02:00
qmenu.cpp Revert "Revert "BasicPlasmoidHeading component"" 2020-11-09 18:35:28 +00:00
qmenu.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
qmenuitem.cpp Revert "Revert "BasicPlasmoidHeading component"" 2020-11-09 18:35:28 +00:00
qmenuitem.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
qrangemodel_p.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
qrangemodel.cpp plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
qrangemodel.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
README.md Add readmes clarifying state of plasma component versions 2020-04-06 14:47:01 +01:00

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.