[Interest] Sending QCamera video over network

2016-03-31 Thread Ruan leitão
Hi guys, I already have an application using DirectShow to capture video, FFMPEG to encode it and winSockets to send it over network, I receive this video in other pc to decode and show it. I think that with QT Multimedia module I can do it in a better (and maybe cross platform) way. My initial

[Interest] [qt-4.8 windows] Setting QTreeView selected item style in qss

2015-12-29 Thread Ruan leitão
Hello, I already have post this question in Stack Overflow , but a have no answer. Now a friend tell me to talk on the mailing list. I need to change the background color of the *selected item* on a

Re: [Interest] [qt-4.8 windows] Setting QTreeView selected item style in qss

2015-12-29 Thread Ruan leitão
eeView::item:selected { > > background-color: green; /* Used on Windows */ > > color: white; > > } > > QTreeView::item:disabled:selected { > > background-color: #e0e0e0; > > color: black; > > } > &g