MCPcopy Create free account
hub / github.com/baldurk/renderdoc / setSize

Method setSize

qrenderdoc/Widgets/ResourcePreview.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void ResourcePreview::setSize(QSize s)
130{
131 setFixedWidth(s.width());
132 setFixedHeight(s.height());
133 setMinimumSize(s);
134 setMaximumSize(s);
135}
136
137void ResourcePreview::setSelected(bool sel)
138{

Callers 5

refreshLayoutMethod · 0.45
mouseMoveEventMethod · 0.45
subElementRectMethod · 0.45
subElementRectMethod · 0.45

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected