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.
QDialog で QDockWidget を使用するのは正しいですか? 使用しようとすると、ドック ウィジェットがダイアログ ウィンドウにドッキングされませんでした。アプリケーションを実行すると、ドック ウィジェットのサイズを変更できませんでした。
QDockWidgetsは a によって「所有」されているQMainWindow必要がありますが、もちろん a のQMainWindow中に a を入れることができますQDialog。
QDockWidgets
QMainWindow
QDialog