摘要: 原文链接 使用QMovie头文件 QMovie *movie = new QMovie(":/images/timg.gif");//这个资源不用写到source.qrc中,只要路径对了就行,还有就是movie最好是new的 QLabel *label = new QLabel(this); lab 阅读全文
posted @ 2023-03-16 16:57 雾枫 阅读(292) 评论(0) 推荐(0)
摘要: 原文链接 我的代码example // start a thread , execute algorithm QFuture<void> future = QtConcurrent::run(this,&Deployment::useAlgorithm, ui->stratPointLonEdit- 阅读全文
posted @ 2023-03-16 16:38 雾枫 阅读(58) 评论(0) 推荐(0)