MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / resizeEvent

Method resizeEvent

gui/qt/debugger/hexwidget.cpp:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void HexWidget::resizeEvent(QResizeEvent *event) {
414 adjust();
415 event->accept();
416}
417
418void HexWidget::focusInEvent(QFocusEvent *event) {
419 emit focused();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected