Changeset 8478 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h
- Timestamp:
- Apr 29, 2008 7:20:12 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h
r8474 r8478 59 59 /* disable unused interface name UI */ 60 60 grbTAP->setHidden (true); 61 /* Make the line editor of the editable combobox read-only to disable 62 * modifications by the user. The combobox itself remains "editable" to 63 * allow for setting text missing in the drop-down list. */ 64 cbHostInterfaceName->lineEdit()->setReadOnly (true); 65 61 66 connect (grbEnabled, SIGNAL (toggled (bool)), 62 67 this, SLOT (grbEnabledToggled (bool))); … … 117 122 cbHostInterfaceName->insertStringList (aList); 118 123 else 119 cbHostInterfaceName-> insertItem(aNillItem);124 cbHostInterfaceName->setCurrentText (aNillItem); 120 125 121 126 if (currentListItemName.isEmpty() || currentListItemName == aNillItem)
Note:
See TracChangeset
for help on using the changeset viewer.