Re: [PyQt] Doubt over image

2012-09-19 Thread Python.py
Able to make changes to the icon button for both immediately and for the next preceding the current icon on this button Thanks for the attention Michael -- View this message in context: http://python.6.n6.nabble.com/Doubt-over-image-tp4989082p4989231.html Sent from the PyQt mailing list arch

Re: [PyQt] Doubt over image

2012-09-19 Thread Python.py
Michel said: "But while creating the button, you add the icon on your own. So you know its name and why do you want to know the icon name?" Why do I need to change the icon. What do I need to know what the name of this icon button now to change the icon to the next. The lists of icons in this file

Re: [PyQt] Doubt over image

2012-09-19 Thread Python.py
It is. I would like to know at least the name of the icon, the path is not accurate. I'm trying to figure out how to do this. -- View this message in context: http://python.6.n6.nabble.com/Doubt-over-image-tp4989082p4989213.html Sent from the PyQt mailing list archive at Nabble.com. __

Re: [PyQt] Doubt over image

2012-09-18 Thread Python.py
No, show the icon on a button to know, what I know is that the button's icon. Example, if my button with icon X.png is, I wonder what is Nesso icon button, ie X.png Am I clear now? -- View this message in context: http://python.6.n6.nabble.com/Doubt-over-image-tp4989082p4989152.html Sent from

[PyQt] Doubt over image

2012-09-18 Thread Python.py
Hello everybody, I'm doing a program that shows the image. But I need to know what I am selecting image. My question is: I am trying to retrieve the icon of a QPushButton and I can not. I can set the icon. Anyone have any suggestions? -- View this message in context: http://python.6.n6.nabble.c

Re: [PyQt] Convert string to QString

2012-09-13 Thread Python.py
Hello everybody, I was trying to make some changes in my program to see if it would work, but it was pious then left as before. Getting to play some videos, but many can not. Even extensions being equal. I'm storing the path of videos into one file, hence I get the video I want to watch and squeege

Re: [PyQt] Convert string to QString

2012-09-02 Thread Python.py
I'm trying to play a video. But for that I need to choose the video. For this, if I use QtGui.QFileDialog.getOpenFileName () I can select a video and executar.O my problem is that I do not want to use the QtGui.QFileDialog.getOpenFileName (), I already researching where the video using the code. Ma

Re: [PyQt] Convert string to QString

2012-09-02 Thread Python.py
Thanks for the help, but it did not work what I wanted to do. What I want to do is play a video, but it must find the path of the video. I'm not trying to use : movie = QtGui.QFileDialog.getOpenFileName() to find the path of video and reproduzir.Usando that line above works. Instead, I'm trying

[PyQt] Convert string to QString

2012-09-01 Thread Python.py
I'm trying to convert a string to QString, but I can not. Does anyone know how I can do this converting? -- View this message in context: http://python.6.n6.nabble.com/Convert-string-to-QString-tp4987160.html Sent from the PyQt mailing list archive at Nabble.com. _

Re: [PyQt] Play the Video Widget

2012-08-31 Thread Python.py
Able to run the video on QWidget. I'm using the lib "mpylayer." But the problem now is I can not run all the videos, some smente. Without the videos run in QWidget I can run all the videos normally. Does anyone know how I can do to run all the videos in a QWidget? -- View this message in cont

Re: [PyQt] centralization of QWidget

2012-08-31 Thread Python.py
Thanks for the help. Now my application is always in the middle of the screen. -- View this message in context: http://python.6.n6.nabble.com/centralization-of-QWidget-tp4986921p4986993.html Sent from the PyQt mailing list archive at Nabble.com. ___

[PyQt] Play the Video Widget

2012-08-30 Thread Python.py
I'm trying to play a video on a QWidget, I've been searching but can not. I'm using the lib mpylayer. Does anyone have any tips on how I should proceed? Without the QWidget I can play video, the problem is to run in QWidget. -- View this message in context: http://python.6.n6.nabble.com/Pla

Re: [PyQt] Find time audio

2012-08-30 Thread Python.py
After much research , can figure out the time of audios files. If someone is with dificudade I was vai some links that helped me. http://pypi.python.org/pypi/MplayerCtrl/ http://pypi.python.org/pypi/MplayerCtrl/ http://packages.python.org/MplayerCtrl/intro.html http://packages.python.org/Mplay

[PyQt] centralization of QWidget

2012-08-30 Thread Python.py
I'm trying to get my application when run, appear in the middle of the screen. Whenever it starts at the top right. Someone can tell me how can I do to always leave sentralizado? I'm using QWidget, tried to use in function /__init__/: /self.Center()/ but it is not working. -- View this messag