Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想获得实际的 x、y 值或 Qt::ToolBarArea我的QToolBar.
Qt::ToolBarArea
QToolBar
有什么功能可以得到它吗?
签出QWidget::mapTo和相关功能。我认为你想做类似的事情:
QWidget::mapTo
yourWidget->mapToParent(0, 0)yourWidget- 将(ie ) 的左上角映射0, 0到其父窗口小部件的坐标系。
yourWidget->mapToParent(0, 0)
yourWidget
0, 0