MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ResizeColumnsForTableView

Function ResizeColumnsForTableView

pcsx2-qt/QtUtils.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void ResizeColumnsForTableView(QTableView* view, const std::initializer_list<int>& widths)
133 {
134 ResizeColumnsForView(view, widths);
135 }
136
137 void ResizeColumnsForTreeView(QTreeView* view, const std::initializer_list<int>& widths)
138 {

Callers 6

eventFilterMethod · 0.85
populateTrackListMethod · 0.85
eventFilterMethod · 0.85
eventMethod · 0.85

Calls 1

ResizeColumnsForViewFunction · 0.85

Tested by

no test coverage detected