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

Method resizeEvent

vkconfig_gui/widget_setting_frames.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void WidgetSettingFrames::resizeEvent(QResizeEvent* event) {
87 this->resize = event->size();
88 this->Resize();
89}
90
91void WidgetSettingFrames::OnErrorValue() {
92 QPalette palette;

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.95

Tested by

no test coverage detected