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- (つまり)の左上隅0, 0をその親ウィジェットの座標系にマップします。
yourWidget->mapToParent(0, 0)
yourWidget
0, 0