9 lines
163 B
QML
9 lines
163 B
QML
|
|
import QtQuick
|
|||
|
|
import QtQuick.Controls.Styles
|
|||
|
|
import "../resource"
|
|||
|
|
ComboBoxStyle {
|
|||
|
|
label:Text{
|
|||
|
|
text: control.currentText.replace(".pys","")
|
|||
|
|
}
|
|||
|
|
}
|