<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Verdana">Hi,<br>
<br>
I currently have a Qt dialog with a slider. The valueChanged signal
from this slider is connected to a slot in my QVTKWidget subclass which
performs some Window-Level modifications on a vtkImageActor inside the
renderer.<br>
<br>
In the vtk example (Examples/GUI/Qt/ImageViewer) dragging the mouse
across the image is fast enough. So why does it get ridiculously slow
when I send the commands through a slot? Is there a way I can speed it
up?<br>
<br>
- John E</font></small><br>
</body>
</html>