Files
neochat/imports/Spectral/Component/Timeline/SectionDelegate.qml
2018-11-17 20:52:17 +08:00

11 lines
255 B
QML

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