Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
On Fri, Apr 26, 2013 at 9:27 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Fri, Apr 26, 2013 at 11:24 AM, Mark wrote: >> On Fri, Apr 26, 2013 at 6:05 PM, Alan Alpert <4163654...@gmail.com> wrote: >>> For the image case you can use >>> http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick-parti

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Alan Alpert
On Fri, Apr 26, 2013 at 11:24 AM, Mark wrote: > On Fri, Apr 26, 2013 at 6:05 PM, Alan Alpert <4163654...@gmail.com> wrote: >> For the image case you can use >> http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick-particles2-maskshape.html >> . That should be fairly simple. >> >> Unfortunately the

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
On Fri, Apr 26, 2013 at 6:05 PM, Alan Alpert <4163654...@gmail.com> wrote: > For the image case you can use > http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick-particles2-maskshape.html > . That should be fairly simple. > > Unfortunately the arbitrary item case is not so simple. I believe you >

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Alan Alpert
For the image case you can use http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick-particles2-maskshape.html . That should be fairly simple. Unfortunately the arbitrary item case is not so simple. I believe you have to use a http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick-particles2-customp

Re: [Interest] Warnings from Warning:QAccessibleWidget

2013-04-26 Thread Etienne Sandré-Chardonnal
Hi Jan Arve, I did not install the wacom drivers, as this is a rather old tablet, it is recognized by Win7 natively. And it does activate the "Tablet PC Settings" in the control panel and the in the taskbar tray. More strangely, the two config.h fit exactly. Also the configure.cache. The Makefile

Re: [Interest] qmake and rpath

2013-04-26 Thread Wilhelm
Am 26.04.2013 17:14, schrieb Nikos Chantziaras: > QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN/../lib\'' Many thanks!!! -- Wilhelm ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] qmake and rpath

2013-04-26 Thread Nikos Chantziaras
On 26/04/13 16:23, Wilhelm wrote: > Hi all, > > I have a problem with qmake setting rpath: >[...] > > QMAKE_RPATHDIR += ../lib > > by this gives me > > -Wl,-rpath,/home/lmeier/Software/qtwm/branches/macros/apps/apps5/lib > > in the Makefile, and that's not correct. > > How do I set the rpath to poi

[Interest] qmake and rpath

2013-04-26 Thread Wilhelm
Hi all, I have a problem with qmake setting rpath: the sources are in ~/Software/qtwm/branches/macros/apps/apps5/app ~/Software/qtwm/branches/macros/apps/apps5/aedit ~/Software/qtwm/branches/macros/apps/apps5/lib then the debug-build gives me the executable / lib in ~/Software/qtwm/branches/ma

Re: [Interest] Warnings from Warning:QAccessibleWidget

2013-04-26 Thread Saether Jan-Arve
I don't know how the wacom tablet driver works. If you are not running an accessibility client (such as a screen reader), then it seems that the wacom tablet driver acts as an accessibility client for some things. (Since you are seeing the warning, there is *something* that acts as an accessibil

Re: [Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
Note: I said image but i meant any Item {...} based object. With a result like for example this: http://www.youtube.com/watch?v=FB4SZCTIcuo (first few seconds) Now that is for text, but if the "effect" works on items then the content of that item shouldn't matter i suppose. On Fri, Apr 26, 2013 at

[Interest] How can i dissolve/appear a picture using particles in QML?

2013-04-26 Thread Mark
Hi, I guess this is possible, but i don't know how. I'm searching for docs somewhere that explain how i can dissolve an image using QML Particles or the other way around let it appear using particles. How can this be done in QML? Regards, Mark ___ Inte