From: Vicente P. M. <vmi...@gm...> - 2010-05-08 17:51:02
|
Hi Micha, I use the Qthreads in my code. I have trie to set a mutex for my slot, and it did not work. I have even set it to some other parts that I thoght it could be the issue, but it did not work either. I also tried to change the connection type to Qt::BlockingQueuedConnection, which does exactly the same job as a mutex, but no success =/. That setTicLength part is all right, I mix X and Y due to the fact the tic beeing set has the same orientation of the axis. Anyway, just to make sure, I also tried to do setTicLenght(0, 0), but those instant big tics still ocurred. I think the problem must be with my VGA card, since you have exactly the same configuration as me and do not get the same problem. At least I can workround this situation by doing setFloorStyle(NOFLOOR). I do not get to see the axis, which are not that important to my application, but the plot gets more clean :). Thank you very much for your effort Micha. Any news regardint this problem, I will let you know. Regards, Vicente Peruffo Minotto |