... 中login *user_login=new login;//login是繼承dialog的類 int res = user_login->exec(); if (res == QDialog::Accepted) { delete user_login; } ...
確定! 回上一頁