Hi,
paint() needs to called when ever your data changes unlike paintevent().
Use a QTimer to update it and make sure the data is changing or else it will just paint the same thing.
↧