MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / resizeEvent

Method resizeEvent

vkconfig_gui/widget_setting_float.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void WidgetSettingFloat::resizeEvent(QResizeEvent* event) {
95 this->resize = event->size();
96 this->Resize();
97}
98
99void WidgetSettingFloat::OnErrorValue() {
100 QPalette palette;

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.95

Tested by

no test coverage detected