会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
RedWetPlace
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
10
11
12
13
14
15
16
17
18
···
33
下一页
2023年3月24日
ubuntu安装显卡驱动(一般)
摘要: 步骤一、查看显卡驱动(看一下系统推荐的版本号) 步骤二、设置下载源(要联网) 步骤三、查看附加驱动(根据步骤一的系统推荐的版本号选择一个) 步骤四、测试 (没安装显卡驱动前,三维图像是模糊的,有严重的锯齿,甚至是黑框)
阅读全文
posted @ 2023-03-24 11:33 雾枫
阅读(162)
评论(0)
推荐(0)
2023年3月16日
QT 实现动画效果 使用QMovie模块
摘要: 原文链接 使用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)
QtConcurrent 并发 模块使用
摘要: 原文链接 我的代码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)
2023年3月15日
QCustomPlot 切换曲线数据,改变图例名称
摘要: 改变成新的数据后,执行 replot()函数,重新绘制 connect(ui->Bt,&QPushButton::clicked,this,[&](){ //设置新的数据 ... //设置新的名称 m_customPlot->graph(0)->setName("新的图例名称"); // 重画图像
阅读全文
posted @ 2023-03-15 17:08 雾枫
阅读(382)
评论(0)
推荐(0)
2023年3月14日
QDataVisualization Qt数据可视化模块的使用
摘要: 一、设置坐标轴名称 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 雾枫
阅读(480)
评论(0)
推荐(0)
linux 对安装包进行安装
摘要:
阅读全文
posted @ 2023-03-14 14:12 雾枫
阅读(20)
评论(0)
推荐(0)
2023年3月13日
QT QDataVisualization 设置坐标轴网格数量
摘要: ValueAxis3D 使用函数: 1、setSubSegmentCount(int count) :网格数 = 输入的数 * 5 + 1 而且,坐标轴标签只显示6个 2、setSegmentCount(int count): 网格数 = 输出的数 输入多少个数,就会显示多少个标签
阅读全文
posted @ 2023-03-13 16:46 雾枫
阅读(135)
评论(0)
推荐(0)
QT 获取到系统屏幕的尺寸,宽度和高度
摘要: 我的代码需要获取到系统屏幕宽度和高度 m_graphicspixmapitem->setPixmap(QPixmap("map.png").scaled(QSize(QApplication::primaryScreen()->geometry().width(),QApplication::pri
阅读全文
posted @ 2023-03-13 11:30 雾枫
阅读(655)
评论(0)
推荐(0)
2023年3月11日
QT Linux下配置命令启动qtcreator程序
摘要: 连接
阅读全文
posted @ 2023-03-11 23:58 雾枫
阅读(75)
评论(0)
推荐(0)
qt 下载路径 https://download.qt.io/archive/qt/5.14/5.14.2/
摘要: Index of /archive/qt/5.14/5.14.2
阅读全文
posted @ 2023-03-11 20:39 雾枫
阅读(1153)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
33
下一页
公告