Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
91685c06
Commit
91685c06
authored
Dec 14, 2020
by
Leif
Browse files
Update shortcuts
parent
40673f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PPOCRLabel/PPOCRLabel.py
PPOCRLabel/PPOCRLabel.py
+2
-2
No files found.
PPOCRLabel/PPOCRLabel.py
View file @
91685c06
...
@@ -373,7 +373,7 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -373,7 +373,7 @@ class MainWindow(QMainWindow, WindowMixin):
'a'
,
'prev'
,
getStr
(
'prevImgDetail'
))
'a'
,
'prev'
,
getStr
(
'prevImgDetail'
))
save
=
action
(
getStr
(
'save'
),
self
.
saveFile
,
save
=
action
(
getStr
(
'save'
),
self
.
saveFile
,
'Ctrl+
S
'
,
'verify'
,
getStr
(
'saveDetail'
),
enabled
=
False
)
'Ctrl+
V
'
,
'verify'
,
getStr
(
'saveDetail'
),
enabled
=
False
)
alcm
=
action
(
getStr
(
'choosemodel'
),
self
.
autolcm
,
alcm
=
action
(
getStr
(
'choosemodel'
),
self
.
autolcm
,
'Ctrl+M'
,
'next'
,
getStr
(
'tipchoosemodel'
))
'Ctrl+M'
,
'next'
,
getStr
(
'tipchoosemodel'
))
...
@@ -397,7 +397,7 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -397,7 +397,7 @@ class MainWindow(QMainWindow, WindowMixin):
delete
=
action
(
getStr
(
'delBox'
),
self
.
deleteSelectedShape
,
delete
=
action
(
getStr
(
'delBox'
),
self
.
deleteSelectedShape
,
'Delete'
,
'delete'
,
getStr
(
'delBoxDetail'
),
enabled
=
False
)
'Delete'
,
'delete'
,
getStr
(
'delBoxDetail'
),
enabled
=
False
)
copy
=
action
(
getStr
(
'dupBox'
),
self
.
copySelectedShape
,
copy
=
action
(
getStr
(
'dupBox'
),
self
.
copySelectedShape
,
'Ctrl+
D
'
,
'copy'
,
getStr
(
'dupBoxDetail'
),
'Ctrl+
C
'
,
'copy'
,
getStr
(
'dupBoxDetail'
),
enabled
=
False
)
enabled
=
False
)
hideAll
=
action
(
getStr
(
'hideBox'
),
partial
(
self
.
togglePolygons
,
False
),
hideAll
=
action
(
getStr
(
'hideBox'
),
partial
(
self
.
togglePolygons
,
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