[PyQt] SIP snapshots do not handle typedef as SIP-4.7.7

2008-10-26 Thread Gerard Vermeulen
Hi, I have .sip files like : class TripleField { %TypeHeaderCode #include #include using namespace Qwt3D; %End // %TypeHeaderCode public: TripleField(); TripleField(size_type); TripleField(size_type, const Triple &); TripleField(const TripleField &); size_type capacity()

Re: [PyQt] Crash with QAxContainer.QAxWidget

2008-10-26 Thread Phil Thompson
On Fri, 24 Oct 2008 10:47:53 -0500, Patrick Hartling <[EMAIL PROTECTED]> wrote: > I apologize for replying to myself, but I discovered that I made an > error in my analysis. See below. > > Patrick Hartling wrote: >> I have been tracking down a crash when using QAxContainer.QAxWidget from >> PyQt 4

Re: [PyQt] design flaw in python khtml DOM bindings

2008-10-26 Thread Jim Bublitz
On Sunday 26 October 2008 12:48, lkcl wrote: > jim, hi, > > https://bugs.kde.org/show_bug.cgi?id=172740 > > the maintainers of the khtmlpart have agreed to add an enum to uniquely > identify every single object derived from Node, which should help. > > are you _sure_ it's to do with twine - twine i

Re: [PyQt] design flaw in python khtml DOM bindings

2008-10-26 Thread lkcl
jim, hi, https://bugs.kde.org/show_bug.cgi?id=172740 the maintainers of the khtmlpart have agreed to add an enum to uniquely identify every single object derived from Node, which should help. are you _sure_ it's to do with twine - twine is going to have to be _seriously_ sophisticated, to under

[PyQt] Drawing a selection region in qgraphicsscene

2008-10-26 Thread Jake Richards
Hello: I'm trying to draw a semi-transparent selection rectangle in a qgraphicsscene/view but need a little help. I'm pretty sure I can figure out how to handle the mouse events for it, but wasn't sure what methods were best to draw a rectangle on screen displaying the current selection rectangl

[PyQt] Re: Re: PyQt menu and tool tip font

2008-10-26 Thread Thorsten Kampe
* Baz Walter (Sat, 25 Oct 2008 19:22:14 +0100) > Thorsten Kampe wrote: > > I've also tried changing the font with qtconfig. There I have DejaVu > > Sans 12 (which I probably set in the KDE Control Center). Changing > > that also doesn't make a difference with PyQt applications. > > i've just tried

[PyQt] Updated Windows GPL Installer Snapshot

2008-10-26 Thread Phil Thompson
I've updated the snapshot of the Windows installer for Python v2.6. I'd be interested in feedback from those who have Python installed in a non-standard directory and/or non-administrator installs. Phil ___ PyQt mailing listPyQt@riverbankcomputing.c

Re: [PyQt] Path is incorrect inside pyuic4.bat

2008-10-26 Thread Phil Thompson
On Fri, 24 Oct 2008 11:28:59 +0100, "Dan Pidcock" <[EMAIL PROTECTED]> wrote: > Looking at the riverbank page I cannot see anywhere for bug reports so I > hope this mailing list is the correct place. > > I installed PyQt-Py2.6-gpl-4.4.4-snapshot-20080918-1.exe in windows and it > has the path "C:\P

Re: [PyQt] jpeg plugin not loading

2008-10-26 Thread Phil Thompson
On Thu, 23 Oct 2008 13:23:54 -0400, Doug Bell <[EMAIL PROTECTED]> wrote: > Phil Thompson wrote: >> On Thu, 23 Oct 2008 07:17:18 -0400, Doug Bell <[EMAIL PROTECTED]> wrote: >> > Phil Thompson wrote: >> >> On Thu, 16 Oct 2008 08:02:11 -0400, Doug Bell <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> >> > >

Re: [PyQt] QProcess terminates if a daemon is executed

2008-10-26 Thread Detlev Offenbach
On Sonntag, 26. Oktober 2008, Fatih Arslan wrote: > Hi, > > I'm developing a new tray-application which will be used for the > Web-service "Dropbox". They have a daemon who is responsible for the > syncing of files. > This daemon is located in ~/.dropbox-dist/dropboxd. Now if i start > this process

[PyQt] QProcess terminates if a daemon is executed

2008-10-26 Thread Fatih Arslan
Hi, I'm developing a new tray-application which will be used for the Web-service "Dropbox". They have a daemon who is responsible for the syncing of files. This daemon is located in ~/.dropbox-dist/dropboxd. Now if i start this process like this: self.process = QProcess() self.dropBoxDaemon = os.

[PyQt] QWidget.setPalette with QPixmap for background works but not for Phonon.VideoWidget..

2008-10-26 Thread Marcell Mars
i can change Phonon.VideoWidget background color through setStyleSheet("QWidget{background-color:blue;"}) but as said in subject can't do that with: palet = QPalette() palet.setBrush(QPalette.Background, QBrush(QPixmap("some.png")) myPhononVideoWidget.setPalette(palet) the equivalent works for Q

Re: [PyQt] [PyQt-4.4.3] Qt Designer plugin build failure (patch)

2008-10-26 Thread Phil Thompson
On Tue, 21 Oct 2008 18:11:39 -0700, Jason Kankiewicz <[EMAIL PROTECTED]> wrote: > To Whom it May Concern, > The PyQt-4.4.3 configuration script fails to include the Qt Designer > plugin in the build and to produce a working make file for it in an > environment containing multiple platform-speci

Re: [PyQt] Issues with PyQt and xmlrpclib

2008-10-26 Thread Albert Cervera i Areny
A Diumenge 26 Octubre 2008, D. Can Celasun va escriure: > Hello, > > I'm using this wordpress library for Python ( > http://www.blackbirdblog.it/programmazione/progetti/28#english). When I use > it through the Python shell, or any other program, it runs just fine. > However when I use it through th

[PyQt] Issues with PyQt and xmlrpclib

2008-10-26 Thread D. Can Celasun
Hello, I'm using this wordpress library for Python ( http://www.blackbirdblog.it/programmazione/progetti/28#english). When I use it through the Python shell, or any other program, it runs just fine. However when I use it through the GUI I've prepared it gives the following error: Traceback (most