Changeset 72445 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 5, 2018 8:47:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp
r72175 r72445 216 216 } 217 217 218 219 /********************************************************************************************************************************* 220 * UIVMLogViewerFilterPanel implementation. * 221 *********************************************************************************************************************************/ 222 218 223 UIVMLogViewerFilterPanel::UIVMLogViewerFilterPanel(QWidget *pParent, UIVMLogViewerWidget *pViewer) 219 224 : UIVMLogViewerPanel(pParent, pViewer) … … 429 434 mainLayout()->addWidget(m_pResultLabel,0); 430 435 } 431 /* Create filter-label: */432 // m_pFilterLabel = new QLabel(this);433 // if (m_pFilterLabel)434 // {435 // /* Configure filter-label: */436 // m_pFilterLabel->setBuddy(m_pFilterComboBox);437 // #ifdef VBOX_DARWIN_USE_NATIVE_CONTROLS438 // QFont font = m_pFilterLabel->font();439 // font.setPointSize(::darwinSmallFontSize());440 // m_pFilterLabel->setFont(font);441 // #endif /* VBOX_DARWIN_USE_NATIVE_CONTROLS */442 // /* Add filter-label to main-layout: */443 // mainLayout()->addWidget(m_pFilterLabel);444 // }445 436 } 446 437
Note:
See TracChangeset
for help on using the changeset viewer.