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
14df1b95
Commit
14df1b95
authored
Dec 15, 2020
by
Leif
Browse files
Update Wechat group QR code and delete redundancy codes in PPOCRLabel
parent
a49382e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
PPOCRLabel/PPOCRLabel.py
PPOCRLabel/PPOCRLabel.py
+0
-22
doc/joinus.PNG
doc/joinus.PNG
+0
-0
No files found.
PPOCRLabel/PPOCRLabel.py
View file @
14df1b95
...
@@ -257,9 +257,6 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -257,9 +257,6 @@ class MainWindow(QMainWindow, WindowMixin):
self
.
imgsliderDock
.
setObjectName
(
getStr
(
'IR'
))
self
.
imgsliderDock
.
setObjectName
(
getStr
(
'IR'
))
self
.
imgsliderDock
.
setWidget
(
self
.
imgsplider
)
self
.
imgsliderDock
.
setWidget
(
self
.
imgsplider
)
self
.
imgsliderDock
.
setFeatures
(
QDockWidget
.
DockWidgetFloatable
)
self
.
imgsliderDock
.
setFeatures
(
QDockWidget
.
DockWidgetFloatable
)
# op = QGraphicsOpacityEffect()
# op.setOpacity(0.2)
# self.imgsliderDock.setGraphicsEffect(op)
self
.
imgsliderDock
.
setAttribute
(
Qt
.
WA_TranslucentBackground
)
self
.
imgsliderDock
.
setAttribute
(
Qt
.
WA_TranslucentBackground
)
self
.
addDockWidget
(
Qt
.
RightDockWidgetArea
,
self
.
imgsliderDock
)
self
.
addDockWidget
(
Qt
.
RightDockWidgetArea
,
self
.
imgsliderDock
)
...
@@ -302,10 +299,6 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -302,10 +299,6 @@ class MainWindow(QMainWindow, WindowMixin):
iconListContainer
=
QWidget
()
iconListContainer
=
QWidget
()
iconListContainer
.
setLayout
(
hlayout
)
iconListContainer
.
setLayout
(
hlayout
)
iconListContainer
.
setFixedHeight
(
100
)
iconListContainer
.
setFixedHeight
(
100
)
# iconListContainer.setFixedWidth(530)
# op = QGraphicsOpacityEffect()
# op.setOpacity(0.5)
# iconListContainer.setGraphicsEffect(op)
########### Canvas ###########
########### Canvas ###########
self
.
canvas
=
Canvas
(
parent
=
self
)
self
.
canvas
=
Canvas
(
parent
=
self
)
...
@@ -498,10 +491,6 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -498,10 +491,6 @@ class MainWindow(QMainWindow, WindowMixin):
icon
=
'color'
,
tip
=
getStr
(
'shapeFillColorDetail'
),
icon
=
'color'
,
tip
=
getStr
(
'shapeFillColorDetail'
),
enabled
=
False
)
enabled
=
False
)
# labels = self.dock.toggleViewAction()
# labels.setText(getStr('showHide'))
# labels.setShortcut('Ctrl+Shift+L')
# Label list context menu.
# Label list context menu.
labelMenu
=
QMenu
()
labelMenu
=
QMenu
()
addActions
(
labelMenu
,
(
edit
,
delete
))
addActions
(
labelMenu
,
(
edit
,
delete
))
...
@@ -583,17 +572,6 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -583,17 +572,6 @@ class MainWindow(QMainWindow, WindowMixin):
action
(
'&Copy here'
,
self
.
copyShape
),
action
(
'&Copy here'
,
self
.
copyShape
),
action
(
'&Move here'
,
self
.
moveShape
)))
action
(
'&Move here'
,
self
.
moveShape
)))
# self.tools = self.toolbar('Tools')
# self.actions.beginner = (
# open, opendir, openNextImg, openPrevImg, verify, save, None, create, copy, delete, None,
# zoomIn, zoom, zoomOut, fitWindow, fitWidth)
#
# self.actions.advanced = (
# open, opendir, openNextImg, openPrevImg, save, None,
# createMode, editMode, None,
# hideAll, showAll)
self
.
statusBar
().
showMessage
(
'%s started.'
%
__appname__
)
self
.
statusBar
().
showMessage
(
'%s started.'
%
__appname__
)
self
.
statusBar
().
show
()
self
.
statusBar
().
show
()
...
...
doc/joinus.PNG
View replaced file @
a49382e5
View file @
14df1b95
408 KB
|
W:
|
H:
272 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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