We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b605a11 commit 292564fCopy full SHA for 292564f
example_nodes/input_nodes.py
@@ -27,7 +27,7 @@ class TickTimeNode(BaseNode):
27
def __init__(self):
28
super(TickTimeNode, self).__init__()
29
self.add_output('out')
30
- self.add_text_input('out', 'Data Input', text='0', tab='widgets')
+ self.add_text_input('out', 'Ticks', text='0', tab='widgets')
31
self.view.widgets['out'].value_changed.connect(self.update_streams)
32
33
self.timer = QtCore.QTimer()
0 commit comments