VirtualBox

Changeset 44589 in vbox


Ignore:
Timestamp:
Feb 7, 2013 3:51:33 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: 6065: UIHotKeyEditor: Moving some stuff into appropriate place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp

    r44562 r44589  
    5353    : QLineEdit(pParent)
    5454{
     55    /* Configure self: */
     56    setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
     57    setContextMenuPolicy(Qt::NoContextMenu);
     58
    5559    /* Connect selection preserver: */
    5660    connect(this, SIGNAL(selectionChanged()), this, SLOT(sltDeselect()));
     
    112116
    113117    /* Configure line-edit: */
    114     m_pLineEdit->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
    115     m_pLineEdit->setContextMenuPolicy(Qt::NoContextMenu);
    116118    m_pLineEdit->installEventFilter(this);
    117119}
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