Re: [Interest] limitation encountered when using Repeater

2013-08-14 Thread Robert Voinea
Row positions elements horizontally. That is its function. You can't adjust x, anchor left/right items inside a Row element. Why don't you anchor your Row on left with leftMargin: 200? On Aug 15, 2013 3:28 AM, "Steve Pavao" wrote: > I've come across a limitation when using Repeater. > > If I us

Re: [Interest] QML Video with Phonon

2012-12-10 Thread Robert Voinea
test if the connection is available... but that is only half of solution. The link may go offline and in that case the GUI shall block... for some time. -- Robert Voinea Software Engineer +4 0740 467 262 Don't take life too seriously. You'll never get out of it aliv

[Interest] QML Video with Phonon

2012-12-07 Thread Robert Voinea
Thank you in advance! :) -- Robert Voinea Software Engineer +4 0740 467 262 Don't take life too seriously. You'll never get out of it alive. (Elbert Hubbard) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Dynamically generating a states and transitions array in javascript?

2012-12-03 Thread Robert Voinea
> > Anyone..? > > 2nd try. Anyone? > ___________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest Try Component.create() I have not tried this approach, but for dynamic creation of Q

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-12 Thread Robert Voinea
}; // As I said, you use the QObject interface for your PathModel Q_INVOKABLE QObject* pathModel() { return &m_pathModel; }; Q_INVOKABLE QString testString() { return "some_test_text"; } private: PathModel m_pathModel; }; All these macros are described

Re: [Interest] Why is this not working? Assign direct to QML (through setContextProperty) works, as function doesn't.

2012-11-10 Thread Robert Voinea
Hi On Saturday 10 November 2012 20:05:13 Mark wrote: > On Sat, Nov 10, 2012 at 8:03 PM, Robert Voinea wrote: > > I am not saying to instantiate it as QObject, but expose it to qml as > > qobject. > > > > I'm sorry that my replies are so short... but i'm wr

Re: [Interest] QtQuick and Video

2012-11-05 Thread Robert Voinea
On Monday 05 November 2012 18:38:07 Pritam wrote: > On Monday 05 November 2012 05:24 PM, Robert Voinea wrote: > > Hi > > > > Has anyone tried the QtQuick 1.0/1.1 and Video combination? > > > > I have to implement a simple interface for several video stream

Re: [Interest] QtQuick and Video

2012-11-05 Thread Robert Voinea
On Monday 05 November 2012 13:57:01 Mark wrote: > On Mon, Nov 5, 2012 at 12:54 PM, Robert Voinea wrote: > > Hi > > > > Has anyone tried the QtQuick 1.0/1.1 and Video combination? > > > > I have to implement a simple interface for several video streaming sour

[Interest] QtQuick and Video

2012-11-05 Thread Robert Voinea
sing (probably) the native vlc API... or something like this: http://www.meegoexperts.com/2011/09/phonon-video-player-qml/. Thank you in advance! :) -- Robert Voinea Software Engineer +4 0740 467 262 Don't take life too seriously. You'll never get out of it alive. (Elbert Hubbard)

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Robert Voinea
started with Qt and MPX (multi-pointer-X) but somehow I managed to confuse it with multi-touch... Thank you for your support! -- Robert Voinea IT Specialist +4 0740 467 262 Don't take life too seriously. You'll never get out of it alive. (Elbert Hubbard) __

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Robert Voinea
On Tuesday 14 February 2012 17:06:24 Thiago Macieira wrote: > On terça-feira, 14 de fevereiro de 2012 14.14.49, Robert Voinea wrote: > Note that master pointers are not the same thing as touch points. Each > master device can have multiple touch points. > > What Qt does not supp

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Robert Voinea
er display. Support for multiple master pointers requires more invasive patches into Qt 4.7.x and were out of scope for 1.2. [/quote] *New approach :D* ...Does anyone know of a device driver for X that combines "mouse events" into one touch event? :D -- Robert Voinea IT Specialis

Re: [Interest] Qt and x11/MPX

2012-02-12 Thread Robert Voinea
... I'll start testing today. -- Robert Voinea IT Specialist +4 0740 467 262 Don't take life too seriously. You'll never get out of it alive. (Elbert Hubbard) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt and x11/MPX

2012-02-11 Thread Robert Voinea
setups like kms) > > Official XInput multi-touch support is coming in XI2.2 (X.org 1.12). > Supporting this in xcb would certainly be nice (I'm planning to take a look > at it at some point) but it is indeed not high priority now. > > On sábado, 11 de fevereiro de 2012 11.35.

Re: [Interest] Qt and x11/MPX

2012-02-11 Thread Robert Voinea
On Saturday 11 February 2012 11:56:49 Thiago Macieira wrote: > On sábado, 11 de fevereiro de 2012 11.35.53, Robert Voinea wrote: > > 1. What is the current state of multitouch in Qt/X11? > > Different patches, no official implementation because future X11 plans were > abandon

[Interest] Qt and x11/MPX

2012-02-11 Thread Robert Voinea
my problem?... Thank you. -- Robert Voinea IT Specialist +4 0740 467 262 Don't take life too seriously. You'll never get out of it alive. (Elbert Hubbard) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest