qt编程遇到的东西

setWindowFlags
http://blog.chinaunix.net/uid-23500957-id-3876399.html
move()方法,的作用是设置QWidget部件的pos坐标的。即设置左上角的坐标。通过设置左上角的坐标,来达到移动窗口的目的。

QPixmap 类代表图像
http://blog.csdn.net/hmsiwtv/article/details/7560791

QGraphicsWidget Class
setGeometry(qreal x, qreal y, qreal w, qreal h)

QApplication Class
palette调色板

QCameraViewfinder
setAutoFillBackground(bool)

...............................................................认真写每篇博客,如同我对待生活............................................................
原文地址:https://www.cnblogs.com/itholidaycn/p/6524511.html