how to group paint calls together ??
Hi,
I am trying to do this:
I am creating 10 graphics items and placing it in graphics view.
Problem is that each time a item is added its getting a paint call which results in whole screen refresh,which would mean like 10 times for 10 items added.Is there any way I could do such that I could control those paint calls to those items so that I can add all those items to screen and in one paint call draw there content
Re: how to group paint calls together ??
Add a status indicator and use switch case in paintEvent.
Re: how to group paint calls together ??
hi thanks for the reply.Whats status Indicator??
Re: how to group paint calls together ??
Quote:
Originally Posted by
tampstaffs
hi thanks for the reply.Whats status Indicator??
just a parameter showing the status of your application.