摘要: 1、加载本地图片——采用绝对路径的方式 //需要在绝对路径前加上:file:/// >如果不加会出现QML Image: Protocol "h" is unknown盘符不认识的情况 image.source = "file:///H:/QT5/Qt Quick/images/add.png"; 阅读全文
posted @ 2021-03-03 15:26 撑死算工伤吗 阅读(905) 评论(0) 推荐(0)
摘要: 两个文件的代码如下,实现的功能很简单:点击Rectangle窗口中的Quit按钮,窗口关闭 //main.cpp #include <QGuiApplication> #include <QQuickView> int main(int argc, char *argv[]) { QGuiAppli 阅读全文
posted @ 2021-03-03 11:59 撑死算工伤吗 阅读(443) 评论(0) 推荐(0)