Changeset 106010 in vbox for trunk/src/VBox
- Timestamp:
- Sep 11, 2024 4:20:49 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINetworkFeaturesEditor.cpp
r104313 r106010 337 337 m_pEditorMAC->setAllowToCopyContentsWhenDisabled(true); 338 338 m_pEditorMAC->setValidator(new QRegularExpressionValidator(QRegularExpression("[0-9A-Fa-f]{12}"), this)); 339 m_pEditorMAC->setMinimumWidthByText(QString().fill('0', 12));340 339 341 340 m_pLayoutSettings->addWidget(m_pEditorMAC, 2, 1, 1, 2);
Note:
See TracChangeset
for help on using the changeset viewer.