Searched refs:role (Results 1 – 4 of 4) sorted by relevance
232 QDialogButtonBox::ButtonRole role = buttonBox->buttonRole( button ); in onButtonBoxClicked() local233 if ( ( role == QDialogButtonBox::AcceptRole ) in onButtonBoxClicked()234 || ( role == QDialogButtonBox::ApplyRole ) ) { in onButtonBoxClicked()238 if ( role == QDialogButtonBox::AcceptRole ) in onButtonBoxClicked()240 else if ( role == QDialogButtonBox::RejectRole ) in onButtonBoxClicked()
148 QDialogButtonBox::ButtonRole role = buttonBox->buttonRole( button ); in on_buttonBox_clicked() local149 if ( ( role == QDialogButtonBox::AcceptRole ) in on_buttonBox_clicked()150 || ( role == QDialogButtonBox::ApplyRole ) ) { in on_buttonBox_clicked()157 if ( role == QDialogButtonBox::AcceptRole ) in on_buttonBox_clicked()159 else if ( role == QDialogButtonBox::RejectRole ) in on_buttonBox_clicked()