Problem with qPreview and painter
-
Hello,
i write a method to paint a few tables and show it with the qPreview class.
I get the table data from a Database and draw everthing with drawText, drawLine, drawRect.
The text is drawn and displayed in the preview... BUT if i draw lines over multible raws around the text tables the preview will crash and the following error pop up."!fill->Data->clip->clipRect.isEmpty" in file painting\qpaintengine_raster.cpp, line 4069
if i try to open the file it does not exist...Anyone know this error?
-
You can found the answer "here":http://hareenlaks.blogspot.com/2014/10/solution-for-filldata-clip.html.