上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 33 下一页
摘要: 改变成新的数据后,执行 replot()函数,重新绘制 connect(ui->Bt,&QPushButton::clicked,this,[&](){ //设置新的数据 ... //设置新的名称 m_customPlot->graph(0)->setName("新的图例名称"); // 重画图像 阅读全文
posted @ 2023-03-15 17:08 雾枫 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 一、设置坐标轴名称 1. m_3dscatter->axisX()->setTitleVisible(true); 2. m_3dscatter->axisX()->setTitle("经度"); 1 完整代码: 2 3 m_3dscatter->axisX()->setRange(-20.0f, 阅读全文
posted @ 2023-03-14 16:42 雾枫 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-03-14 14:12 雾枫 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ValueAxis3D 使用函数: 1、setSubSegmentCount(int count) :网格数 = 输入的数 * 5 + 1 而且,坐标轴标签只显示6个 2、setSegmentCount(int count): 网格数 = 输出的数 输入多少个数,就会显示多少个标签 阅读全文
posted @ 2023-03-13 16:46 雾枫 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 我的代码需要获取到系统屏幕宽度和高度 m_graphicspixmapitem->setPixmap(QPixmap("map.png").scaled(QSize(QApplication::primaryScreen()->geometry().width(),QApplication::pri 阅读全文
posted @ 2023-03-13 11:30 雾枫 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 连接 阅读全文
posted @ 2023-03-11 23:58 雾枫 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Index of /archive/qt/5.14/5.14.2 阅读全文
posted @ 2023-03-11 20:39 雾枫 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 1、windows设置 原文连接1 原文链接2 2、linux设置 原文链接 阅读全文
posted @ 2023-03-09 23:49 雾枫 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 原文链接 1、从下面网址下载bug fix版本的qwtplot3d https://sourceforge.net/p/qwtplot3d/code/HEAD/tree/branches/multiple_curves_0_2_x/ 2、解压刚刚下载的文件,用Qt打开目录下的qwtplot3d.pr 阅读全文
posted @ 2023-03-07 16:30 雾枫 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 33 下一页