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,但您当然可以将 aQMainWindow放在 aQDialog中。
QDockWidgets
QMainWindow
QDialog