plasma-framework/src/declarativeimports/plasmacomponents
2020-07-27 19:54:44 +00:00
..
qml Remove usage of context properties for theme and units 2020-07-27 19:54:44 +00:00
tests Add test for ContextMenu 2014-06-17 03:14:24 +02:00
CMakeLists.txt Generate plugins.qmltypes files for the plugins we install 2017-04-10 15:09:57 +02:00
enums.cpp Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
enums.h Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAG 2017-01-14 01:06:28 +01:00
Mainpage.dox Fix Mainpage.dox linking 2014-09-12 01:56:56 +02:00
plasmacomponentsplugin.cpp Use camelcase include. (scripted) 2020-07-08 07:44:43 +02:00
plasmacomponentsplugin.h Use override 2018-05-23 08:05:40 +02:00
plugins.qmltypes Update *.qmltypes to current API of QML modules 2019-05-17 18:38:10 +02:00
qmenu.cpp Port away from deprecated QQmlListProperty<T> constructor 2020-06-26 15:53:04 +02:00
qmenu.h Get rid of deprecated QWeakPointer usage 2018-08-17 15:44:08 +02:00
qmenuitem.cpp Port trivial connects to the new style 2019-08-30 17:26:54 +02:00
qmenuitem.h Warning-- 2018-04-13 09:05:26 +02:00
qrangemodel_p.h Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
qrangemodel.cpp Warning-- 2018-04-13 09:05:26 +02:00
qrangemodel.h Use nullptr + add explicit 2017-12-13 07:36:22 +01: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.