[kamera commit] r73 - trunk/kamera

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 21, 2009, 12:52:23 AM1/21/09
to kamera-...@googlegroups.com
Author: ugur.jnmbk
Date: Tue Jan 20 20:47:00 2009
New Revision: 73

Modified:
trunk/kamera/mainwindow.py

Log:
init properly

Modified: trunk/kamera/mainwindow.py
==============================================================================
--- trunk/kamera/mainwindow.py (original)
+++ trunk/kamera/mainwindow.py Tue Jan 20 20:47:00 2009
@@ -29,6 +29,7 @@

class MyOpenCVWidget(OpenCVWidget):
def __init__(self, label):
+ QtGui.QWidget.__init__(self)
self.imageLabel = label
self.camThread = CamThread()
self.connect(self.camThread, QtCore.SIGNAL("image"),
self.updateImage)

Reply all
Reply to author
Forward
0 new messages