上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 1357 下一页
MainWindow::MainWindow(QWidget *parent) : MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) QMainWindow(parent) { { pThreadCon = new CSeri Read More
posted @ 2018-08-28 21:20 findumars Views(468) Comments(0) Diggs(0) Edit
Changes the thread affinity for this object and its children. The object cannot be moved if it has a parent. Event processing will continue in the tar Read More
posted @ 2018-08-28 21:07 findumars Views(565) Comments(0) Diggs(0) Edit
版权声明:本文为博主原创文章,欢迎转载,转载请注明出处 https://blog.csdn.net/MatchYang/article/details/54564462 1. 为QML创建C++插件的官方原文 2.创建插件的过程 3.创建一个插件的实例: 此实例使用C++调用libexif库以读取图 Read More
posted @ 2018-08-23 18:16 findumars Views(633) Comments(0) Diggs(0) Edit
Qt Quick Controls 原本是为支持桌面平台而开发的,后来又加入了移动平台和嵌入式平台的支持。它们应用非常广泛,因为它们提供了足够灵活的样式系统,以允许开发具有平台相关或者无关风格的应用程序。 在嵌入式系统中,硬件资源有限,这套系统可能是比较低效率的。而Qt Quick Controls Read More
posted @ 2018-08-23 18:13 findumars Views(4282) Comments(0) Diggs(0) Edit
版权声明:本文为博主原创文章,欢迎转载,转载请注明出处 https://blog.csdn.net/MatchYang/article/details/52988257 在直接使用QStandardItemModel存取数据时,必须考虑线程安全问题 以下是使用场景: QListView用于显示图片缩 Read More
posted @ 2018-08-23 18:12 findumars Views(1289) Comments(0) Diggs(0) Edit
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 1357 下一页