Files
neochat/imports/Spectral/Component/Timeline/SectionDelegate.qml
2018-11-19 07:29:55 +08:00

11 lines
253 B
QML

import QtQuick 2.9
import QtQuick.Controls 2.2
Label {
text: section + " • " + Qt.formatTime(time, "hh:mm")
font.pixelSize: 13
font.weight: Font.Medium
font.capitalization: Font.AllUppercase
verticalAlignment: Text.AlignVCenter
}