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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.h98 QPushButton *mBtnSave; member in class:UIVMLogViewer
H A DUIVMLogViewer.cpp402 mBtnSave = m_pButtonBox->button(QDialogButtonBox::Save);
409 connect(mBtnSave, SIGNAL(clicked()), this, SLOT(save()));
508 mBtnSave->setEnabled(isAnyLogPresent);
545 mBtnSave->setText(tr("&Save"));

Completed in 291 milliseconds