上一页 1 2 3 4 5 6 ··· 133 下一页
摘要: 1. import QtGraphicalEffects 1.15 Rectangle { id: frame width: root.width height: root.height anchors.centerIn: parent color: "#2B2B2B" radius: 6 laye 阅读全文
posted @ 2025-08-08 23:01 朱小勇 阅读(35) 评论(0) 推荐(0)
摘要: 1.简单model mport QtQuick 2.15 import QtQuick.Controls 2.15 ApplicationWindow { width: 400 height: 500 visible: true // 方法2:在数据项中包含选中状态 ListModel { id: 阅读全文
posted @ 2025-07-14 23:34 朱小勇 阅读(115) 评论(0) 推荐(0)
摘要: QML引擎约定,加载的第一个QML文件就是contextObject,所以它的属性也就成了contextProperty,也就是全局变量 参考:https://www.jianshu.com/p/870fce56f2c3 阅读全文
posted @ 2025-07-12 23:38 朱小勇 阅读(17) 评论(0) 推荐(0)
摘要: 1.地址 https://github.com/zhuzichu520/FluentUI 2.在Qt Design Studio使用FluentUI 可以使用工具的脚手架创建工程,然后复制FluentUI文件夹到Qt Design Studio的import路径下 3.使用全局提示信息 import 阅读全文
posted @ 2025-07-08 17:01 朱小勇 阅读(183) 评论(0) 推荐(0)
摘要: 由于加载异常导致的QML报警,可重载代码模型解决: QTC里,工具-QML/JS-充值代码模型 阅读全文
posted @ 2025-07-07 10:06 朱小勇 阅读(11) 评论(0) 推荐(0)
摘要: 1.Item有一个data变量 2.所以不能自定义property为data的变量,不然会让后续对象都存入data中,以至于这些对象不能被正常使用 md,搞了一天 阅读全文
posted @ 2025-07-05 23:19 朱小勇 阅读(5) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/qq_34139994/article/details/135407385 解决回车问题:https://blog.csdn.net/qq_41042595/article/details/127567906 阅读全文
posted @ 2025-07-05 13:49 朱小勇 阅读(12) 评论(0) 推荐(0)
摘要: 1、读取单端S4P并绘制图形 filename = 'TX1_RX1.s4p'; backplane = sparameters(filename); %读入S4P文件 data = backplane.Parameters; %S矩阵数据读取定义 freq = backplane.Frequenc 阅读全文
posted @ 2025-06-16 00:12 朱小勇 阅读(297) 评论(0) 推荐(0)
摘要: 利用硬件加速大规模科学计算 | 从MATLAB到C/C++代码 - MATLAB & Simulink 阅读全文
posted @ 2025-06-15 19:35 朱小勇 阅读(14) 评论(0) 推荐(0)
摘要: Qt Creator->菜单->帮助->关于插件->C+±>去掉ClangCodeModel勾选->重启Qt Creator 参考:【问题解决】Qt Creator 报错:Clang Code Model: Error: The clangbackend executable_qt clang co 阅读全文
posted @ 2025-06-14 16:30 朱小勇 阅读(87) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 133 下一页