Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
de03e236
Commit
de03e236
authored
Dec 06, 2013
by
Daniel Brown
Browse files
fixing Qvg graphics item import issue
parent
f20f7ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/gui/graphics.py
View file @
de03e236
...
...
@@ -8,6 +8,7 @@ Created on Fri Feb 01 09:13:03 2013
from
PyQt4.QtGui
import
*
from
PyQt4.Qt
import
*
from
PyQt4
import
QtSvg
from
PyQt4.QtSvg
import
QGraphicsSvgItem
import
pykat.components
import
exceptions
...
...
@@ -187,4 +188,4 @@ class ComponentQGraphicsItem(QtSvg.QGraphicsSvgItem):
conn
[
1
].
getQGraphicsItem
().
refresh
()
return
QGraphicsSvgItem
.
itemChange
(
self
,
change
,
value
)
\ No newline at end of file
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