VirtualBox

Changeset 78034 in vbox


Ignore:
Timestamp:
Apr 8, 2019 10:51:51 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Removing some lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp

    r78026 r78034  
    304304        {
    305305            m_pBreadCrumbs->setIndent(0.5 * qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin));
    306 
    307306            connect(m_pBreadCrumbs, &UIFileManagerBreadCrumbs::linkActivated,
    308307                    this, &UIFileManagerNavigationWidget::sigPathChanged);
     
    322321    if (m_pSwitchButton)
    323322    {
    324 
    325323        QStyle *pStyle = QApplication::style();
    326324        QIcon buttonIcon;
     
    330328            m_pSwitchButton->setIcon(buttonIcon);
    331329        }
    332 
    333330        pLayout->addWidget(m_pSwitchButton);
    334331        connect(m_pSwitchButton, &QToolButton::clicked,
     
    375372    setFrameShape(QFrame::Box);
    376373    setLineWidth(1);
    377     //setFixedHeight(10);
    378374    setAutoFillBackground(true);
    379375    QPalette newPalette = palette();
    380376    newPalette.setColor(QPalette::Background, qApp->palette().color(QPalette::Light));
    381 
    382377    setPalette(newPalette);
    383378    /* Allow the labe become smaller than the current text. calling setpath in resizeEvent truncated the text anyway: */
     
    710705    m_pToolBar = new UIToolBar;
    711706    if (m_pToolBar)
    712     {
    713707        m_pMainLayout->addWidget(m_pToolBar, 0, 0, 1, 7);
    714     }
    715708
    716709    m_pLocationLabel = new QILabel;
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