Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zheng Yile
codiaclient
Commits
895ff5a7
Commit
895ff5a7
authored
Jun 26, 2021
by
Zheng Yile
Browse files
Modify codiaclientgui/utils.py
parent
1b9a06cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
codiaclientgui/utils.py
View file @
895ff5a7
...
...
@@ -118,12 +118,10 @@ class MyObject(QLabel):
if
not
status
:
self
.
leaveSignal
.
emit
()
def
enterEvent
(
self
,
e
):
print
(
self
.
objectName
(),
"enterEvent"
)
self
.
enterSignal
.
emit
()
self
.
linkedObject
and
self
.
linkedObject
.
enterSignal
.
emit
()
def
leaveEvent
(
self
,
e
):
print
(
self
.
objectName
(),
"leaveEvent"
)
self
.
leaveSignal
.
emit
()
self
.
linkedObject
and
self
.
linkedObject
.
leaveSignal
.
emit
()
...
...
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