- colors for accentuation (background and text) - text color to paint on highlights - units.spacing (derived from gridUnit, so it's dpi-corrected) - port main.qml, especially the application header to this theming and sizing Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
6 lines
95 B
QML
6 lines
95 B
QML
import QtQuick 2.3
|
|
|
|
QtObject {
|
|
property int gridUnit: 24
|
|
property int spacing: gridUnit / 3
|
|
} |