generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_3.qml
20 lines (20 loc) · 856 Bytes
/
PROJECT_LANG_3.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 third project language for this project (KeyOff) 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 3")
subtitleText: qsTr("For: KeyOff")
descriptiontext: qsTr("I have decided to have the second project language for this project (KeyOff) 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 (Saturday, July 24th 2021 at 6:37 pm)
// File type: QML 2.2 source file (*.qml)
// Line count (including blank lines and compiler line): 21
// End of script