Re: Draw text on top of both canvas and plot background?
Brought to you by:
rathmann
|
From: Tigertal <Uwe...@ti...> - 2019-03-12 11:29:58
|
On 3/12/19 11:32 AM, Elvis Stansvik wrote: > the text is not right-aligned The resulting call for QPainter can be found in QwtPlainTextEngine::draw. Using the debugger you can find out if everything is correct on your side. You could also try to use RichText instead - f.e if you want to have different font/color or specific alignment flags for the unit part. Uwe |