搜索结果
查询Tags标签: QCustomPlot,共有 3条记录-
QCustomPlot 对鼠标悬停的轴进行缩放
功能 当鼠标悬停在某一个轴上时,滚动鼠标滚轮,可实现对该轴进行缩放,其他轴不变。 PRPDView 集成自 QCustomPlot 初始化 void PRPDView::creatInit() {this->yAxis2->setVisible(true);//显示x轴2this->yAxis2->setRange(0,10);// this->axisRect()…
2022/2/27 23:29:31 人评论 次浏览 -
QCustomPlot使用
1、下载源文件http://www.qcustomplot.com/; 2、把.cpp和.h放在工程目录下,并将cpp和h加入工程; 3、在.pro中:QT += printsupport; 4、在ui中添加一个Widget,右键提升为,输入:QCustomPlot,改变对象名称为customPlot;void Widget::initUI() {QVector<double&g…
2021/7/28 23:09:29 人评论 次浏览 -
QCustomPlot使用
1、下载源文件http://www.qcustomplot.com/; 2、把.cpp和.h放在工程目录下,并将cpp和h加入工程; 3、在.pro中:QT += printsupport; 4、在ui中添加一个Widget,右键提升为,输入:QCustomPlot,改变对象名称为customPlot;void Widget::initUI() {QVector<double&g…
2021/7/28 23:09:29 人评论 次浏览