MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / setAddressWidth

Method setAddressWidth

src/qhexedit.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

readSettingsMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected