Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dfiltersdialog.h
H A Doptionsdialog.h
H A Doptionsdialog.cpp
H A Dfiltersdialog.cpp
H A Dtabbedcrawlerwidget.cpp
H A Doverviewwidget.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dfiltersdialog.h44 void on_buttonBox_clicked( QAbstractButton* button );
H A Doptionsdialog.h49 void onButtonBoxClicked( QAbstractButton* button );
H A Doptionsdialog.cpp230 void OptionsDialog::onButtonBoxClicked( QAbstractButton* button ) in onButtonBoxClicked() argument
232 QDialogButtonBox::ButtonRole role = buttonBox->buttonRole( button ); in onButtonBoxClicked()
H A Dfiltersdialog.cpp144 void FiltersDialog::on_buttonBox_clicked( QAbstractButton* button ) in on_buttonBox_clicked() argument
148 QDialogButtonBox::ButtonRole role = buttonBox->buttonRole( button ); in on_buttonBox_clicked()
H A Dtabbedcrawlerwidget.cpp107 if (event->button() == Qt::MidButton) in mouseReleaseEvent()
H A Doverviewwidget.cpp226 if ( mouseEvent->button() == Qt::LeftButton ) in mousePressEvent()
H A Dabstractlogview.cpp323 if ( mouseEvent->button() == Qt::LeftButton ) in mousePressEvent()
359 else if ( mouseEvent->button() == Qt::RightButton ) in mousePressEvent()
468 if ( mouseEvent->button() == Qt::LeftButton ) in mouseDoubleClickEvent()