Use CustomMessageBox::selectable

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-03-31 07:11:05 +08:00
parent 02ca6bea8c
commit da007d6212
4 changed files with 15 additions and 17 deletions

View File

@ -23,5 +23,6 @@ QMessageBox* selectable(QWidget* parent,
const QString& text,
QMessageBox::Icon icon = QMessageBox::NoIcon,
QMessageBox::StandardButtons buttons = QMessageBox::Ok,
QMessageBox::StandardButton defaultButton = QMessageBox::NoButton);
QMessageBox::StandardButton defaultButton = QMessageBox::NoButton,
QCheckBox* checkBox = nullptr);
}