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
c45ebefb
Commit
c45ebefb
authored
Nov 12, 2022
by
xuanweiace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upd 加上字幕旁白的高亮
parent
d949532b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main_window.py
main_window.py
+2
-2
No files found.
main_window.py
View file @
c45ebefb
...
@@ -822,8 +822,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
...
@@ -822,8 +822,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self
.
prompt_dialog
.
show_with_msg
(
"暂无音频可供预览,请重新生成"
)
self
.
prompt_dialog
.
show_with_msg
(
"暂无音频可供预览,请重新生成"
)
def
checkIfTableItemCanChange
(
self
,
table
:
QTableWidget
,
i
:
int
,
j
:
int
):
def
checkIfTableItemCanChange
(
self
,
table
:
QTableWidget
,
i
:
int
,
j
:
int
):
# if table.objectName() == self.all_tableWidget.objectName() and j in constant.Content.ActivateColumns
:
if
table
.
objectName
()
==
self
.
all_tableWidget
.
objectName
()
:
#
return True
return
True
if
table
.
objectName
()
==
self
.
pb_tableWidget
.
objectName
()
and
j
in
constant
.
Aside
.
ActivateColumns
:
if
table
.
objectName
()
==
self
.
pb_tableWidget
.
objectName
()
and
j
in
constant
.
Aside
.
ActivateColumns
:
return
True
return
True
return
False
return
False
...
...
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