Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
77e02ede
Commit
77e02ede
authored
Mar 29, 2014
by
Luke Campagnola
Browse files
py3 fix for parametertree example
parent
27f7ef72
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/parametertree.py
View file @
77e02ede
...
@@ -124,7 +124,7 @@ p.sigTreeStateChanged.connect(change)
...
@@ -124,7 +124,7 @@ p.sigTreeStateChanged.connect(change)
def
valueChanging
(
param
,
value
):
def
valueChanging
(
param
,
value
):
print
"Value changing (not finalized):"
,
param
,
value
print
(
"Value changing (not finalized):"
,
param
,
value
)
# Too lazy for recursion:
# Too lazy for recursion:
for
child
in
p
.
children
():
for
child
in
p
.
children
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment