Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
Oil_Level_Recognition_System
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Oil_Level_Recognition_System
Commits
cb5c0871
Commit
cb5c0871
authored
Dec 05, 2025
by
余海波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update historypanel_handler.py
parent
97b6ade4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
historypanel_handler.py
handlers/videopage/historypanel_handler.py
+1
-7
No files found.
handlers/videopage/historypanel_handler.py
View file @
cb5c0871
...
...
@@ -169,13 +169,7 @@ class HistoryPanelHandler:
button
.
setToolTip
(
'停止'
)
self
.
_playback_state
=
'playing'
print
(
f
"[HistoryPanelHandler] 播放器状态: 播放中 (显示停止图标)"
)
elif
state
==
QMediaPlayer
.
PausedState
:
# 暂停 -> 显示开始图标
button
.
setIcon
(
newIcon
(
'开始'
))
button
.
setToolTip
(
'播放'
)
self
.
_playback_state
=
'paused'
print
(
f
"[HistoryPanelHandler] 播放器状态: 暂停 (显示开始图标)"
)
else
:
# StoppedState
# 停止 -> 显示开始图标
...
...
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