add applyRSpec to sfiprocess
[sface.git] / sface / mainwindow.py
index 46eb79e..f3115a5 100644 (file)
@@ -98,7 +98,7 @@ class MainWindow(QWidget):
         self.screens.setCurrentWidget(self.pix)
         self.pix.setPixmap(pixmap)
 
-        timeLine = QTimeLine(800, self)
+        timeLine = QTimeLine(500, self)
         timeLine.setFrameRange(0, self.screens.height());
         self.connect(timeLine, SIGNAL('frameChanged(int)'), self.animatePixmap)
         self.connect(timeLine, SIGNAL('finished()'), self.toNextScreen)