Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void WidgetSettingFrames::resizeEvent(QResizeEvent* event) {
87
this->resize = event->size();
88
this->Resize();
89
}
90
91
void WidgetSettingFrames::OnErrorValue() {
92
QPalette palette;
Callers
nothing calls this directly
Calls
1
Resize
Method · 0.95
Tested by
no test coverage detected