.QML 文件扩展名

Qt Modeling Language File

开发者 Qt Group
受欢迎程度
2.9  |  16 
 

什么是 QML 文件?

A QML file is a source code file created with Qt SDK, a software development IDE used to create user interfaces for desktop and mobile applications. It contains QML source code encoded in UTF-8 format.

更多信息

QML files start with an import statement since they must import at least one imported library. Below is an example QML source code snippet:

import QtQuick 1.0

Rectangle {     width: 120; height: 160;     resources: [         Component {             id: contactDelegate             Text {                 text: modelData.firstName + " " + modelData.lastName             }         }     ]     ListView {         anchors.fill: parent         model: contactModel         delegate: contactDelegate     } }

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 QML 文件的程序

Windows
免费+
Mac
免费+
Linux
免费+
分类: 开发者
更新时间: 2023-01-24

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Qt Modeling Language 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们