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.
如果 QWidget 是在没有父级的情况下创建的,它会创建一个窗口。
那么,窗口究竟是什么时候创建的呢?是在show()被调用的时候吗?或者当对象被构造时?
show()
show()调用该方法时会创建窗口。如果在显示小部件之前设置小部件的父级,则不会创建任何窗口。