Changeset 75789 in vbox
- Timestamp:
- Nov 28, 2018 1:19:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManagerOperationsPanel.cpp
r75788 r75789 139 139 m_pCancelButton->setToolTip(UIGuestControlFileManager::tr("Close the pane")); 140 140 } 141 142 // void UIFileOperationProgressWidget::focusInEvent(QFocusEvent *pEvent)143 // {144 // Q_UNUSED(pEvent);145 // //setFrameStyle(QFrame::Panel);146 // setLineWidth(3);147 // printf("booo\n");148 // repaint();149 // }150 151 // void UIFileOperationProgressWidget::focusOutEvent(QFocusEvent *pEvent)152 // {153 // Q_UNUSED(pEvent);154 // //setFrameStyle(QFrame::NoFrame);155 // setLineWidth(0);156 // }157 141 158 142 void UIFileOperationProgressWidget::prepare()
Note:
See TracChangeset
for help on using the changeset viewer.

