Just add QPainter calls right into the paintGL() method. paintGL() { // OpenGL code... QPainter p(this); p.drawText(...); }.
確定! 回上一頁