<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Propagate Size Changes from GLWidget to Parents]]></title><description><![CDATA[<p dir="auto">I have a QMainWindow with a QWidget that contains a GLWidget and a few controls. I would like GLWidget to be able to change its size and propagate the size change up to the QWidget and in turn to the QWindow. Per the instructions in <a href="http://qt-project.org/faq/answer/how_can_i_trigger_the_parent_widget_to_resize_when_its_child_widget_is_resi" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/faq/answer/how_can_i_trigger_the_parent_widget_to_resize_when_its_child_widget_is_resi</a>, I change the value that sizeHint returns in my GLWidget and then call updateGeometry. This seems to have no effect, however.</p>
<p dir="auto">Is what I would like to accomplish possible? Thank you for any tips or references.</p>
]]></description><link>https://forum.qt.io/topic/38384/propagate-size-changes-from-glwidget-to-parents</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 11:47:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/38384.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Feb 2014 16:30:06 GMT</pubDate><ttl>60</ttl></channel></rss>