Re: [PyQt] PyQt 3.18.1 qApp.translate() issues since sip 4.11.1 (at least)

2010-10-11 Thread Hans-Peter Jansen
On Monday 11 October 2010, 00:33:18 Hans-Peter Jansen wrote: Python version: 2.6 sip version: 4.11.2-snapshot-43c2359df596 Qt4 version: 4.6.3 PyQt4 version: snapshot-4.8-d3b4450b28c5 Grmpf: Python version: 2.6 sip version: 4.11.2-snapshot-43c2359df596 Qt3 version: 3.3.8b PyQt3 version:

Re: [PyQt] ANN: automated daily snapshot builds on openSUSE build service

2010-10-11 Thread Phil Thompson
On Sun, 10 Oct 2010 23:34:01 +0200, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil, hi PyQtnistas, while it may sound uninteresting for you, this has some value, even if you don't care about openSUSE at all. New sip4, PyQt3 and PyQt4 snapshots get build against a range of gcc and Qt

[PyQt] docking Vpython scene in Qt application

2010-10-11 Thread andrewerol
Hi, Folks! I am preparing application based on Vpython ( http://vpython.org/ ) and Tkinter. But the vpython scene is standalone window apart from GUI. Have you any experience with vpython (or other application) to dock the vpython scene in GUI widget. In other words - is it possible to unite

Re: [PyQt] PyQt 3.18.1 qApp.translate() issues since sip 4.11.1 (at least)

2010-10-11 Thread Phil Thompson
On Mon, 11 Oct 2010 09:23:47 +0200, Hans-Peter Jansen h...@urpla.net wrote: On Monday 11 October 2010, 00:33:18 Hans-Peter Jansen wrote: Python version: 2.6 sip version: 4.11.2-snapshot-43c2359df596 Qt4 version: 4.6.3 PyQt4 version: snapshot-4.8-d3b4450b28c5 Grmpf: Python version: 2.6

Re: [PyQt] PyQt 3.18.1 qApp.translate() issues since sip 4.11.1 (at least)

2010-10-11 Thread Hans-Peter Jansen
On Monday 11 October 2010, 13:22:02 Phil Thompson wrote: On Mon, 11 Oct 2010 09:23:47 +0200, Hans-Peter Jansen sip version: 4.11.2-snapshot-43c2359df596 That's not the version with the fix. Confirmed. I wasn't able to reproduce the problem with: sip version: 4.11.2-snapshot-52e6a73fd81f

[PyQt] How to tell when QGraphicsView's transformation matrix has been changed?

2010-10-11 Thread TP
I am trying to implement an image processing application that will have multiple image viewers created with a subclass of QGraphicsView. I need to be able to optionally keep all the image viewers in sync with respect to zoom and position as the user clicks on the scrollbars, uses the scroll wheel

Re: [PyQt] How to tell when QGraphicsView's transformation matrix has been changed?

2010-10-11 Thread TP
On Mon, Oct 11, 2010 at 5:18 AM, TP wing...@gmail.com wrote: I am trying to implement an image processing application that will have multiple image viewers created with a subclass of QGraphicsView. I need to be able to optionally keep all the image viewers in sync with respect to zoom and

Re: [PyQt] dip model types, properties, and syntax

2010-10-11 Thread Phil Thompson
On Wed, 15 Sep 2010 10:31:48 -0400, Darren Dale dsdal...@gmail.com wrote: class ExampleModel(Model): name = Str() @name.getter def name(self): return self._name I have an additional suggestion to follow up on this syntax. If a model type's __call__ method were

[PyQt] QDockWidget sizing behavior

2010-10-11 Thread John Wiggins
Hello, I'm laying out part of the UI for my app using a QMainWindow with no central widget and 4 dock widgets. I'd like the dock widgets to be sized proportionally to each other but they seem to ignore the value returned by sizeHint(). Am I missing something? - John Here's a concrete example

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread Hans-Peter Jansen
On Monday 11 October 2010, 16:17:21 John Wiggins wrote: Hello, I'm laying out part of the UI for my app using a QMainWindow with no central widget and 4 dock widgets. I'd like the dock widgets to be sized proportionally to each other but they seem to ignore the value returned by sizeHint().

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread John Wiggins
On Mon, Oct 11, 2010 at 10:33 AM, Hans-Peter Jansen h...@urpla.net wrote: On Monday 11 October 2010, 16:17:21 John Wiggins wrote: Hello, I'm laying out part of the UI for my app using a QMainWindow with no central widget and 4 dock widgets. I'd like the dock widgets to be sized

[PyQt] PyQt, Qt Assistant

2010-10-11 Thread Andrés Reyes Monge
Hello I am triying to generate some help files and use them with the Qt Assistant included with PyQt, however when i try to view the generated help files assistant doesn't show anything in the explorer although the contents browser shows the entries. This only happens in windows, in my other

[PyQt] Qxt bindings for python

2010-10-11 Thread Alexander Nestorov
-- Alexander Nestorov ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread Hans-Peter Jansen
On Monday 11 October 2010, 17:58:35 John Wiggins wrote: On Mon, Oct 11, 2010 at 10:33 AM, Hans-Peter Jansen h...@urpla.net wrote: On Monday 11 October 2010, 16:17:21 John Wiggins wrote: Hello, I'm laying out part of the UI for my app using a QMainWindow with no central widget and 4

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread John Wiggins
On Mon, Oct 11, 2010 at 2:21 PM, Hans-Peter Jansen h...@urpla.net wrote: On Monday 11 October 2010, 17:58:35 John Wiggins wrote: On Mon, Oct 11, 2010 at 10:33 AM, Hans-Peter Jansen h...@urpla.net wrote: On Monday 11 October 2010, 16:17:21 John Wiggins wrote: Hello, I'm laying

Re: [PyQt] Qxt bindings for python

2010-10-11 Thread Alexander Nestorov
I'm sorry, there must have been some kind of error because my message wasn't sent and I just saw that. My question is if somebody is working on a port of Qxt library to Python. I need that library because it has a global keyboard hooker and I'm working on a project similar to yakuake, so I need

Re: [PyQt] Qxt bindings for python

2010-10-11 Thread Albert Cervera i Areny
A Dilluns, 11 d'octubre de 2010, Alexander Nestorov va escriure: I'm sorry, there must have been some kind of error because my message wasn't sent and I just saw that. My question is if somebody is working on a port of Qxt library to Python. I'm also interested in the library, it has several

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread John Wiggins
Wow, I feel daft now :) Thanks for the sharp gaze Baz. I'll look through the more complicated code that this example is based on and see if the problem was really this dumb... - John On Mon, Oct 11, 2010 at 6:04 PM, Baz Walter baz...@ftml.net wrote: On 11/10/10 15:17, John Wiggins wrote:

[PyQt] Build PyQt with qtlibinfix specified for Qt libraries.

2010-10-11 Thread Darryl Wallace
Hello, I've built Qt 4.7.0 with the -qtlibinfix switch when running configure (I used _x64_ as the value; e.g., QtGui_x64_4.dll). I did this so that I could have a 64-bit version of Qt running along side the 32-bit version. When running PyQt's configure, it doesn't seem to find the libraries