generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_7.qml
20 lines (20 loc) · 923 Bytes
/
PROJECT_LANG_7.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 decided to make QML the seventh project language file for this project (Meadows/Begin) as QML is one of the many stylesheet languages supported by this project, and it needs its own project language file.
import QtQuick 2.2
import QtQuick.Controls 1.2
class (projectLanguageFile7); {
TextField {
titleText: qsTr("Project language file 7")
subtitleText: qsTr("For: Meadows/Begin")
descriptiontext: qsTr("I decided to make QML the seventh project language file for this project (Meadows/Begin) as QML is one of the many stylesheet languages supported by this project, and it needs its own project language file.")
exitButtons: qsTr("Exit buttons unavailable")
}
break
return TextField()
}
""" """
// File info
// File version: 1 (Tuesday, 2022 March 1st at 7:15 pm)
// File type: QML 2.2 source file (*.qml)
// Line count (including blank lines and compiler line): 21
// End of script