| 84 | } |
| 85 | |
| 86 | void QHexEdit::setAddressWidth(int addressWidth) |
| 87 | { |
| 88 | _addressWidth = addressWidth; |
| 89 | adjust(); |
| 90 | setCursorPosition(_cursorPosition); |
| 91 | viewport()->update(); |
| 92 | } |
| 93 | |
| 94 | int QHexEdit::addressWidth() |
| 95 | { |
no outgoing calls
no test coverage detected