[Interest] Weird result with QPainterPath substraction

2016-11-24 Thread Ch'Gans
Hi there, I need to substract a shape from another using QPainterPath, if the 2 shapes don't intersect and the outer fully contains the inner, the most effective way to do that is: resultPath = solidPath.addPath(cutoutPath); This works well and is fast, given that the path use the right fill rule

Re: [Interest] offizial Qt on Raspbian with framebuffer possible?

2016-11-24 Thread Vlad Stelmahovsky
These 2 links might help you: https://www.ics.com/blog/configuring-qt-creator-raspberry-pi https://wiki.qt.io/RaspberryPi2EGLFS On Thu, Nov 24, 2016 at 11:59 AM, Joerg Desch wrote: > I'm using a BananaPi and a RaspberryPi with the latest "Jessie" based > Raspbian. I would like to write a Qt ba

[Interest] offizial Qt on Raspbian with framebuffer possible?

2016-11-24 Thread Joerg Desch
I'm using a BananaPi and a RaspberryPi with the latest "Jessie" based Raspbian. I would like to write a Qt based full screen application using the framebuffer to display a dashboard over the HDMI output. Is it possible to do that with the Qt5 packages available at the repositories of Raspbian?