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
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
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'
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
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
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
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
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
--
Alexander Nestorov
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
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
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
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()
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
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
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
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
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
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
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.
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
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
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:
22 matches
Mail list logo