Re: [PyQt] Stream Video

2009-08-06 Thread Gustavo A . Díaz
Marcus, Maybe you should post a example code of what you did. 2009/8/6 Marcus Tenório. > Hello gustavo, > > you help me, but i need to do a question, in my program i only recieve de > stream, i create a windows which show the stream i recieve, in the case i > only a client, you thiink this widg

Re: [PyQt] Stream Video

2009-08-06 Thread Gustavo A . Díaz
You mean you want yo play a Video Stream with PyQt4? If that, you can use Phonon which works good. I use it in the application i am developing to play Video Streams indeed. You can dig the code here: http://svnweb.tuxfamily.org/filedetails.php?repname=opencoffee%2Fopencoffee&path=%2Ftrunk%2Fopencof

Re: [PyQt] Stream Video

2009-08-06 Thread Marcus Tenório .
I Think, you dont understand my question, i work with pyqt and i try to do a operation, with recieve some information for a different aplication and that stream of video need to appear in a space in a window i create in pyqt, which receives some data from the program! Thanks again On Thu, Aug 6,

[PyQt] QWidget.setStyle() problem

2009-08-06 Thread Gustavo A . Díaz
Hi, I am having problems settings a QStyle to a particular QWidget, which does not happen when i apply to the hole app (QApplication). Example, qApp.setStyle("Plastique") works perfect, but QWidget.setStyle("Plastique") does not seems i think is wrong, so i tried QWidget.setStyle(QStyleFactory.cre

Re: [PyQt] Stream Video

2009-08-06 Thread Jason H
Not a PyQt issue But I am an enabler. FFMPEG. From: Marcus Tenório. To: pyqt@riverbankcomputing.com Sent: Thursday, August 6, 2009 4:17:57 PM Subject: [PyQt] Stream Video Anybody nows how to do this? -- Marcus Tenório "And I Know, even as we face this hun

[PyQt] Stream Video

2009-08-06 Thread Marcus Tenório .
Anybody nows how to do this? -- Marcus Tenório "And I Know, even as we face this hungry beast and his corps, he may take our lives here today, but he will never take everything" Academic Unit of Electrical Engineering - UAEE - www.ee.ufcg.edu.br Electrical Engineering and Informatics Center - C

Re: [PyQt] Help installing PyQt on Linux

2009-08-06 Thread Hans-Peter Jansen
Am Donnerstag, 6. August 2009 schrieb Aleksandar Nedeljkovic: > Hello! > I tried to install PyQt, therefore I must install sip before. > > When I try to run configure.py for SIP, there was an error, something > like module siputils has no attribute inform. > > When I look into the file siputils.py

Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-06 Thread Volker Helm
Sorry, I haven't got any knowledge for you. Why don't you use the ODBC-driver which is implemented. On Linux you'll find normally driver for each OS database. Bye, Volker Original-Nachricht > Datum: Tue, 4 Aug 2009 15:15:35 +0200 > Von: Andre Alexander Bell > An: pyqt@riverba

[PyQt] Help installing PyQt on Linux

2009-08-06 Thread Aleksandar Nedeljkovic
Hello! I tried to install PyQt, therefore I must install sip before. When I try to run configure.py for SIP, there was an error, something like module siputils has no attribute inform. When I look into the file siputils.py I saw that the file is empty. Should it be, or there is mistake on website

pyqt@riverbankcomputing.com

2009-08-06 Thread Kermit
hi all, i try to implemente a drag and drop in own ListView and Model i don't have problem for catch and process event but i want, during drag, an "between item line ^^ " by default, i can drop only on item, but not below or under i think is possible, because is the default drop reaction in des