Translation into another language is automatically done by Qt, no "tr" is needed.
lab->setText( tr( "GEOM_REALLY_DELETE_ALL" ) );
}
- QDialogButtonBox* buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok
- | QDialogButtonBox::Cancel);
+ QDialogButtonBox* buttonBox = new QDialogButtonBox(QDialogButtonBox::Yes
+ | QDialogButtonBox::No);
int rc = topLayout->rowCount();
topLayout->addWidget( buttonBox, rc, 1, 1, 1 );