[PyQt] Limit the height of a Layout

Demetrius Cassidy dcassidy36 at mass.rr.com
Wed Mar 3 14:05:37 GMT 2010


It's generated code - it's not supposed to be pretty. All you do is 
import the gui code from your dialog class which is in a separate file. 
It keeps things clean and simple, and you won't have to start looking 
around APIs for stuff that QtDesigner does for you.

On 3/3/2010 6:56 AM, starglider develop wrote:
> Thank you for your replay, but I'm doing everything by code,
> I try to simulate a form with QtDesigner but the genereted code is a mess.
>
> Regards,
>
> Jorge
>
> On 3 March 2010 01:37, <dcassidy36 at mass.rr.com 
> <mailto:dcassidy36 at mass.rr.com>> wrote:
>
>     Are you using QtDesigner? You can set the min and max size for
>     each widget, so I'd probably look at that.
>     --
>     Regards,
>      -Demetrius Cassidy
>
>     ---- starglider develop <starglider.dev at gmail.com
>     <mailto:starglider.dev at gmail.com>> wrote:
>
>     =============
>     Hello,
>     I'm a newby and I have a question:
>     how can I limit the height of a QHBoxLayout?
>     e.g.:
>     There is a  central widget with a QHBoxLayout that as two
>     QTableWidget and I
>     want to limit the size of the first QTableWidget to 300 points,
>     but let the second QTableWidget grow until the limit of the screen.
>
>     Thank you in advance for your help.
>
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100303/0caf0ac0/attachment.html>


More information about the PyQt mailing list