Skip to content

Commit

Permalink
show url in remotewidget
Browse files Browse the repository at this point in the history
  • Loading branch information
drogenlied committed Jul 31, 2015
1 parent e287eab commit 20230bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/manager/managergui.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ def activation(self, e=None):
self.startIPythonWidget()
# thread widget
self._mw.threadWidget.threadListView.setModel(self._manager.tm)
# remote widget
self._mw.remoteWidget.hostLabel.setText('URL:')
self._mw.remoteWidget.portLabel.setText('rpyc://{0}:{1}/'.format(self._manager.rm.hostname, self._manager.rm.server.port))

self._mw.config_display_dockWidget.hide()
self._mw.remoteDockWidget.hide()
Expand Down

0 comments on commit 20230bc

Please # to comment.