Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ setDynamicBytesPerLine
Method
setDynamicBytesPerLine
src/qhexedit.cpp:291–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
void QHexEdit::setDynamicBytesPerLine(const bool isDynamic)
292
{
293
_dynamicBytesPerLine = isDynamic;
294
resizeEvent(NULL);
295
}
296
297
bool QHexEdit::dynamicBytesPerLine()
298
{
Callers
2
readSettings
Method · 0.80
save
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected