Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-04-30 Thread Neuer User
Am 30.04.2014 17:22, schrieb Lopes Yoann: > On Apr 30, 2014, at 12:36 PM, Neuer User wrote: > >> Hi >> >> I need to show an RTSP video played by a MediaPlayer element on two >> different VideoOutput elements. I can't get it to work. Only the last >> VideoOutput in the code works. >> >> Am I doing

Re: [Interest] extending qtableview with button bar with inheritance

2014-04-30 Thread Tony Rietwyk
Hi Mojmir, My understanding is that qtableView uses a (private) layout to manage the qheaderview, scroll bars, etc. Unfortunately, the docs don't spell this out. One workaround is to - set the top content margin of the viewport to the height of your button bar. (setContentMargins) - create th

Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-04-30 Thread Lopes Yoann
On Apr 30, 2014, at 12:36 PM, Neuer User wrote: > Hi > > I need to show an RTSP video played by a MediaPlayer element on two > different VideoOutput elements. I can't get it to work. Only the last > VideoOutput in the code works. > > Am I doing something wrong? Or is this just not expected to wo

Re: [Interest] extending qtableview with button bar with inheritance

2014-04-30 Thread Sze Howe Koh
On 16 April 2014 22:40, Mojmír Svoboda wrote: > Hello, > > how to extend a qtableview with a custom button bar? so that the button > bar is above the qtableview. > > i tried something like this, but it does not feel right: > struct MyTableView : QTableView > and in the constructor do > 1) layout =

[Interest] One MediaPlayer on two VideoOutput elements?

2014-04-30 Thread Neuer User
Hi I need to show an RTSP video played by a MediaPlayer element on two different VideoOutput elements. I can't get it to work. Only the last VideoOutput in the code works. Am I doing something wrong? Or is this just not expected to work? If so, how should I achieve this? I don't want to use shade

Re: [Interest] GridView

2014-04-30 Thread Rutledge Shawn
On 30 Apr 2014, at 2:37 AM, Joshua Kolden wrote: > I get strange scrolling behavior with QML's GridView on OSX with with a > touchpad doing the typical two finger scrolling gesture. Click drag seems to > be doing what two finger click drag should be. Is this a bug or am I missing > a step?