基础概念

1. 对象树

[!note] 作用:让Qt来管理对象的释放

  • 继承QObject的对象在创建时,需要指定一个父对象
  • 子对象会被放入到父对象的一个children()表中
  • 当父对象析构时,会析构children()表中的所有对象

2. 对话框

类型 描述 函数
模态 不能对其他对话框进行操作 exec()
非模态 可以对其他对话框进行操作 show()

results matching ""

    No results matching ""