摘要: 1、使用过的 阅读全文
posted @ 2019-02-14 21:40 雪落梅藏 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1、调用 2、2个工程 3、生成 阅读全文
posted @ 2019-02-13 22:32 雪落梅藏 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 在 属性-》VC++目录-》常规-》源目录中 添加D:\Qt\Qt5.7.0\5.7\Src 阅读全文
posted @ 2019-02-13 22:01 雪落梅藏 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 1 void CallExe::on_pushButton_clicked() 2 { 3 QProcess *process=new QProcess(this); 4 connect(process, &QProcess::readyReadStandardOutput, 5 [=] 6 { 7 QStrin... 阅读全文
posted @ 2019-02-13 21:57 雪落梅藏 阅读(97) 评论(0) 推荐(0) 编辑
摘要: // http://tieba.baidu.com/p/3406210950 2、蛇棋(未完) 阅读全文
posted @ 2019-02-12 22:06 雪落梅藏 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 1、 第17篇 2D绘图(七)涂鸦板 https://wizardforcel.gitbooks.io/qt-beginning/content/21.html 阅读全文
posted @ 2019-01-27 21:02 雪落梅藏 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2019-01-27 20:59 雪落梅藏 阅读(80) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-01-22 22:28 雪落梅藏 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1、跨线程 阅读全文
posted @ 2019-01-22 21:42 雪落梅藏 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 将m*n个点((x,y,z)x与y表示点的位置,z表示点对应的颜色的深浅)绘制成固定长宽的图片 QPainter painter(&m_pix); float width=m_pixXSize/m_col; // float high=m_pixYSize/m_row; //单元格高度:图片的高度/矩阵的行数 for(int i=0; i<m_row; ++i) { f... 阅读全文
posted @ 2019-01-22 21:21 雪落梅藏 阅读(282) 评论(0) 推荐(0) 编辑