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