Open
Description
Hello,
Here is the simple qml item with property
import QtQuick
import QtQuick.Controls
Dialog {
title: qsTr("About")
property string tem_title: ""
Label {
text: "Lorem ipsum..."
}
}
After formatting
import QtQuick
import QtQuick.Controls
Dialog {
title: qsTr("About")
property string tem_title: "";
Label {
text: "Lorem ipsum..."
}
}
is there any way to turn off the formatting for this single file ?
Thank you !!
Metadata
Assignees
Labels
No labels