QWidget::geometry().topLeft() 是否应该返回 QPoint(0, 0) 如果其无框架并且没有父级?
如果 QWidget::geometry().topLeft()
总是返回 QPoint(0, 0)
如果它的框架并且没有 parent
吗?
Should QWidget::geometry().topLeft()
always return QPoint(0, 0)
If its framelees and has no parent
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它没有父级,那么它应该返回其全局位置(相对于桌面的位置)
If it has no parent then it should return its global position (its position relative to the desktop)