generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_2.qml
27 lines (27 loc) · 1.63 KB
/
PROJECT_LANG_2.qml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Start of script
// Please note: I am not very experienced with the QML programming language yet, so this is just a demo script. It may not function as intended.
// Project language file 2
// For: seanpm2001//SeansLifeArchive/Images/KDE/
// About:
// I chose QML as the second project language file for this project (SeansLifeArchive/Images/KDE) as QML is the #2 most used language by KDE for their projects, and I wanted to represent it here with a project language file, as this is a project directly about KDE. I will also make project language files for C++ (1) Python (3) CMake (4) and Shell (5) It is getting its own project language file, starting here.
// Start of source code
import QtQuick 2.2
import QtQuick.Controls 1.2
class (projectLanguageFile2); {
TextField {
titleText: qsTr("Project language file 2")
subtitleText: qsTr("For: seanpm2001//SeansLifeArchive/Images/KDE/")
subtitleText: qtTr("About:")
descriptiontext: qsTr("I chose QML as the second project language file for this project (SeansLifeArchive/Images/KDE) as QML is the #2 most used language by KDE for their projects, and I wanted to represent it here with a project language file, as this is a project directly about KDE. I will also make project language files for C++ (1) Python (3) CMake (4) and Shell (5) It is getting its own project language file, starting here.")
exitButtons: qsTr("Exit buttons unavailable")
}
break
return TextField()
}
// End of source code
""" """
// File info
// File version: 1 (2022, Sunday, August 28th at 6:40 pm PST)
// File type: QML 2.2 source file (*.qml)
// Line count (including blank lines and compiler line): 28
// End of script