Just as a short update: I got Qt5.3 compiled and running on Yocto. :-)
Video playback is indeed MUCH, MUCH better
I only have a strange thing: My app no longer works.
It does start the video (which I see due to the gstreamer debug output),
but then doesn't play. Also the whole app seems to s
Good morning all,
I've released source code for a project that may be useful for some of you.
The project provides an interface between JSON and Qt 5.x QML Model/View
ListViews. It is implemented as a QML plugin so your application can be
extended to use it without recompilation.
It consists of
I'm trying to duplicate the functionality of how many applications handle tabs
where the last tab is treated as a special case and is used solely to create
new tabs. So when my widget launches it looks like:
\ Tab 1 /\ + /
With "Tab 1" set as the current index. Left clicking on the '+' will add
With Qt4, QGraphicsView::drawForeground() is called with each
QGraphicsView::update(), even during mouse move events.
With Qt5, the update() requests are coalesced into a single repaint after
mouseReleaseEvent().
How can I reenable QGraphicsView::drawForeground() during mouse move events?
The brie
On 04/16/2014 04:41 PM, Thiago Macieira wrote:
Em qua 16 abr 2014, às 19:33:20, Rogers Nate escreveu:
qimage.cpp:(.text+0x3744): undefined reference to `qt_memfill32(unsigned
int*, unsigned int, int)'
.obj/qimage_conversions.o: In function `qInitImageConversions()':
qimage_conversions.cpp:(.text
Hi,
In Qt5.3, is it possible to retrieve audio thumbnail on embedded Linux using
QML Audio type or metadata?
Am interested in CoverArtUrlSmall or CoverrtUrlLarge metadata from the audio
file-path or do I need to go for any thirdparty library(like taglib)
to retrieve the same on linux?
Thanks an
> Auslands-KV hat am 16. April 2014 um 10:38 geschrieben:
>
> Hi Christoph
>
> That looks GREAT!!! Need to test that immediately. :-)
>
> You know by chance, if 5.3 is available on Yocto?
>
> Regards
>
> Michael
>
>
> Am 16.04.2014 09:39, schrieb Christoph Kurz:
>
> > > > H