Make timeline more "Material design".

This commit is contained in:
Black Hat
2018-11-16 20:30:42 +08:00
parent 25ac3f7f5c
commit a296fffd91
25 changed files with 435 additions and 240 deletions

View File

@@ -0,0 +1,10 @@
pragma Singleton
import QtQuick 2.9
import QtQuick.Controls 2.2
Item {
property alias font: materialLabel.font
Label {
id: materialLabel
}
}

View File

@@ -1,3 +1,3 @@
module Spectral.Font
singleton MaterialFont 0.1 MaterialFont.qml
singleton CommonFont 0.1 CommonFont.qml