MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / header_resize

Method header_resize

DSView/pv/view/header.cpp:507–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void Header::header_resize()
508{
509 if (_context_trace) {
510 const int y = _context_trace->get_y();
511 nameEdit->move(QPoint(_context_trace->get_leftWidth(), y - nameEdit->height() / 2));
512 }
513}
514
515void Header::UpdateLanguage()
516{

Callers 1

resizeEventMethod · 0.80

Calls 2

get_yMethod · 0.80
get_leftWidthMethod · 0.80

Tested by

no test coverage detected