how to force Qt widget to maintain equal height and width? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T17:57:15Zhttp://stackoverflow.com/feeds/question/662162http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/662162/how-to-force-qt-widget-to-maintain-equal-height-and-width1how to force Qt widget to maintain equal height and width?SimonV2009-03-19T13:20:49Z2009-03-19T13:23:41Z
<p>Hi all,</p>
<p>I'm using Ruby Qt bindings.</p>
<p>I'm trying to make a square widget (checker board), but it doesn't seem to work.
<a href="http://pastie.org/420860" rel="nofollow">This is the code that I tried</a></p>
<p>What is the proper way to making a widget that maintains it's aspect ratio?</p>
http://stackoverflow.com/questions/662162/how-to-force-qt-widget-to-maintain-equal-height-and-width/662180#6621802Answer by gs for how to force Qt widget to maintain equal height and width?gs2009-03-19T13:23:41Z2009-03-19T13:23:41Z<p>See this question: <a href="http://stackoverflow.com/questions/452333/how-to-maintain-widgets-aspect-ratio-in-qt">How to maintain widget's aspect ratio in Qt?</a></p>