2019年4月1日

Linux下 编译lib3ds库

摘要: 从网上下载的一个QT程序链接需要用到lib3ds.a静态库。 lib3ds is an overall software library for managing 3D-Studio Release 3 and 4 ".3DS" files. 官网:https://code.google.com/a 阅读全文

posted @ 2019-04-01 18:34 我来乔23 阅读(804) 评论(0) 推荐(0) 编辑

Qt中关于QMouseEventbuttons()和QMouseEventbutton()的使用注意

摘要: 在进行QT程序开发中经常需要响应鼠标事件,在QWidget或QMainWindow的子类中可以重载如下鼠标事件实现自己需要的效果。 virtual void mouseDoubleClickEvent(QMouseEvent *event) virtual void mouseMoveEvent(Q 阅读全文

posted @ 2019-04-01 14:18 我来乔23 阅读(3030) 评论(0) 推荐(1) 编辑

导航