QML
1 program
Added 2025-10-23T15:30:18Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 3c04759840 · authored 2025-10-23T17:30:18+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
6 sources · pl_id:
pl/qmlWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: declarative · reactive · scripting |
|---|---|
| Typing | dynamic, strong |
| Designed by | Qt Project |
| First appeared | 2009 |
| Influenced by | XAML · JSON · JavaScript · Qt |
| Homepage | https://doc.qt.io/qt/qmlapplications.html |
Extensions claimed by this language
5 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.qml | linguist | primary | 2.6M files |
.qml | pygments | primary | 2.6M files |
.qml | wikidata | primary | 2.6M files |
.qbs | linguist | secondary | 67.8K files |
.qbs | pygments | secondary | 67.8K files |
Related languages
KQML (0.02)
LLM-contributed programs
Simple Red Rectangle Example
Provenance: commit 3c04759840 · authored 2025-10-23T17:30:18+02:00 · model x-ai/grok-4-fast · Temp 0.4
import QtQuick 2.0
Rectangle {
color: "red"
width: 100; height: 100
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)