Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void WidgetSettingFloat::resizeEvent(QResizeEvent* event) {
95
this->resize = event->size();
96
this->Resize();
97
}
98
99
void WidgetSettingFloat::OnErrorValue() {
100
QPalette palette;
Callers
nothing calls this directly
Calls
1
Resize
Method · 0.95
Tested by
no test coverage detected