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.
QToolBar の扱い方を学んで、ドラッグ&ドロップで方向を変更できないことを理解しました。
mainToolBar = QToolBar(self) mainToolBar.setContextMenuPolicy(Qt.PreventContextMenu) mainToolBar.setFloatable(False)
ご覧のとおり、ドロップ可能なフィールドは表示されません。