Changeset 44589 in vbox
- Timestamp:
- Feb 7, 2013 3:51:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp
r44562 r44589 53 53 : QLineEdit(pParent) 54 54 { 55 /* Configure self: */ 56 setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding); 57 setContextMenuPolicy(Qt::NoContextMenu); 58 55 59 /* Connect selection preserver: */ 56 60 connect(this, SIGNAL(selectionChanged()), this, SLOT(sltDeselect())); … … 112 116 113 117 /* Configure line-edit: */ 114 m_pLineEdit->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);115 m_pLineEdit->setContextMenuPolicy(Qt::NoContextMenu);116 118 m_pLineEdit->installEventFilter(this); 117 119 }
Note:
See TracChangeset
for help on using the changeset viewer.