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
asn1-value-editor
Commits
c34011bf
Commit
c34011bf
authored
Jul 04, 2016
by
Maxime Perrotin
Browse files
Start major refactoring to use ctypes everywhere
parent
8e17d4d9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/asn1_value_editor.py
View file @
c34011bf
This diff is collapsed.
Click to expand it.
asn1_value_editor/gui.py
View file @
c34011bf
...
...
@@ -403,7 +403,7 @@ def gui():
elif
dll
:
# Provide pointer to the shared lib to the backends
encoder_backend
.
setSharedLib
(
dll
)
editor
.
b
ackend
=
encoder_backend
editor
.
setB
ackend
(
encoder_backend
)
editor
.
log
=
log
dockWidget
=
editor
.
parent
()
myButtons
=
dockWidget
.
findChildren
(
QPushButton
)
...
...
Write
Preview
Markdown
is supported
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