MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / resizeEvent

Method resizeEvent

UI/bgmlistwindow.cpp:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void BgmListWindow::resizeEvent(QResizeEvent *)
287{
288 int oneWidth = bgmListView->width() / 10;
289 bgmListView->header()->resizeSection(0, 4*oneWidth);
290 bgmListView->header()->resizeSection(1, 2*oneWidth);
291 bgmListView->header()->resizeSection(2, 3*oneWidth);
292 bgmListView->header()->resizeSection(3, 1*oneWidth);
293}
294
295
296

Callers

nothing calls this directly

Calls 1

headerMethod · 0.80

Tested by

no test coverage detected