Re: [PyQt] still problem with mdi and signal stucked :(

2009-10-10 Thread Hans-Peter Jansen
Am Samstag 10 Oktober 2009 schrieb Giorgio Luciano: > Already tried :( with no luck, > it gives me attribute error. since I wanted to keep the things simple I > tried to remake the pyQT mdi example using the Qmdi.Area since the only > difference was there (the pyQt example is old and use deprecated

Re: [PyQt] still problem with mdi and signal stucked :(

2009-10-10 Thread Giorgio Luciano
Already tried :( with no luck, it gives me attribute error. since I wanted to keep the things simple I tried to remake the pyQT mdi example using the Qmdi.Area since the only difference was there (the pyQt example is old and use deprecated QWorkspace) and also I simplified things using q QtextEdit

Re: [PyQt] SIP install - 'Permission denied' error on Mac 10.4

2009-10-10 Thread Hans-Peter Jansen
Am Samstag 10 Oktober 2009 schrieb Eric Coetzee: > I am a PyQT newb trying to install on OS X. > > From the docs, it seems I must first install SIP using the following > commands: > 1. python configure.py > 2. make > 3. make install > > But is get "permission denied" during the make install. > > T

Re: [PyQt] SIP install - 'Permission denied' error on Mac 10.4

2009-10-10 Thread Melton Low
On Sat, Oct 10, 2009 at 12:04 PM, Eric Coetzee wrote: > I am a PyQT newb trying to install on OS X. > > From the docs, it seems I must first install SIP using the following > commands: > 1. python configure.py > 2. make > 3. make install > > But is get "permission denied" during the make install.

Re: [PyQt] still problem with mdi and signal stucked :(

2009-10-10 Thread Hans-Peter Jansen
Am Samstag 10 Oktober 2009 schrieb Giorgio Luciano: > So I've tried to make things simplier but nothing seems to work > > I have a mdi area made using the editor and that is the code referred to > it made by pyuic > > self.centralwidget = QtGui.QWidget(MainWindow) > self.centralwidg

[PyQt] SIP install - 'Permission denied' error on Mac 10.4

2009-10-10 Thread Eric Coetzee
I am a PyQT newb trying to install on OS X. From the docs, it seems I must first install SIP using the following commands: 1. python configure.py 2. make 3. make install But is get "permission denied" during the make install. The documentation says "Depending on your system you may require r

[PyQt] still problem with mdi and signal stucked :(

2009-10-10 Thread Giorgio Luciano
So I've tried to make things simplier but nothing seems to work I have a mdi area made using the editor and that is the code referred to it made by pyuic self.centralwidget = QtGui.QWidget(MainWindow) self.centralwidget.setObjectName("centralwidget") self.mdiArea = QtGui.

Re: [PyQt] How can I promote some custom widgets in qt-designer?

2009-10-10 Thread Reinaldo de Carvalho
On Sat, Oct 10, 2009 at 10:47 AM, Giorgio Luciano wrote: > > have a look here for a wonderful tutorial > http://lateral.netmanagers.com.ar/stories/BBS51.html > by the way you just put the name of the file of your custom widget, very > easy :) > Giorgio Great tutorial! -- Reinaldo de Carvalho h

Re: [PyQt] How can I promote some custom widgets in qt-designer?

2009-10-10 Thread Kermit Mei
On Sat, 2009-10-10 at 06:47 -0700, Giorgio Luciano wrote: > have a look here for a wonderful tutorial > http://lateral.netmanagers.com.ar/stories/BBS51.html > by the way you just put the name of the file of your custom widget, very > easy :) > Giorgio Oh,Yep. Thank you,very much! Kermit Mei __

Re: [PyQt] How can I promote some custom widgets in qt-designer?

2009-10-10 Thread Giorgio Luciano
have a look here for a wonderful tutorial http://lateral.netmanagers.com.ar/stories/BBS51.html by the way you just put the name of the file of your custom widget, very easy :) Giorgio -- View this message in context: http://www.nabble.com/How-can-I-promote-some-custom-widgets-in-qt-designer--tp2

[PyQt] ANN: eric 4.3.8 released

2009-10-10 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.8. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] How can I promote some custom widgets in qt-designer?

2009-10-10 Thread Kermit Mei
Hello, community! In Qt designer, I can promote some custom widgets. If I wrote qt/c++ code, then I must set the items "Promoted class name:" and "Header file" in Qt designer's "Promoted Widgets" window. Now, as for pyqt4, how can I promote some widgets in qt-designer? How to pointed the "Header

Re: [PyQt] Dialog Window's Position Offset

2009-10-10 Thread Baz Walter
Brent Villalobos wrote: I'm wondering if anyone has an opinion on this? Is this a bug in Qt or am I not understanding something fundamental? Brent Villalobos wrote: I'm confused about the position of dialogs that do not have parents. I wrote a small PyQt application that is a push button that

Re: [PyQt] Open editor window by clicking a button

2009-10-10 Thread Giorgio Luciano
Have a look at the pyQT examples. :) You will find exactly what you need Giorgio -- View this message in context: http://www.nabble.com/Open-editor-window-by-clicking-a-button-tp25817762p25833751.html Sent from the PyQt mailing list archive at Nabble.com. __

Re: [PyQt] QDoubleSpinBox & it's precision

2009-10-10 Thread Baz Walter
Prashant Saxena wrote: I am initializing spinBox with value (0.421), what I am getting is (0.42). Third decimal precision is getting disappeared. I need exact value in spin box. the value of QDoubleSpinBox.decimals() defaults to 2. you need to call setDecimals(3) *before* you call setValue(0.4

[PyQt] Re: QApplication destructor

2009-10-10 Thread Phil Thompson
On Fri, 09 Oct 2009 18:00:06 +0200, Giovanni Bajo wrote: > Hi Phil, > > The %MethodCode of QApplication's dtor (qapplication.sip) doesn't call > the C++ destructor. There is a long comment about the order of > destruction of top-level widgets vs QApplication, but I can't read it so > to imply

Re: [PyQt] Downloading Older Builds of PyQt

2009-10-10 Thread Hans-Peter Jansen
Am Samstag 10 Oktober 2009 schrieb Ian Farnsworth: > I'm hoping there is an archive somewhere, I've googled for about an hour > (though I'm sure somebody will do the same and come up with an answer > much faster), and can't find an archive of older builds. I specifically > need a pyqt build for qt

Re: [PyQt] PyQt & Twisted

2009-10-10 Thread Hans-Peter Jansen
Am Samstag 10 Oktober 2009 schrieb Christian Caron: > I used to have this crash rather infrequently but it got more frequent > when I moved to PyQt 4.6 / Snow Leopard. Already known issue. Try the snapshots from last night (in europe). Pete > Configuration > - > Mac OSX 10.6