kwin/kcmkwin/kwindecoration/qml
Martin Gräßlin 9013f4ac8f [kcmdeco] Use QtQuick2 for the decoration preview list
This introduces quite some changes. We cannot include a QQuickView
directly in the QWidget based UI as a replacement for the
QDeclarativeView used before.

Instead a QScrollArea is used as replacement for the view and a
QQuickView is embedded into a widget container in the scroll area's
view port. This allows us to keep the existing semantic of having a
native scroll bar synced with the list view. It might be an idea to
change this to QtQuickControls in future.

As the list view is now only inside the scroll area we do not need to
pass the slider width to the root context and can by that more easily
calculate the width of one decoration.
2013-10-01 14:05:59 +02:00
..
AuroraeDecoration.qml [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
AuroraePreview.qml [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
DecorationPreview.qml [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
main.qml [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00