import QtQuick
import QtQuick.Controls.Styles
import "../resource"
ComboBoxStyle {
label:Text{
text: control.currentText.replace(".pys","")
}