Searched refs:mBtnFind (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.h95 QPushButton *mBtnFind; member in class:UIVMLogViewer
H A DUIVMLogViewer.cpp399 mBtnFind = m_pButtonBox->addButton(QString::null, QDialogButtonBox::ActionRole);
406 connect(mBtnFind, SIGNAL(clicked()), this, SLOT(search()));
507 mBtnFind->setEnabled(isAnyLogPresent);
543 mBtnFind->setText(tr("&Find"));

Completed in 251 milliseconds