1 Star 0 Fork 1

chenlh/Respirator

forked from 祥哥/Respirator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RespiratorMain.qml 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
祥哥 提交于 2023-11-02 23:53 . 第一次提交
import QtQuick
Item {
id:root
anchors.fill: parent
Image {
anchors.fill: parent
source: "qrc:/image/main-bg.png"
fillMode: Image.PreserveAspectCrop
}
LeftArea{
id:leftArea
dynamicData : centerArea.dynamicData
}
CenterArea{
id:centerArea
anchors.left: leftArea.right
anchors.leftMargin: 20
}
RightArea{}
BottomArea{}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
QML
1
https://gitee.com/chenlh_kwick/respirator.git
git@gitee.com:chenlh_kwick/respirator.git
chenlh_kwick
respirator
Respirator
master

搜索帮助