fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 153 forks source link

Changes to get images painted with ExternalPainter also in bands #374

Open ivti opened 2 years ago

ivti commented 2 years ago

This is the changed codeblock to get the externaPainter also called in bands. Roughly tested.

/**

fralx commented 2 years ago

To be honest the external painter was an experimental function and I would not recommend using it :)
If there is a need to use it, it should be tested more carefully.

ivti commented 2 years ago

This is OK. For us it is not high pri in the moment. But the principle possibility is interesting. If the priority changes we come back to this feature. The code looks a bit like tinkering it into the concept. In principle it is an option to extend a code basis with an additional interface. And on the other hand it seems to work. We will test it occationally with other reports.