Update Wechat group QR code and delete redundancy codes in PPOCRLabel
This commit is contained in:
parent
a49382e530
commit
14df1b95af
|
@ -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):
|
||||||
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):
|
||||||
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):
|
||||||
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()
|
||||||
|
|
||||||
|
|
BIN
doc/joinus.PNG
BIN
doc/joinus.PNG
Binary file not shown.
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 272 KiB |
Loading…
Reference in New Issue