1 Star 3 Fork 1

老苏打/QT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DataInfo.qml 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
老苏打 提交于 2024-09-12 18:45 +08:00 . QT项目
import QtQuick 2.0
Item{
Text{
x:26
y:78
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("SN码")
color:"#666666"
}
Text{
x:107
y:78
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- --")
color:"#040404"
}
Text{
x:439
y:78
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("硬件平台")
color:"#666666"
}
Text{
x:521
y:78
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- --")
}
Text{
x:26
y:119
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("正、负极绝缘电阻")
color:"#666666"
}
Text{
x:173
y:119
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- --")
}
Text{
x:439
y:119
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("硬件版本")
color:"#666666"
}
Text{
x:521
y:119
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- --")
}
Text{
x:26
y:160
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("生产日期")
color:"#666666"
}
Text{
x:107
y:160
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- -- --")
}
Text{
x:230
y:160
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("电芯型号")
color:"#666666"
}
Text{
x:312
y:160
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- --")
}
Text{
x:439
y:160
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("软件版本")
color:"#666666"
}
Text{
x:521
y:160
font.family: "微软雅黑"
font.pixelSize: 16
text: qsTr("-- --")
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-jia_lin/qt.git
[email protected]:zhang-jia_lin/qt.git
zhang-jia_lin
qt
QT
master

搜索帮助