Re: [Interest] QPA Project - Vaudeville

2013-09-12 Thread Mandeep Sandhu
On Fri, Sep 13, 2013 at 2:53 AM, Jason H wrote: > Hello Qters! > > I have switched jobs and I can no longer work on Qt in my "spare time" for > the forseable future. I hatched an idea a year ago and some people seemed > interested. I'd like to call interested parties to arms and see if we can't >

[Interest] Keeping the text in view (1 QTextDocument in multiple QTextEdits)

2013-09-12 Thread Forrest Leeson
Hello-- As the subject indicates I have one document displayed in multiple editors; unfortunately, adding and removing text in one editor causes the text in the others to scroll, thereby removing from the screen the information I wish to refer to. Is there a canonical way to lock the inactive view

[Interest] QPA Project - Vaudeville

2013-09-12 Thread Jason H
Hello Qters! I have switched jobs and I can no longer work on Qt in my "spare time" for the forseable future. I hatched an idea a year ago and some people seemed interested. I'd like to call interested parties to arms and see if we can't get this project finished.  I call it "Vaudeville" becau

Re: [Interest] Will Qt ever support CSS .classes?

2013-09-12 Thread Philipp Kursawe
hmmm just tested it, and it works already in 5.1! .italic { font: italic; } .error { font: bold; } obj->setProperty("class", "error italic") :) On Thu, Sep 12, 2013 at 4:52 PM, Bo Thorsen wrote: > Den 12-09-2013 13:20, Philipp Kursawe skrev: >> I know I can fake CSS classes using >> obj->

Re: [Interest] Playing MP4 and FLV with QMediaPlayer

2013-09-12 Thread Jason H
You can use the windows 'graphedit' program to view the rendering graph. It might point you in the right direction in terms of what is missing. It is like depends.exe but for media. From: Jason Kretzer To: Jason H ; Lopes Yoann ; Mandeep Sandhu Cc: "interes

Re: [Interest] Will Qt ever support CSS .classes?

2013-09-12 Thread Bo Thorsen
Den 12-09-2013 13:20, Philipp Kursawe skrev: > I know I can fake CSS classes using > obj->setProperty("class", "myClass"); > > //CSS > *[class=myClass] { > } I doubt you will see much progress in this area. Doesn't sound like you would have a really difficult time doing it, so perhaps you should

Re: [Interest] Playing MP4 and FLV with QMediaPlayer

2013-09-12 Thread Jason Kretzer
I actually tried that last night. Still getting a black box. From: Jason H [mailto:scorp...@yahoo.com] Sent: Thursday, September 12, 2013 10:35 AM To: Lopes Yoann; Mandeep Sandhu Cc: Jason Kretzer; interest@qt-project.org Subject: Re: [Interest] Playing MP4 and FLV with QMediaPlayer On the Win7

Re: [Interest] Playing MP4 and FLV with QMediaPlayer

2013-09-12 Thread Jason H
On the Win7 box, try installing "KLite Codec Pack" that usually works for me. From: Lopes Yoann To: Mandeep Sandhu Cc: Jason Kretzer ; "interest@qt-project.org" Sent: Thursday, September 12, 2013 4:30 AM Subject: Re: [Interest] Playing MP4 and FLV with QMe

Re: [Interest] [Qt Tests Framework] Custom command line arguments

2013-09-12 Thread Denis Shienkov
Many thanks.  12.09.2013, 08:49, "Mandeep Sandhu" :On Wed, Sep 11, 2013 at 5:55 PM, Denis Shienkov wrote:Hi all, Tell please, is there a way to transfer the user arguments to testlib application via an command line? Yes. Have a look at this:http://qt-project.org/doc/qt-4.8/qtes

[Interest] Will Qt ever support CSS .classes?

2013-09-12 Thread Philipp Kursawe
I know I can fake CSS classes using obj->setProperty("class", "myClass"); //CSS *[class=myClass] { } However, are there plans to support the ".myClass" notation in the future? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.or

Re: [Interest] Playing MP4 and FLV with QMediaPlayer

2013-09-12 Thread Lopes Yoann
On Windows 7, Media Foundation is the default backend. DirectShow is the default only on Windows XP (or with MinGW-built Qt on any version of Windows). The problem with Media Foundation is its limited codec support, see http://msdn.microsoft.com/en-us/library/windows/desktop/dd757927(v=vs.85).asp

[Interest] how to detect mouse is hovering on top of a QListView Item?

2013-09-12 Thread ZHONG Zhu
When a mouse is hovering on an item (a row) of a QListView, I'd like to change the row's background color dynamically. How can I detect and find out the QModelIndex of that row? Thanks! ___ Interest mailing list Interest@qt-project.org http://lists.qt-p