Re: [PyQt] Slider sender().value()

2010-03-01 Thread Russell Valentine
Gib Bogle wrote: Using PyQt 4.5.4, I'm getting strange behaviour with sliders. Everything works as expected when the slider handle is dragged, but not when the Left/Right keys are used (this is a horizontal slider). What happens here is the Left key works OK, being able to take the value all

[PyQt] Slider sender().value()

2010-03-01 Thread Gib Bogle
Using PyQt 4.5.4, I'm getting strange behaviour with sliders. Everything works as expected when the slider handle is dragged, but not when the Left/Right keys are used (this is a horizontal slider). What happens here is the Left key works OK, being able to take the value all the way down to 0,

Re: [PyQt] QX11EmbedContainer problem.

2010-03-01 Thread Phil Thompson
On Tue, 2 Mar 2010 02:12:59 +0530, Anshul Kumar Jain wrote: > I have been trying to work out the working of QX11EmbedContainer() for a > long time now. I created a huge code. But now have defragmented to > following > snippet: > > > import sys > from PyQt4.QtCore import * > from PyQt4 import QtG

[PyQt] Help: QX11EmbedContainer problem.

2010-03-01 Thread Anshul Kumar Jain
I have been trying to work out the working of QX11EmbedContainer() for a long time now. I created a huge code. But now have defragmented to following snippet: import sys from PyQt4.QtCore import * from PyQt4 import QtGui if __name__=='__main__': cont = QtGui.QX11EmbedContainer() Whenever

[PyQt] QX11EmbedContainer problem.

2010-03-01 Thread Anshul Kumar Jain
I have been trying to work out the working of QX11EmbedContainer() for a long time now. I created a huge code. But now have defragmented to following snippet: import sys from PyQt4.QtCore import * from PyQt4 import QtGui if __name__=='__main__': cont = QtGui.QX11EmbedContainer() Whenever

[PyQt] avoid automatic x axis extension when plotting with pyqwt.qplt

2010-03-01 Thread Peter Schmidtke
Hello, sorry for posting this question in this mailing list, but the pyqwt mailing list seems rather dead. So I give it a chance here : I would like to use pyqwt to create a basic curve with x values ranging from 0 to 175 and y values ranging from 0 to 1. I do not want to plot this to the screen

Re: [PyQt] Embedding VLC

2010-03-01 Thread Chris Laux
On Friday 26 February 2010, jaybstory wrote: > Hello, > > > I wanted to know if it is possible to embed VLC into a GUI (or to use > QProcess to somehow open the external application inside a GUI), if so, how > would I go about accomplishing this? > > Right now, I am using QProcess to open extern

Re: [PyQt] Embedding VLC

2010-03-01 Thread Christoph Burgmer
Am Montag, 1. März 2010 schrieb jaybstory: > I've heard about the phonon-vlc-backend which appears to not be available > yet. Is this what you are talking about? I don't know how the current state is, but it did compile a year ago as you can find out if you google a bit, and commits were made re

Re: [PyQt] Problem displaying images in QLabel (Newbie)

2010-03-01 Thread bar tomas
You were right about the wrong path. Many thanks! On Mon, Mar 1, 2010 at 8:57 AM, Nick Gaens wrote: > Well, you can print the output of this > method: http://doc.trolltech.com/4.6/qfile.html#exists, after feeding it the > path you're using at the moment.. > > On Sun, Feb 28, 2010 at 9:27 PM, bar

Re: [PyQt] pyqt does not find phonon (from kde.org) at build time

2010-03-01 Thread Phil Thompson
On Sun, 28 Feb 2010 07:21:34 -0600, Matt Carlson wrote: > Hi, I think I'm having the same problem described in the message below > (or at least a similar one). I tried using the latest stable source > package for PyQt 4.7 and also the latest development snapshot (as of > Feb. 28). With both ins

Re: [PyQt] Problem displaying images in QLabel (Newbie)

2010-03-01 Thread Nick Gaens
Well, you can print the output of this method: http://doc.trolltech.com/4.6/qfile.html#exists, after feeding it the path you're using at the moment.. On Sun, Feb 28, 2010 at 9:27 PM, bar tomas wrote: > Many thanks for trying to help me. > I thin