Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/wui/
H A Dsavegamedeleter.cc32 UI::WLMessageBox confirmationBox( in show_confirmation_window() local
36 return confirmationBox.run<UI::Panel::Returncodes>() == UI::Panel::Returncodes::kOk; in show_confirmation_window()
/dports/x11/nwg-menu/nwg-menu-0.1.1/
H A Duicomponents.go606 confirmationBox = setUpConfirmationBox("system-log-out", *cmdLogout)
617 confirmationBox = setUpConfirmationBox("system-reboot", *cmdRestart)
628 confirmationBox = setUpConfirmationBox("system-shutdown", *cmdShutdown)
682 if confirmationBox != nil {
683 confirmationBox.Destroy()
H A Dmain.go98 confirmationBox *gtk.Box var
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dmainwindow.cpp2469 QMessageBox confirmationBox; in clearDefaults() local
2470 confirmationBox.setText(tr("Clear all settings and defaults?")); in clearDefaults()
2472 confirmationBox.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); in clearDefaults()
2473 confirmationBox.setDefaultButton(QMessageBox::Ok); in clearDefaults()
2474 int confirmed = confirmationBox.exec(); in clearDefaults()
2491 QMessageBox confirmationBox; in clearDataSourceSettings() local
2492 confirmationBox.setText(tr("Clear datasource settings?")); in clearDataSourceSettings()
2493confirmationBox.setInformativeText(tr("You are about to clear all\nconfiguration settings for\nall… in clearDataSourceSettings()
2494 confirmationBox.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); in clearDataSourceSettings()
2495 confirmationBox.setDefaultButton(QMessageBox::Ok); in clearDataSourceSettings()
[all …]