Changeset 99066 in vbox for trunk/src/VBox
- Timestamp:
- Mar 20, 2023 12:22:14 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIUSBFilterDetailsEditor.cpp
r98103 r99066 393 393 if (m_pLabelPort) 394 394 m_pLabelPort->setBuddy(m_pEditorPort); 395 m_pEditorPort->setValidator(new QRegularExpressionValidator(QRegularExpression(" [0-9]*"), this));395 m_pEditorPort->setValidator(new QRegularExpressionValidator(QRegularExpression("(0[xX])?[0-9a-fA-F]{0,4}"), this)); 396 396 397 397 pLayout->addWidget(m_pEditorPort, 7, 1);
Note:
See TracChangeset
for help on using the changeset viewer.