On 14/03/12 09:48, ashish raste wrote: >[...] > The qDebug() in mouseMoveEvent() shows that some pixels arent tracked. I > assume that the mouseMoveEvent can't happen for every pixel which are drawn. > Now, I am curious to know whether there is any way to calculate the > pixel-values, which are not tracked by the mouseMoveEvent()?
Your code looks like it already does this, by drawing lines between the current and last position. What is the problem? _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
