- Timestamp:
- Mar 15, 2007 4:26:11 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui
r1062 r1517 146 146 </property> 147 147 <property name="whatsThis" stdset="0"> 148 <string>MAC address of the current adapter </string>148 <string>MAC address of the current adapter. It contains exactly 12 characters choosen from {0-9,A-F}.</string> 149 149 </property> 150 150 </widget> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h
r1062 r1517 35 35 * -------------------------------------------------------------------- */ 36 36 37 leMACAddress->setValidator (new QRegExpValidator (QRegExp ("[0-9,A-F ,a-f]{12,12}"), this));37 leMACAddress->setValidator (new QRegExpValidator (QRegExp ("[0-9,A-F]{12,12}"), this)); 38 38 39 39 #if defined Q_WS_X11
Note:
See TracChangeset
for help on using the changeset viewer.