6 Star 19 Fork 24

韦东山 / Qtmxapp-desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Loading.qml 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
世玉轩 提交于 2020-06-19 09:31 . init push myir hmi v2.0 gui
import QtQuick 2.7
import QtQuick.Controls 2.1
Item {
width: 768*dp;
height: 325*dp;
BusyIndicator{
id:busyIndicator
anchors.centerIn: parent;
running: true;
}
Label{
anchors.top: busyIndicator.bottom;
anchors.horizontalCenter: parent.horizontalCenter;
text: qsTr("载入中");
font.family: "Microsoft YaHei";
font.pixelSize: 18*dp;
color: "#828385";
verticalAlignment:Label.AlignVCenter;
horizontalAlignment: Label.AlignHCenter;
}
}
C++
1
https://gitee.com/weidongshan/Qtmxapp-desktop.git
git@gitee.com:weidongshan/Qtmxapp-desktop.git
weidongshan
Qtmxapp-desktop
Qtmxapp-desktop
master

搜索帮助