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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2219 QAction *pAttachUSBAction = pMenu->addAction(vboxGlobal().details(device), local
2221 pAttachUSBAction->setToolTip(vboxGlobal().toolTip(device));
2222 pAttachUSBAction->setCheckable(true);
2226 pAttachUSBAction->setChecked(!attachedDevice.isNull());
2227 pAttachUSBAction->setEnabled(hostDevice.GetState() != KUSBDeviceState_Unavailable);
2230 pAttachUSBAction->setData(QVariant::fromValue(USBTarget(!pAttachUSBAction->isChecked(), device.GetId())));

Completed in 50 milliseconds