VirtualBox

Changeset 87368 in vbox


Ignore:
Timestamp:
Jan 22, 2021 1:34:44 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9515. Removing some horizonal lines

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r87348 r87368  
    278278}
    279279
    280 QFrame *UIWizardNewVMPage1::horizontalLine()
    281 {
    282     QFrame *line = new QFrame;
    283     line->setFrameShape(QFrame::HLine);
    284     line->setFrameShadow(QFrame::Sunken);
    285     return line;
    286 }
    287 
    288280QWidget *UIWizardNewVMPage1::createNameOSTypeWidgets(bool fCreateUnattendedWidgets,
    289281                                                     bool fCreateLabels)
     
    303295    if (m_pNameAndSystemEditor)
    304296        pLayout->addWidget(m_pNameAndSystemEditor, iRow++, 0, 1, 6);
    305 
    306     pLayout->addWidget(horizontalLine(), iRow++, 0, 1, 6);
    307297
    308298    if (fCreateLabels)
     
    339329            pLayout->addWidget(m_pStartHeadlessCheckBox, iRow++, 1, 1, 5);
    340330        }
    341 
    342         pLayout->addWidget(horizontalLine(), iRow++, 0, 1, 4);
    343331    }
    344332    return pContainer;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h

    r87322 r87368  
    105105    /** Return false if ISO path is not empty but points to an missing or unreadable file. */
    106106    bool checkISOFile() const;
    107     QFrame *horizontalLine();
    108107
    109108    /** Full path (including the file name) of the machine's configuration file. */
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