Qt 绘图

绘图基础 这一节介绍 Qt 的绘图基础知识,我们都知道,Qt 里绘图使用的是 QPainter,但是首先需要弄明白:在什么上绘图和在哪里绘图,然后才是怎么绘图,我们就围绕这几个问题来展开。 在什么上绘图 The QPaintDevice class is the base class of objects that can be painted on with QPainter. A paint
相关文章
相关标签/搜索