Searched refs:button (Results 1 – 14 of 14) sorted by relevance
44 void on_buttonBox_clicked( QAbstractButton* button );
49 void onButtonBoxClicked( QAbstractButton* button );
230 void OptionsDialog::onButtonBoxClicked( QAbstractButton* button ) in onButtonBoxClicked() argument232 QDialogButtonBox::ButtonRole role = buttonBox->buttonRole( button ); in onButtonBoxClicked()
144 void FiltersDialog::on_buttonBox_clicked( QAbstractButton* button ) in on_buttonBox_clicked() argument148 QDialogButtonBox::ButtonRole role = buttonBox->buttonRole( button ); in on_buttonBox_clicked()
107 if (event->button() == Qt::MidButton) in mouseReleaseEvent()
226 if ( mouseEvent->button() == Qt::LeftButton ) in mousePressEvent()
323 if ( mouseEvent->button() == Qt::LeftButton ) in mousePressEvent()359 else if ( mouseEvent->button() == Qt::RightButton ) in mousePressEvent()468 if ( mouseEvent->button() == Qt::LeftButton ) in mouseDoubleClickEvent()