refactor examples and client factory

This commit is contained in:
speyrefitte
2014-06-19 17:53:10 +02:00
parent d725d2b0e2
commit 230cf2f7fe
6 changed files with 106 additions and 34 deletions

View File

@@ -34,7 +34,6 @@ class QAdaptor(object):
@param e: qEvent
'''
pass
class RfbAdaptor(RfbObserver, QAdaptor):
'''
@@ -159,7 +158,7 @@ class QRemoteDesktop(QtGui.QWidget):
#because we can update image only in paint
#event function. When protocol receive image
#we will stock into refresh list
#and in paiont event paint list of all refresh iomages
#and in paiont event paint list of all refresh images
self._refresh = []
#bind mouse event
self.setMouseTracking(True)