how to force Qt widget to maintain equal height and width? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T17:57:15Z http://stackoverflow.com/feeds/question/662162 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/662162/how-to-force-qt-widget-to-maintain-equal-height-and-width 1 how to force Qt widget to maintain equal height and width? SimonV 2009-03-19T13:20:49Z 2009-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#662180 2 Answer by gs for how to force Qt widget to maintain equal height and width? gs 2009-03-19T13:23:41Z 2009-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>