OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: doc on April 19, 2004, 02:59:21 pm

Title: Resize meanings?
Post by: doc on April 19, 2004, 02:59:21 pm
I was wondering if there was a good documentation/summary of what all the resize settings for Qtopia widgets mean.  

fixed/fixed is simple, bur if set something to minimum/preferred, expandable/maximum, etc. what am I really getting?  I more used to X programming where you attach widgets to frames and such...I\'m assuming I have to use some of the grouping features to get this to work right.

Okay, I\'m rambling, any advice would be welcome.  Thanks again.
Title: Resize meanings?
Post by: Mickeyl on April 19, 2004, 04:01:02 pm
http://doc.trolltech.com/2.3/qsizepolicy.html (http://doc.trolltech.com/2.3/qsizepolicy.html)

In general, look at the classes derived from QLayout. Then again, just use the Qt Designer and design your GUI graphically.