Re: [PyQt] Minimum window size

2008-08-30 Thread skawaii
the size of the window set to? Have you tried applying a layout manager to the window? If so, you can usually just adjust the size (ctrl/apple-j) and it should resize nicely for you. skawaii - Jason Cooper Software Engineer Northrop Grumman Intelligence Group (TASC) -- View this message

[PyQt] sizeHint access in Designer?

2008-08-20 Thread skawaii
that my widgets don't get all funky when I add a layout manager. Thanks, skawaii - Jason Cooper Software Engineer Northrop Grumman Intelligence Group (TASC) -- View this message in context: http://www.nabble.com/sizeHint-access-in-Designer--tp19062826p19062826.html Sent from the PyQt mailing

Re: [PyQt] Adding properties to a custom widget

2007-09-10 Thread skawaii
Phil Thompson-2 wrote: Sorry, you're out of luck - you need PyQt4 for this. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt Seriously? The functionality to add properties

[PyQt] Adding properties to a custom widget

2007-09-07 Thread skawaii
I've looked around and tried things for a couple of days now, but haven't been able to figure this out quite yet. I've created a custom widget in Qt Designer. It's working great and I'd like to be able to use this widget in future GUI's that I make (obviously). When in the Edit Custom Widgets

Re: [PyQt] Help on resizing a custom widget

2007-08-28 Thread skawaii
David Boddie wrote: It sounds like you have a widget in a dialog, but you're not using a layout manager, so nothing is resizing the widget. I wrote a tutorial for EuroPython last year that covered the basic principles of PyQt:

[PyQt] Help on resizing a custom widget

2007-08-27 Thread skawaii
Ok, here's what's going on. I've just created a custom widget. it works great. I'm having some trouble, however, figuring out how to allow the said widget to resize. For example, when I throw the widget into a new dialog (using Qt Designer), I want to be able to drag it larger/smaller and have