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
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
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
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
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
___
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
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