VirtualBox

Ignore:
Timestamp:
Jun 5, 2018 8:47:00 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9072 Adding a missing flower box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp

    r72175 r72445  
    216216}
    217217
     218
     219/*********************************************************************************************************************************
     220*   UIVMLogViewerFilterPanel implementation.                                                                                     *
     221*********************************************************************************************************************************/
     222
    218223UIVMLogViewerFilterPanel::UIVMLogViewerFilterPanel(QWidget *pParent, UIVMLogViewerWidget *pViewer)
    219224    : UIVMLogViewerPanel(pParent, pViewer)
     
    429434        mainLayout()->addWidget(m_pResultLabel,0);
    430435    }
    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_CONTROLS
    438 //             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 //         }
    445436}
    446437
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette