Skip to content

Qt自定义MessageBox

Published: at 03:39 PM | 1 min read
  1. 继承自QDialog;
  2. exec方法显示窗口;
  3. done方法关闭窗口,填入参数的值就是exec的返回值。