Re: [PyQt] Small terminal/console with vt100 emulation

2011-10-12 Thread Henning Schröder
I fixed some small bugs, put everything on bitbucket and added some documentation * https://bitbucket.org/henning/pyqtermwidget * http://packages.python.org/pyqterm/ On Sat, Oct 1, 2011 at 1:03 PM, Henning Schröder wrote: > Hello, > because pyqonsole only works with Qt3 and porting to Qt4 looks

Re: [PyQt] [Eric] No module named

2011-10-12 Thread admin
Hi All, I've created a project by Eric its structure as following: http://i.stack.imgur.com/fgpFa.jpg I can run it successfully in the IDE by specifying (http://i.stack.imgur.com/vskbO.jpg):  - "c:\trunk" as working directory  - "MyProject\main

[PyQt] No module named

2011-10-12 Thread admin
Hi All, I've created a project by Eric its structure as following: http://i.stack.imgur.com/fgpFa.jpg I can run it successfully in the IDE by specifying (http://i.stack.imgur.com/vskbO.jpg):  - "c:\trunk" as working directory  - "MyProject\m

[PyQt] Fwd: Re: QSplitter and the border between widgets

2011-10-12 Thread Timothy W. Grove
Ooops. I meant to send this reply to the list. Thanks for your help and suggestions! Original Message Subject:Re: [PyQt] QSplitter and the border between widgets Date: Tue, 11 Oct 2011 13:21:44 +0100 From: Timothy W. Grove To: Pierre-Louis Bonicoli Thanks f

Re: [PyQt] QSplitter and the border between widgets

2011-10-12 Thread Jonathan Harper
Timothy: In the absence of source code, let's say your splitter is called "splitter". To adjust the size of the handle--which seems to be part of your issue--, use the handleWidth property. Calling splitter.setHandleWidth() with an integer argument measured in pixels will let you adjust this. Y

Re: [PyQt] subtel problem with event handler when disconnect - reconnect the event from within the handler AND display QMsgbox ?

2011-10-12 Thread Grégory Starck
hi, thx for the info. regards, greg. 2011/10/12 Doug Bell > Grégory Starck wrote: > > Hi dear list, > > > > on windows7-64, with python32 (and also with python27) (-x86) and > > pyqt-4.8.5-1: > > > > First of all: I'm quite new with Qt (pyqt).. and so I don't know all > > of it, even more sp

[PyQt] PyQt should not ignore functools.partial signature

2011-10-12 Thread Luper Rouch
PyQt seems to ignore the signature of functools.partial objects (the 'args' and 'keywords' attributes [1]), when connecting a callable. Here is an example demonstrating the problem : import functools from PyQt4.QtCore import QObject, pyqtSignal class Sender(QObject): hello = pyqtSignal(bool)

Re: [PyQt] subtel problem with event handler when disconnect - reconnect the event from within the handler AND display QMsgbox ?

2011-10-12 Thread Doug Bell
Grégory Starck wrote: > Hi dear list, > > on windows7-64, with python32 (and also with python27) (-x86) and > pyqt-4.8.5-1: > > First of all: I'm quite new with Qt (pyqt).. and so I don't know all > of it, even more specifically about the restrictions/exceptions/etc.., > from far. > > in a quite

[PyQt] subtel problem with event handler when disconnect - reconnect the event from within the handler AND display QMsgbox ?

2011-10-12 Thread Grégory Starck
Hi dear list, on windows7-64, with python32 (and also with python27) (-x86) and pyqt-4.8.5-1: First of all: I'm quite new with Qt (pyqt).. and so I don't know all of it, even more specifically about the restrictions/exceptions/etc.., from far. in a quite simple window (just a tableWidget and few