上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 77 下一页

2022年2月25日

Qt-Qt使用QRegExp实现正则表达式处理(Qt5.14.2+win10)

摘要: 相关资料: 实例代码: .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compil 阅读全文

posted @ 2022-02-25 16:24 疯狂delphi 阅读(123) 评论(0) 推荐(0)

2022年2月15日

Qt-Qt使用lcdNumber显示LED数据时钟(Qt5.14.2+win10)

摘要: 相关资料: https://www.baidu.com/link?url=rLDb1Ka8ErpWc0ns5BUx2FEce_pdXKgv2s4q8bbMpkMwu51BFtnYXDNqbhXwZFG_IQx9XramC0J-JZ_LtkZ_aHTahl86hFTjlZK7zAyWCCC&wd=&e 阅读全文

posted @ 2022-02-15 17:29 疯狂delphi 阅读(707) 评论(0) 推荐(0)

2022年2月14日

Qt-char中结束字符的处理

摘要: QT处理: void MainWindow::on_pushButton_clicked() { char str[10] = "hello"; // *str = 'b'; // *str = 0x0A0D; str[1] = '0'; qDebug() << str; char str2[10] 阅读全文

posted @ 2022-02-14 17:20 疯狂delphi 阅读(97) 评论(0) 推荐(0)

2022年2月10日

Osg-OsgEarth实例圆锥体旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No12-OsgEarthModelRotate

摘要: 相关资料: https://www.cnblogs.com/coolbear/p/7765862.html osgEarth设置模型旋转角度 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 4 DEF 阅读全文

posted @ 2022-02-10 17:25 疯狂delphi 阅读(375) 评论(0) 推荐(0)

Osg-Osg实例圆柱体对象局部旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No11-CylinderRotate

摘要: 相关资料: https://www.cnblogs.com/kekec/archive/2011/08/15/2139893.html osg中使用MatrixTransform来实现模型的平移/旋转/缩放 代码实例: .pro 1 QT += core gui widgets 2 TARGET = 阅读全文

posted @ 2022-02-10 16:55 疯狂delphi 阅读(212) 评论(0) 推荐(0)

Osg-Osg实例牛对象局部旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No10-LocalRotate

摘要: 相关资料: https://blog.csdn.net/pizi0475/article/details/5387514 OSG中测试旋转与平移 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 4 D 阅读全文

posted @ 2022-02-10 16:44 疯狂delphi 阅读(76) 评论(0) 推荐(0)

Osg-Osg实例牛对象旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No9-rotate

摘要: 相关资料: https://www.cnblogs.com/ylwn817/articles/1973396.html osg矩阵变换节点 平移旋转缩放 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 阅读全文

posted @ 2022-02-10 16:08 疯狂delphi 阅读(105) 评论(0) 推荐(0)

Osg-Osg实例牛对象缩放效果(Qt5.14.2+osgEarht3.6.5+win10)-No8-zoom

摘要: 相关资料: https://www.cnblogs.com/ylwn817/articles/1973396.html osg矩阵变换节点 平移旋转缩放 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 阅读全文

posted @ 2022-02-10 16:03 疯狂delphi 阅读(93) 评论(0) 推荐(0)

Osg-Osg实例牛对象平移效果(Qt5.14.2+osgEarht3.6.5+win10)-No7-translation

摘要: 相关资料: https://www.cnblogs.com/ylwn817/articles/1973396.html osg矩阵变换节点 平移旋转缩放 注意: osg方向如左图所示,x轴表示屏幕水平方向,y轴表示和屏幕垂直方向即屏幕里面方向,z轴表示屏幕垂直方向,每个箭头指向表示正方向 代码实例: 阅读全文

posted @ 2022-02-10 15:57 疯狂delphi 阅读(113) 评论(0) 推荐(0)

Osg-Osg实例烟雾粒子效果飞机(Qt5.14.2+osgEarht3.6.5+win10)-No6-EParticlePlane

摘要: 相关资料: https://blog.csdn.net/qq_35225556/article/details/109730460?spm=1001.2101.3001.6650.10&utm_medium=distribute.pc_relevant.none-task-blog-2~defaul 阅读全文

posted @ 2022-02-10 14:51 疯狂delphi 阅读(259) 评论(0) 推荐(0)

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 77 下一页

导航