DPS_Manage/DelegateUI/Controls/DelText.qml

14 lines
271 B
QML
Raw Normal View History

2025-05-29 14:04:05 +08:00
import QtQuick 2.15
import DelegateUI 1.0
Text {
id: control
renderType: DelTheme.textRenderType
color: DelTheme.Primary.colorTextBase
font {
family: DelTheme.Primary.fontPrimaryFamily
pixelSize: DelTheme.Primary.fontPrimarySize
}
}