Searched refs:windowTitle (Results 1 - 8 of 8) sorted by relevance
| /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
| H A D | UIWindowMenuManager.cpp | 65 && !m_regWindows.contains(pWindow->windowTitle())) 71 pAction->setText(pWindow->windowTitle()); 82 m_regWindows[pWindow->windowTitle()] = pAction; 88 if (m_regWindows.contains(pWindow->windowTitle())) 90 delete m_regWindows[pWindow->windowTitle()]; 91 m_regWindows.remove(pWindow->windowTitle()); 107 if (m_regWindows.contains(pActive->windowTitle())) 108 m_regWindows[pActive->windowTitle()]->setChecked(true);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/ |
| H A D | UIWizardCloneVD.cpp | 95 msgCenter().showModalProgressDialog(progress, windowTitle(), ":/progress_media_create_90px.png", this);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/ |
| H A D | UIWizardNewVD.cpp | 99 msgCenter().showModalProgressDialog(progress, windowTitle(), ":/progress_media_create_90px.png", this);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/ |
| H A D | UIWizardCloneVM.cpp | 144 msgCenter().showModalProgressDialog(progress, windowTitle(), ":/progress_clone_90px.png", this);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
| H A D | UIWizardNewVMPageBasic3.cpp | 117 msgCenter().showModalProgressDialog(progress, thisImp()->windowTitle(), ":/progress_media_delete_90px.png", thisImp());
|
| /vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
| H A D | UISettingsSerializer.cpp | 225 setWindowTitle(parentWidget()->windowTitle());
|
| /vbox/src/VBox/Debugger/ |
| H A D | VBoxDbgStatsQt4.cpp | 3039 setWindowTitle(QString("%1 - Statistics").arg(parentWidget()->windowTitle())); 3164 case QEvent::WindowTitleChange: setWindowTitle(QString("%1 - Statistics").arg(parentWidget()->windowTitle())); break;
|
| /vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
| H A D | UIMachineLogic.cpp | 2361 QAction *pMachineWindowAction = pMenu->addAction(pMachineWindow->windowTitle(),
|
Completed in 92 milliseconds