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

Method resizeEvent

vkconfig_gui/widget_setting_string.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void WidgetSettingString::resizeEvent(QResizeEvent* event) {
85 this->resize = event->size();
86 this->Resize();
87}
88
89void WidgetSettingString::OnTextEdited(const QString& value) {
90 this->data().SetValue(value.toStdString().c_str());

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.95

Tested by

no test coverage detected