QPainter 绘制点
#include <QPainter>
void QPainter::drawPoint(int x, int y)
This is an overloaded function.
Draws a single point at position (x, y).
#####################