You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I have decided to have the second project language for this project (PrestigePreview) to be QML, as QML is the secondary language used for the application level of this project.
import QtQuick 2.2
import QtQuick.Controls 1.2
TextField {
titleText: qsTr("Project language file 2")
subtitleText: qsTr("For: PrestigePreview")
descriptiontext: qsTr("I have decided to have the second project language for this project (PrestigePreview) to be QML, as QML is the secondary language used for the application level of this project.")
exitButtons: qsTr("Exit buttons unavailable")
}
break
return TextField()
""" """
// File info
// File version: 1 (Monday, May 31st 2021 at 6:55 pm)
// File type: QML 2.2 source file (*.qml)
// Line count (including blank lines and compiler line): 19