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