vote up 1 vote down star

Hi all,

I'm using Ruby Qt bindings.

I'm trying to make a square widget (checker board), but it doesn't seem to work. This is the code that I tried

What is the proper way to making a widget that maintains it's aspect ratio?

flag

1 Answer

vote up 2 vote down check

See this question: How to maintain widget's aspect ratio in Qt?

link|flag
this doesn't seem to work for me with Ruby bindings – SimonV Mar 19 at 14:52
Have you tried subclassing QLayout? – gs Mar 19 at 15:44
I've sub classed QGridLayout and implemented sizePolicy,hasHeightForWidth,heightForWidth(w) I haven't implemented setGeometry, and this is my main suspect right now. As for the other functions listed there, I figured they were related to having a single item in the layout, is this correct? – SimonV Mar 19 at 19:13
I've implemented setGeometry and I can see the effect now... Now the layout and it's content aspect ratio is maintained but the aspect ratio of the main window isn't. – SimonV Mar 19 at 19:26
I haven't done it myself, but in that post is a lot of information. There are also some links to the Qt documentation. – gs Mar 19 at 20:48
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.