Re: [PyQt] QtWebKit to PDF rendering

2009-09-25 Thread David Boddie
On Wed Sep 23 19:21:31 BST 2009, Sundance wrote: > ... Also, might be a stupid question, but what happens if you use > QWebFrame.print() instead of .render()? This should produce something more acceptable for printing, though what you get depends on the style sheet. I couldn't say if there are c

[PyQt] Menu bar entry name - suggestions?

2009-09-25 Thread Mads Ipsen
I have a QMainWindow that contains three dock widgets. If the user closes one of the dock windows, these can be repositioned back into the main window by selecting the closed windows from a menu entry in the menu bar of the main window. Any good suggestions for the name of this menu entry. An

Re: [PyQt] Mac OS X Problem: PyQT applications not focusing on launch

2009-09-25 Thread Hans-Peter Jansen
Am Freitag 25 September 2009 schrieb Alexei Puzikov: > hello = HelloWorld() > hello.show() > hello.raise_() # this will raise the window on Mac OS X > sys.exit(app.exec_()) > > > Given it's a Mac-only problem, which wasn't reproducible with Qt, only > PyQt, for me it looks like a PyQt bug. But the

Re: [PyQt] Mac OS X Problem: PyQT applications not focusing on launch

2009-09-25 Thread Alexei Puzikov
hello = HelloWorld() hello.show() hello.raise_() # this will raise the window on Mac OS X sys.exit(app.exec_()) Given it's a Mac-only problem, which wasn't reproducible with Qt, only PyQt, for me it looks like a PyQt bug. But the fix is quite easy. A. On Fri, Sep 25, 2009 at 5:16 PM, Holger Rap

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread Detlev Offenbach
On Freitag, 25. September 2009, tabish--> wrote: > how can i implement multiple cornerwidgets on the Qtabwidget. > plz check the screen shot for better idea about what i am asking > http://www.nabble.com/file/p25608367/houdini.png Just a QWidget onto which you lay out your list of widgets. See eri

[PyQt] Mac OS X Problem: PyQT applications not focusing on launch

2009-09-25 Thread Holger Rapp
Hi, Every pyqt example I start under Mac OS X (PyQt 4.5.4, Python 2.6 from Python.org, Mac OS X 10.5.8), no matter which (I tried the delivered examples in the source distribution and also the examples from the python book [1], I also tried the eric IDE and spyder) fail to receive the focus w

[PyQt] [ANN] hgview 1.1.0

2009-09-25 Thread David Douard
I am pleased to announce you to the latest release of `hgview 1.1.0`_. What is it? --- For the ones from the back of the classroom near the radiator, let me remind you that hgview_ is a very helpful tool for daily work using the excellent DVCS Mercurial_ (which we heavily use at Logilab_

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread David Boddie
On Fri Sep 25 09:29:20 BST 2009, tabish wrote: > how can i implement multiple cornerwidgets on the Qtabwidget. > plz check the screen shot for better idea about what i am asking > http://www.nabble.com/file/p25608367/houdini.png Could you highlight the part of the image you are referring to, plea

Re: [PyQt] Model/View programming

2009-09-25 Thread Lukas Hetzenecker
Hello, thanks for your help again. It works like a charm now. Lukas Am Donnerstag 24 September 2009 21:11:34 schrieb David Boddie: > On Tue Sep 22 01:37:33 BST 2009, David Boddie wrote: > > I tried running your test case and found that the view displayed various > > items in an incomplete way -

[PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread tabish-->
how can i implement multiple cornerwidgets on the Qtabwidget. plz check the screen shot for better idea about what i am asking http://www.nabble.com/file/p25608367/houdini.png -- View this message in context: http://www.nabble.com/how-can-i-add-multiple-corner-widget-like-the-one-in-houdini%28

[PyQt] [Help] Problem during PyQt4 development snapshot compilations

2009-09-25 Thread Diego Casella ([Po]lentino)
Hi all, I'm in trouble with compiling the development snapshot of PyQt4 ( 20090923 ) against Qt4.6 with the latest KDE patches. I've attached both the configure and compile output, so you can find out if its a Qt-related issue or something else. configure: http://pastebin.com/m6c6f46be compile outp