TG-PlatformPlus/qml/Style/ComboBoxStyle.qml

9 lines
163 B
QML
Raw Permalink Normal View History

2026-03-02 14:29:58 +08:00
import QtQuick
import QtQuick.Controls.Styles
import "../resource"
ComboBoxStyle {
label:Text{
text: control.currentText.replace(".pys","")
}
}