Searched refs:closeConfirmation (Results 1 – 1 of 1) sorted by relevance
543 QMessageBox closeConfirmation(tab); in closeTab() local544 closeConfirmation.setWindowFlags(Qt::Sheet); in closeTab()545 closeConfirmation.setWindowTitle(tr("Do you really want to close this page?")); in closeTab()546 …closeConfirmation.setInformativeText(tr("You have modified this page and when closing it you would… in closeTab()548 closeConfirmation.setIcon(QMessageBox::Question); in closeTab()549 closeConfirmation.addButton(QMessageBox::Yes); in closeTab()550 closeConfirmation.addButton(QMessageBox::No); in closeTab()551 closeConfirmation.setEscapeButton(QMessageBox::No); in closeTab()552 if (closeConfirmation.exec() == QMessageBox::No) in closeTab()