Files
neochat/imports/Spectral/Component/Timeline/SectionDelegate.qml
2020-01-26 14:05:10 -08:00

14 lines
320 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12
import Spectral.Setting 0.1
Label {
text: section + " • " + Qt.formatTime(time)
color: MPalette.foreground
font.pixelSize: 13
font.weight: Font.Medium
font.capitalization: Font.AllUppercase
verticalAlignment: Text.AlignVCenter
padding: 8
}