QWidget::move函数原型:void move(int x, int y);void move(const QPoint &);其中move的原点是父窗口的左上角, 如果没有父窗口,则桌面即为父窗口x往右递增,y往下递增