<?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[[SOLVED] re-sizing QTreeWidget]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">My program interface contains two QTreeWidgets and one QLabel.<br />
I want update automatically re-size other widgets when user re-sizes any of these widgets.</p>
<p dir="auto">Updating whole window and maintaining aspect ratio seems bit tricky to me<br />
How can I do that? Any idea/help is ppreciated.</p>
]]></description><link>https://forum.qt.io/topic/24641/solved-re-sizing-qtreewidget</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 13:26:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/24641.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Feb 2013 13:45:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] re-sizing QTreeWidget on Tue, 26 Feb 2013 15:02:22 GMT]]></title><description><![CDATA[<p dir="auto">Using Mouse...no in-built Qt layout can do this, you need to write a your own custom widget and a custom layout manager, and handle all resize events, and move events manually, with very minimal support from inbuilt layout manager.</p>
]]></description><link>https://forum.qt.io/post/168518</link><guid isPermaLink="true">https://forum.qt.io/post/168518</guid><dc:creator><![CDATA[Santosh Reddy]]></dc:creator><pubDate>Tue, 26 Feb 2013 15:02:22 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] re-sizing QTreeWidget on Tue, 26 Feb 2013 14:23:30 GMT]]></title><description><![CDATA[<p dir="auto">I want to add standard re-size functionality by mouse-left button pressed and movement.<br />
Mouse left button pressed and dragged left/right to increase/decrease size of the widget.<br />
I want to maintain aspect ratio of the other widgets in the whole main window.</p>
]]></description><link>https://forum.qt.io/post/168512</link><guid isPermaLink="true">https://forum.qt.io/post/168512</guid><dc:creator><![CDATA[tesmai4]]></dc:creator><pubDate>Tue, 26 Feb 2013 14:23:30 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] re-sizing QTreeWidget on Tue, 26 Feb 2013 13:59:56 GMT]]></title><description><![CDATA[<p dir="auto">bq. I want update automatically re-size other widgets when user re-sizes any of these widgets.</p>
<p dir="auto">How will user re-size one widget?</p>
]]></description><link>https://forum.qt.io/post/168511</link><guid isPermaLink="true">https://forum.qt.io/post/168511</guid><dc:creator><![CDATA[Santosh Reddy]]></dc:creator><pubDate>Tue, 26 Feb 2013 13:59:56 GMT</pubDate></item></channel></rss>