Should QWidget::geometry().topLeft() return QPoint(0, 0) If its frameless and has no parent?
Should QWidget::geometry().topLeft()
always retu开发者_开发百科rn QPoint(0, 0)
If its framelees and has no parent
?
If it has no parent then it should return its global position (its position relative to the desktop)
精彩评论