[PyKDE] Banging my head against QGridLayout

2007-02-17 Thread Miguel Lobo
Hi, I'm trying to lay out some QScrollAreas using QGridLayout with Qt 4.2 for Windows but I'm getting unexpected results. I have a 2x2 grid, with the following widgets: - A QScrollArea named "ea" at row 1, column 1 - A QScrollArea named "ca" at row 0, column 1 - A QScrollArea named "ta" at row 1

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-17 Thread Danny Pansters
On Saturday 17 February 2007 21:38, you wrote: > On Saturday 17 February 2007 4:07 pm, Danny Pansters wrote: > > On Saturday 17 February 2007 01:35, Phil Thompson wrote: > > > On Saturday 17 February 2007 12:10 am, Danny Pansters wrote: > > > > On Saturday 17 February 2007 00:18, Phil Thompson wrot

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-17 Thread Phil Thompson
On Saturday 17 February 2007 4:07 pm, Danny Pansters wrote: > On Saturday 17 February 2007 01:35, Phil Thompson wrote: > > On Saturday 17 February 2007 12:10 am, Danny Pansters wrote: > > > On Saturday 17 February 2007 00:18, Phil Thompson wrote: > > > > On Friday 16 February 2007 10:54 pm, Danny P

Re: [PyKDE] How to stay always on top of other apps

2007-02-17 Thread Adam Tenderholt
Check out Qt::WindowStaysOnTopHint, which is one of the Qt::WindowsFlags you should be able to pass to a QMainWindow function. Adam On 2/17/07, Paulino <[EMAIL PROTECTED]> wrote: How can I make a PyQt app stay always on top of any orher app? In wxPython there is a "wx.STAY_ON_TOP" style for f

[PyKDE] How to stay always on top of other apps

2007-02-17 Thread Paulino
How can I make a PyQt app stay always on top of any orher app? In wxPython there is a "wx.STAY_ON_TOP" style for frames floating behavior. I'm 'translating' an app I had writen in wxpython to PyQt4 and I miss this funcionatlity. Thanks, Paulino ___

Re: [PyKDE] PyQt4 snapshot fails to build (pluginloader.cpp) on FreeBSD since 2-3 days

2007-02-17 Thread Danny Pansters
On Saturday 17 February 2007 01:35, Phil Thompson wrote: > On Saturday 17 February 2007 12:10 am, Danny Pansters wrote: > > On Saturday 17 February 2007 00:18, Phil Thompson wrote: > > > On Friday 16 February 2007 10:54 pm, Danny Pansters wrote: > > > > A little bit better: > > > > > > > > If I use

[PyKDE] Writing Qt Designer Plugins in Python

2007-02-17 Thread Phil Thompson
Thanks to work done by David Boddie, the current PyQt4 snapshot (and SIP as well) allows you to write custom widget plugins for Qt Designer using Python. Python custom widgets behave exactly the same as C++ ones. You can connect signals and slots, and update properties. GUIs containing them can