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
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
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
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 =
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
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?