generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_4.qml
20 lines (20 loc) · 969 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 decided to make QML the fourth project language file for this project (Seanpm2001/ShareBoxLIB) as QML is the stylesheet/modeling language for the QT port of this project, and is the 3rd stylesheet option for this project.
import QtQuick 2.2
import QtQuick.Controls 1.2
class (projectLanguageFile4); {
TextField {
titleText: qsTr("Project language file 4")
subtitleText: qsTr("For: Seanpm2001/ShareBoxLIB")
descriptiontext: qsTr("I decided to make QML the fourth project language file for this project (Seanpm2001/ShareBoxLIB) as QML is the stylesheet/modeling language for the QT port of this project, and is the 3rd stylesheet option for this project.")
exitButtons: qsTr("Exit buttons unavailable")
}
break
return TextField()
}
""" """
// File info
// File version: 1 (Friday, 2021 November 26th at 9:42 pm)
// File type: QML 2.2 source file (*.qml)
// Line count (including blank lines and compiler line): 21
// End of script