generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_4.qml
20 lines (20 loc) · 879 Bytes
/
PROJECT_LANG_4.qml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Start of script
// I have decided to have the fourth project language for this project (AUTOMATE-2001) to be QML, as QML is used for the dialogue and settings front-end for this project on QT platforms.
import QtQuick 2.2
import QtQuick.Controls 1.2
class (projectLanguageFile3); {
TextField {
titleText: qsTr("Project language file 4")
subtitleText: qsTr("For: AUTOMATE-2001")
descriptiontext: qsTr("I have decided to have the fourth project language for this project (AUTOMATE-2001) to be QML, as QML is used for the dialogue and settings front-end for this project on QT platforms.")
exitButtons: qsTr("Exit buttons unavailable")
}
break
return TextField()
}
""" """
// File info
// File version: 1 (Sunday, 2021 October 24th at 4:09 pm)
// File type: QML 2.2 source file (*.qml)
// Line count (including blank lines and compiler line): 21
// End of script