Files
neochat/imports/Spectral/Component/Timeline/SectionDelegate.qml
2018-12-07 09:18:42 +08:00

11 lines
254 B
QML

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