update
This commit is contained in:
parent
64ed5517a9
commit
d2cb0f4cad
6 changed files with 6 additions and 6 deletions
|
@ -75,4 +75,4 @@ model = node.acquireModel('RemoteModel')
|
||||||
view.setModel(model)
|
view.setModel(model)
|
||||||
view.show();
|
view.show();
|
||||||
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
|
@ -166,4 +166,4 @@ if __name__ == '__main__':
|
||||||
QTimer.singleShot(12000, handler.removeData)
|
QTimer.singleShot(12000, handler.removeData)
|
||||||
QTimer.singleShot(13000, handler.moveData)
|
QTimer.singleShot(13000, handler.moveData)
|
||||||
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
|
@ -107,4 +107,4 @@ if __name__ == '__main__':
|
||||||
# Create the client switch object and pass the replica to it.
|
# Create the client switch object and pass the replica to it.
|
||||||
rswitch = DynamicClient(replica)
|
rswitch = DynamicClient(replica)
|
||||||
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
|
@ -127,4 +127,4 @@ if __name__ == '__main__':
|
||||||
# Enable remoting.
|
# Enable remoting.
|
||||||
srcNode.enableRemoting(srcSwitch, 'SimpleSwitch')
|
srcNode.enableRemoting(srcSwitch, 'SimpleSwitch')
|
||||||
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
|
@ -104,4 +104,4 @@ if __name__ == '__main__':
|
||||||
# Create the client switch object and pass the replica to it.
|
# Create the client switch object and pass the replica to it.
|
||||||
rswitch = DynamicClient(replica)
|
rswitch = DynamicClient(replica)
|
||||||
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
|
@ -132,4 +132,4 @@ if __name__ == '__main__':
|
||||||
# Enable remoting.
|
# Enable remoting.
|
||||||
srcNode.enableRemoting(srcSwitch, 'SimpleSwitch')
|
srcNode.enableRemoting(srcSwitch, 'SimpleSwitch')
|
||||||
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
Loading…
Reference in a new issue