finish connection sequence and clean code

This commit is contained in:
speyrefitte
2014-06-17 18:19:16 +02:00
parent 6844186434
commit b2b2d36dba
4 changed files with 866 additions and 651 deletions

View File

@@ -65,7 +65,7 @@ class RfbAdaptor(RfbObserver, QAdaptor):
else:
print "Receive image in bad format"
return
image = QtGui.QImage(data, width, height, imageFormat)
self._qRemoteDesktop.notifyImage(x, y, image)