开启大内存模式
使用VS里的工具editbin来对32位的exe进行操作即可使用4GB内存
editbin /largeaddressaware xxx.exe
在QT中还可以使用下图的方法添加工具,从而只需要在QT Creator的工具-外部中直接使用,不用使用命令行。
使 32 位程序使用大于 2GB 的内存
了解 Windows 系统上如何使 32 位应用程序使用大于 2GB 的内存。

自定义控件
Qt 图片 等比例显示、放大、缩小、平移图像 显示 https://blog.csdn.net/fuyouzhiyi/article/details/126833547
Qt项目实战2:图片查看器QImageViewer
https://blog.csdn.net/superhcq/article/details/53509298
QGraphicsView
https://blog.csdn.net/qq_45220555/article/details/109799930
正确的缩放
https://blog.csdn.net/GoForwardToStep/article/details/77035287
Log
https://blog.csdn.net/hellokandy/article/details/106355899
Json解析
https://zhuanlan.zhihu.com/p/49951775