<?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[Shrinking widgets proportionally]]></title><description><![CDATA[<p dir="auto">Hi, I have a widget window that contains a GraphicsView and a widget and they are in a vertical layout. The problem I have is when I shrink the window vertically the View shrinks to it's minimal height before the widget even start shrinking.. I would like if they both shrink at the same time.. you know..  how can I control the order in which they shrink and the magnitude of it??</p>
]]></description><link>https://forum.qt.io/topic/42798/shrinking-widgets-proportionally</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 19:47:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/42798.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jun 2014 19:32:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Shrinking widgets proportionally on Sun, 22 Jun 2014 01:11:49 GMT]]></title><description><![CDATA[<p dir="auto">Ok thx that works</p>
]]></description><link>https://forum.qt.io/post/232842</link><guid isPermaLink="true">https://forum.qt.io/post/232842</guid><dc:creator><![CDATA[Misty River]]></dc:creator><pubDate>Sun, 22 Jun 2014 01:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to Shrinking widgets proportionally on Sat, 21 Jun 2014 20:38:49 GMT]]></title><description><![CDATA[<p dir="auto">Set the vertical size policy to 'expanding' in both widgets and then set the vertical stretch value to 1 in both of them.<br />
You can control the ratio they occupy space via the stretch value, eg. if you want the first one to always take 1/3 of the space then set its value to 1 and the other one to 2.</p>
]]></description><link>https://forum.qt.io/post/232819</link><guid isPermaLink="true">https://forum.qt.io/post/232819</guid><dc:creator><![CDATA[Chris Kawa]]></dc:creator><pubDate>Sat, 21 Jun 2014 20:38:49 GMT</pubDate></item></channel></rss>