2 Star 0 Fork 0

findroot/qml-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.qml 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
findroot 提交于 2016-02-25 15:08 . 创建项目
import QtQuick 2.3
import QtQuick.Controls 1.2
ApplicationWindow {
visible: true
width: 640
height: 480
title: qsTr("Hello World")
menuBar: MenuBar {
Menu {
title: qsTr("File")
MenuItem {
text: qsTr("&Open")
onTriggered: console.log("Open action triggered");
}
MenuItem {
text: qsTr("Exit")
onTriggered: Qt.quit();
}
}
}
Label {
text: qsTr("Hello World")
anchors.centerIn: parent
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
QML
1
https://gitee.com/findroot/qmlTest.git
git@gitee.com:findroot/qmlTest.git
findroot
qmlTest
qml-test
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385