Home
last modified time | relevance | path

Searched refs:closeConfirmation (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp543 QMessageBox closeConfirmation(tab); in closeTab() local
544 closeConfirmation.setWindowFlags(Qt::Sheet); in closeTab()
545 closeConfirmation.setWindowTitle(tr("Do you really want to close this page?")); in closeTab()
546closeConfirmation.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()