Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
accessibility_movie_2
Project
Project
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
赵心治
accessibility_movie_2
Commits
45276db0
Commit
45276db0
authored
Nov 16, 2022
by
xuanweiace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
cd14ab0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
operation_dialog.py
operation_dialog.py
+1
-1
No files found.
operation_dialog.py
View file @
45276db0
...
...
@@ -130,7 +130,7 @@ class Operation_Dialog(QDialog, Ui_Dialog):
utils
.
trans_to_seconds
(
self
.
timeEdit
.
time
()
.
toString
(
"hh:mm:ss.zzz"
)))
if
self
.
comboBox
.
currentText
()
==
"字幕"
:
end_time_f
=
float
(
utils
.
trans_to_seconds
(
self
.
timeEdit_2
.
time
()
.
toString
(
"hh:mm.zzz"
)))
utils
.
trans_to_seconds
(
self
.
timeEdit_2
.
time
()
.
toString
(
"hh:mm
:ss
.zzz"
)))
assert
start_time_f
<
end_time_f
if
row_number
<
rowCount
:
# 要求结束时间在下一行的起始时间前面,对增加和修改都适用
...
...
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