Searched defs:UIVMLogViewer (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMLogViewer.h | 2 * VBox Qt GUI - UIVMLogViewer class declaration. 26 #include "UIVMLogViewer.gen.h" 37 class UIVMLogViewer; 41 typedef QMap<QString, UIVMLogViewer*> VMLogViewerMap; 46 class UIVMLogViewer : public QIWithRetranslateUI2<QMainWindow>, class in inherits:QIWithRetranslateUI2,Ui::UIVMLogViewer 47 public Ui::UIVMLogViewer 59 UIVMLogViewer(QWidget *pParent, Qt::WindowFlags flags, const CMachine &machine); 60 ~UIVMLogViewer();
|
H A D | UIVMLogViewer.cpp | 3 * VBox Qt GUI - UIVMLogViewer class implementation. 33 # include "UIVMLogViewer.h" 56 UIVMLogViewerSearchPanel(QWidget *pParent, UIVMLogViewer *pViewer) 171 m_pCloseButton->setToolTip(UIVMLogViewer::tr("Close the search panel")); 173 m_pSearchLabel->setText(QString("%1 ").arg(UIVMLogViewer::tr("&Find"))); 174 m_pSearchEditor->setToolTip(UIVMLogViewer::tr("Enter a search string here")); 176 m_pNextPrevButtons->setTitle(0, UIVMLogViewer::tr("&Previous")); 177 m_pNextPrevButtons->setToolTip(0, UIVMLogViewer::tr("Search for the previous occurrence of the string")); 178 m_pNextPrevButtons->setTitle(1, UIVMLogViewer::tr("&Next")); 179 m_pNextPrevButtons->setToolTip(1, UIVMLogViewer 376 UIVMLogViewer::UIVMLogViewer(QWidget *pParent, Qt::WindowFlags flags, const CMachine &machine) function in class:UIVMLogViewer [all...] |
Completed in 43 milliseconds