Searched defs:pAttachWebcamAction (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2267 QAction *pAttachWebcamAction = pMenu->addAction(strWebcamName, local
2269 pAttachWebcamAction->setToolTip(vboxGlobal().toolTip(webcam));
2270 pAttachWebcamAction->setCheckable(true);
2273 pAttachWebcamAction->setChecked(attachedWebcamPaths.contains(strWebcamPath));
2276 pAttachWebcamAction->setData(QVariant::fromValue(WebCamTarget(!pAttachWebcamAction->isChecked(), strWebcamName, strWebcamPath)));

Completed in 49 milliseconds