[PyQt] Python Commander in PyQt?

2010-10-11 Thread Glenn Linderman
Is there a two-pane file manager (Total Commander style, not necessary to be 100% compatible) written as a PyQt application? Google found me a wxPython PyCmdr which (sight unseen) may be a fine program, but since I want to tweak it some, and I prefer PyQt, I thought I'd ask here for a possibl

[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 pro

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 wrote: > On 11/10/10 15:17, John Wiggins wrote: > >> Hello, >> >> I'

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 seve

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread Baz Walter
On 11/10/10 15:17, 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(). Am I missing somethin

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 to

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread John Wiggins
On Mon, Oct 11, 2010 at 2:21 PM, Hans-Peter Jansen wrote: > On Monday 11 October 2010, 17:58:35 John Wiggins wrote: > > On Mon, Oct 11, 2010 at 10:33 AM, Hans-Peter Jansen > wrote: > > > On Monday 11 October 2010, 16:17:21 John Wiggins wrote: > > > > Hello, > > > > > > > > I'm laying out part of

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

[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

[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 linux

Re: [PyQt] QDockWidget sizing behavior

2010-10-11 Thread John Wiggins
On Mon, Oct 11, 2010 at 10:33 AM, Hans-Peter Jansen 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 proportiona

[PyQt] Issue with uic.Loader\loader.py - passes QString rather than python str

2010-10-11 Thread Todor Bukov
Hi, Not sure if this issue has already been fixed in the latest PyQt snapshot, but I think I found a small bug in PyQt version 4.7.7-1 (PyQt-Py2.7-gpl-4.7.7-1.exe, Python 2.7 from python.org, under 32-bit Windows XP). I do have a small applications that loads its UI dynamically with uic.loadUi()

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 sizeHin

[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 ill

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

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 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 position as the us

[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 t

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-52e6a73

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" 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.

[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 the

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" 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 version

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: