MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / sizeHint

Method sizeHint

qt/DeviceView.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566QSize DeviceView::sizeHint () const
567{
568 return QSize(height() - 1, height() - 1);
569}
570
571QSize DeviceView::minimumSizeHint () const
572{

Calls

no outgoing calls

Tested by

no test coverage detected