Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
e2004e6c
Commit
e2004e6c
authored
Aug 28, 2016
by
Maxime Perrotin
Browse files
Search labels from data dictionary
parent
2ab40c93
Changes
1
Show whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
e2004e6c
...
...
@@ -2209,9 +2209,9 @@ class OG_MainWindow(QtGui.QMainWindow, object):
self
.
asn1_browser
.
scrollToAnchor
(
anchor
)
# Activate the tab to display the ASN.1 type in html
self
.
asn1_browser
.
parent
().
parent
().
raise_
()
elif
root
==
'states'
and
column
==
0
:
stat
e
=
item
.
text
(
column
)
if
self
.
view
.
scene
().
search_pattern
!=
stat
e
:
elif
root
in
(
'states'
,
'labels'
)
and
column
==
0
:
nam
e
=
item
.
text
(
column
)
if
self
.
view
.
scene
().
search_pattern
!=
nam
e
:
self
.
view
.
scene
().
search
(
item
.
text
(
column
))
self
.
view
.
setFocus
()
else
:
...
...
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