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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.h96 QPushButton *mBtnRefresh; member in class:UIVMLogViewer
H A DUIVMLogViewer.cpp400 mBtnRefresh = m_pButtonBox->addButton(QString::null, QDialogButtonBox::ActionRole);
407 connect(mBtnRefresh, SIGNAL(clicked()), this, SLOT(refresh()));
544 mBtnRefresh->setText(tr("&Refresh"));

Completed in 50 milliseconds