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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.h97 QPushButton *mBtnClose; member in class:UIVMLogViewer
H A DUIVMLogViewer.cpp401 mBtnClose = m_pButtonBox->button(QDialogButtonBox::Close);
408 connect(mBtnClose, SIGNAL(clicked()), this, SLOT(close()));
546 mBtnClose->setText(tr("Close"));
594 mBtnClose->animateClick();

Completed in 43 milliseconds