From d8642308b1db421407bd6e4196da13748af4da08 Mon Sep 17 00:00:00 2001 From: Yes Date: Thu, 12 Sep 2024 19:17:12 +0800 Subject: [PATCH] add new option for auto save unsaved changes (#76) * add new option for auto save unsaved changes * fix code style --------- Co-authored-by: aboutibm@163.com <7p=e763wN3A6k+[C> Co-authored-by: Wang Xin --- PPOCRLabel.py | 17 ++ libs/resources.py | 334 +++++++++++---------- resources/strings/strings-en.properties | 1 + resources/strings/strings-zh-CN.properties | 1 + 4 files changed, 189 insertions(+), 164 deletions(-) diff --git a/PPOCRLabel.py b/PPOCRLabel.py index f7f7cf3..6eb9e0c 100644 --- a/PPOCRLabel.py +++ b/PPOCRLabel.py @@ -1036,6 +1036,16 @@ def getStr(strId): self.displayIndexOption.setChecked(settings.get(SETTING_PAINT_INDEX, False)) self.autoReRecognitionOption.triggered.connect(self.autoSaveFunc) + self.autoSaveUnsavedChangesOption = QAction( + getStr("autoSaveUnsavedChanges"), self + ) + self.autoSaveUnsavedChangesOption.setCheckable(True) + self.autoSaveUnsavedChangesOption.setChecked( + settings.get(SETTING_PAINT_LABEL, False) + ) + self.displayIndexOption.setChecked(settings.get(SETTING_PAINT_INDEX, False)) + self.autoSaveUnsavedChangesOption.triggered.connect(self.autoSaveFunc) + addActions( self.menus.file, ( @@ -1047,6 +1057,7 @@ def getStr(strId): exportJSON, self.autoSaveOption, self.autoReRecognitionOption, + self.autoSaveUnsavedChangesOption, None, resetAll, deleteImg, @@ -2545,6 +2556,12 @@ def mayContinue(self): # if not self.dirty: return True else: + if self.autoSaveUnsavedChangesOption.isChecked(): + self.canvas.isInTheSameImage = True + self.saveFile() + self.canvas.isInTheSameImage = False + return True + discardChanges = self.discardChangesDialog() if discardChanges == QMessageBox.No: return True diff --git a/libs/resources.py b/libs/resources.py index b08c1dc..2e0bcd7 100644 --- a/libs/resources.py +++ b/libs/resources.py @@ -9092,7 +9092,7 @@ \xc2\xbe\x6b\xc0\x55\xc8\x31\xa0\x80\x1e\x20\x21\xee\xf8\x2f\xe5\ \xea\x8d\x7f\x05\xf8\x03\xd8\xcb\xf0\xd4\x8e\x80\x5e\x37\x00\x00\ \x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0d\x7a\ +\x00\x00\x0d\xad\ \x73\ \x61\x76\x65\x41\x73\x44\x65\x74\x61\x69\x6c\x3d\xe5\xb0\x87\xe6\ \xa0\x87\xe7\xad\xbe\xe4\xbf\x9d\xe5\xad\x98\xe5\x88\xb0\xe5\x85\ @@ -9241,75 +9241,78 @@ \x69\x6f\x6e\x3d\xe9\x87\x8d\xe6\x96\xb0\xe8\xaf\x86\xe5\x88\xab\ \x0a\x61\x75\x74\x6f\x52\x65\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\ \x6f\x6e\x3d\xe8\x87\xaa\xe5\x8a\xa8\xe9\x87\x8d\xe6\x96\xb0\xe8\ -\xaf\x86\xe5\x88\xab\x0a\x6d\x66\x69\x6c\x65\x3d\xe6\x96\x87\xe4\ -\xbb\xb6\x0a\x6d\x65\x64\x69\x74\x3d\xe7\xbc\x96\xe8\xbe\x91\x0a\ -\x6d\x76\x69\x65\x77\x3d\xe8\xa7\x86\xe5\x9b\xbe\x0a\x6d\x68\x65\ -\x6c\x70\x3d\xe5\xb8\xae\xe5\x8a\xa9\x0a\x69\x63\x6f\x6e\x4c\x69\ -\x73\x74\x3d\xe7\xbc\xa9\xe7\x95\xa5\xe5\x9b\xbe\x0a\x64\x65\x74\ -\x65\x63\x74\x69\x6f\x6e\x42\x6f\x78\x70\x6f\x73\x69\x74\x69\x6f\ -\x6e\x3d\xe6\xa3\x80\xe6\xb5\x8b\xe6\xa1\x86\xe4\xbd\x8d\xe7\xbd\ -\xae\x0a\x72\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x52\x65\x73\ -\x75\x6c\x74\x3d\xe8\xaf\x86\xe5\x88\xab\xe7\xbb\x93\xe6\x9e\x9c\ -\x0a\x63\x72\x65\x61\x74\x50\x6f\x6c\x79\x67\x6f\x6e\x3d\xe5\xa4\ -\x9a\xe7\x82\xb9\xe6\xa0\x87\xe6\xb3\xa8\x0a\x64\x72\x61\x77\x53\ -\x71\x75\x61\x72\x65\x73\x3d\xe6\xad\xa3\xe6\x96\xb9\xe5\xbd\xa2\ -\xe6\xa0\x87\xe6\xb3\xa8\x0a\x72\x6f\x74\x61\x74\x65\x4c\x65\x66\ -\x74\x3d\xe5\x9b\xbe\xe7\x89\x87\xe5\xb7\xa6\xe6\x97\x8b\xe8\xbd\ -\xac\x39\x30\xe5\xba\xa6\x0a\x72\x6f\x74\x61\x74\x65\x52\x69\x67\ -\x68\x74\x3d\xe5\x9b\xbe\xe7\x89\x87\xe5\x8f\xb3\xe6\x97\x8b\xe8\ -\xbd\xac\x39\x30\xe5\xba\xa6\x0a\x73\x61\x76\x65\x52\x65\x63\x3d\ -\xe5\xaf\xbc\xe5\x87\xba\xe8\xaf\x86\xe5\x88\xab\xe7\xbb\x93\xe6\ -\x9e\x9c\x0a\x74\x65\x6d\x70\x4c\x61\x62\x65\x6c\x3d\xe5\xbe\x85\ -\xe8\xaf\x86\xe5\x88\xab\x0a\x6e\x75\x6c\x6c\x4c\x61\x62\x65\x6c\ -\x3d\xe6\x97\xa0\xe6\xb3\x95\xe8\xaf\x86\xe5\x88\xab\x0a\x73\x74\ -\x65\x70\x73\x3d\xe6\x93\x8d\xe4\xbd\x9c\xe6\xad\xa5\xe9\xaa\xa4\ -\x0a\x6b\x65\x79\x73\x3d\xe5\xbf\xab\xe6\x8d\xb7\xe9\x94\xae\x0a\ -\x63\x68\x6f\x73\x65\x4d\x6f\x64\x65\x6c\x4c\x67\x3d\xe9\x80\x89\ -\xe6\x8b\xa9\xe6\xa8\xa1\xe5\x9e\x8b\xe8\xaf\xad\xe8\xa8\x80\x0a\ -\x63\x61\x6e\x63\x65\x6c\x3d\xe5\x8f\x96\xe6\xb6\x88\x0a\x6f\x6b\ -\x3d\xe7\xa1\xae\xe8\xae\xa4\x0a\x61\x75\x74\x6f\x6c\x61\x62\x65\ -\x6c\x69\x6e\x67\x3d\xe8\x87\xaa\xe5\x8a\xa8\xe6\xa0\x87\xe6\xb3\ -\xa8\xe4\xb8\xad\x0a\x68\x69\x64\x65\x42\x6f\x78\x3d\xe9\x9a\x90\ -\xe8\x97\x8f\xe6\x89\x80\xe6\x9c\x89\xe6\xa0\x87\xe6\xb3\xa8\x0a\ -\x73\x68\x6f\x77\x42\x6f\x78\x3d\xe6\x98\xbe\xe7\xa4\xba\xe6\x89\ -\x80\xe6\x9c\x89\xe6\xa0\x87\xe6\xb3\xa8\x0a\x73\x61\x76\x65\x4c\ -\x61\x62\x65\x6c\x3d\xe5\xaf\xbc\xe5\x87\xba\xe6\xa0\x87\xe8\xae\ -\xb0\xe7\xbb\x93\xe6\x9e\x9c\x0a\x73\x69\x6e\x67\x6c\x65\x52\x65\ -\x3d\xe9\x87\x8d\xe8\xaf\x86\xe5\x88\xab\xe6\xad\xa4\xe5\x8c\xba\ -\xe5\x9d\x97\x0a\x6c\x61\x62\x65\x6c\x44\x69\x61\x6c\x6f\x67\x4f\ -\x70\x74\x69\x6f\x6e\x3d\xe5\xbc\xb9\xe5\x87\xba\xe6\xa0\x87\xe8\ -\xae\xb0\xe8\xbe\x93\xe5\x85\xa5\xe6\xa1\x86\x0a\x75\x6e\x64\x6f\ -\x3d\xe6\x92\xa4\xe9\x94\x80\x0a\x75\x6e\x64\x6f\x4c\x61\x73\x74\ -\x50\x6f\x69\x6e\x74\x3d\xe6\x92\xa4\xe9\x94\x80\xe4\xb8\x8a\xe4\ -\xb8\xaa\xe7\x82\xb9\x0a\x61\x75\x74\x6f\x53\x61\x76\x65\x4d\x6f\ -\x64\x65\x3d\xe8\x87\xaa\xe5\x8a\xa8\xe5\xaf\xbc\xe5\x87\xba\xe6\ -\xa0\x87\xe8\xae\xb0\xe7\xbb\x93\xe6\x9e\x9c\x0a\x6c\x6f\x63\x6b\ -\x42\x6f\x78\x3d\xe9\x94\x81\xe5\xae\x9a\xe6\xa1\x86\x2f\xe8\xa7\ -\xa3\xe9\x99\xa4\xe9\x94\x81\xe5\xae\x9a\xe6\xa1\x86\x0a\x6c\x6f\ -\x63\x6b\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\xe8\x8b\xa5\xe5\ -\xbd\x93\xe5\x89\x8d\xe6\xb2\xa1\xe6\x9c\x89\xe6\xa1\x86\xe5\xa4\ -\x84\xe4\xba\x8e\xe9\x94\x81\xe5\xae\x9a\xe7\x8a\xb6\xe6\x80\x81\ -\xe5\x88\x99\xe9\x94\x81\xe5\xae\x9a\xe9\x80\x89\xe4\xb8\xad\xe7\ -\x9a\x84\xe6\xa1\x86\xef\xbc\x8c\xe8\x8b\xa5\xe5\xad\x98\xe5\x9c\ -\xa8\xe9\x94\x81\xe5\xae\x9a\xe6\xa1\x86\xe5\x88\x99\xe8\xa7\xa3\ -\xe9\x99\xa4\xe6\x89\x80\xe6\x9c\x89\xe9\x94\x81\xe5\xae\x9a\xe6\ -\xa1\x86\xe7\x9a\x84\xe9\x94\x81\xe5\xae\x9a\xe7\x8a\xb6\xe6\x80\ -\x81\x0a\x6b\x65\x79\x4c\x69\x73\x74\x54\x69\x74\x6c\x65\x3d\xe5\ -\x85\xb3\xe9\x94\xae\xe8\xaf\x8d\xe5\x88\x97\xe8\xa1\xa8\x0a\x6b\ -\x65\x79\x44\x69\x61\x6c\x6f\x67\x54\x69\x70\x3d\xe8\xaf\xb7\xe8\ -\xbe\x93\xe5\x85\xa5\xe7\xb1\xbb\xe5\x9e\x8b\xe5\x90\x8d\xe7\xa7\ -\xb0\x0a\x6b\x65\x79\x43\x68\x61\x6e\x67\x65\x3d\xe6\x9b\xb4\xe6\ -\x94\xb9\x42\x6f\x78\xe5\x85\xb3\xe9\x94\xae\xe5\xad\x97\xe7\xb1\ -\xbb\xe5\x88\xab\x0a\x54\x61\x62\x6c\x65\x52\x65\x63\x6f\x67\x6e\ -\x69\x74\x69\x6f\x6e\x3d\xe8\xa1\xa8\xe6\xa0\xbc\xe8\xaf\x86\xe5\ -\x88\xab\x0a\x63\x65\x6c\x6c\x72\x65\x52\x65\x63\x6f\x67\x6e\x69\ -\x74\x69\x6f\x6e\x3d\xe5\x8d\x95\xe5\x85\x83\xe6\xa0\xbc\xe9\x87\ -\x8d\xe8\xaf\x86\xe5\x88\xab\x0a\x65\x78\x70\x6f\x72\x74\x4a\x53\ -\x4f\x4e\x3d\xe5\xaf\xbc\xe5\x87\xba\xe8\xa1\xa8\xe6\xa0\xbc\xe6\ -\xa0\x87\xe6\xb3\xa8\x0a\x65\x78\x70\x61\x6e\x64\x42\x6f\x78\x3d\ -\xe6\x89\xa9\xe5\xa4\xa7\xe6\xa1\x86\x0a\x65\x78\x70\x61\x6e\x64\ -\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\xe6\x89\xa9\xe5\xa4\xa7\ -\xe6\x89\x80\xe9\x80\x89\xe6\xa1\x86\ +\xaf\x86\xe5\x88\xab\x0a\x61\x75\x74\x6f\x53\x61\x76\x65\x55\x6e\ +\x73\x61\x76\x65\x64\x43\x68\x61\x6e\x67\x65\x73\x3d\xe8\x87\xaa\ +\xe5\x8a\xa8\xe4\xbf\x9d\xe5\xad\x98\xe6\x9c\xaa\xe6\x8f\x90\xe4\ +\xba\xa4\xe5\x8f\x98\xe6\x9b\xb4\x0a\x6d\x66\x69\x6c\x65\x3d\xe6\ +\x96\x87\xe4\xbb\xb6\x0a\x6d\x65\x64\x69\x74\x3d\xe7\xbc\x96\xe8\ +\xbe\x91\x0a\x6d\x76\x69\x65\x77\x3d\xe8\xa7\x86\xe5\x9b\xbe\x0a\ +\x6d\x68\x65\x6c\x70\x3d\xe5\xb8\xae\xe5\x8a\xa9\x0a\x69\x63\x6f\ +\x6e\x4c\x69\x73\x74\x3d\xe7\xbc\xa9\xe7\x95\xa5\xe5\x9b\xbe\x0a\ +\x64\x65\x74\x65\x63\x74\x69\x6f\x6e\x42\x6f\x78\x70\x6f\x73\x69\ +\x74\x69\x6f\x6e\x3d\xe6\xa3\x80\xe6\xb5\x8b\xe6\xa1\x86\xe4\xbd\ +\x8d\xe7\xbd\xae\x0a\x72\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\ +\x52\x65\x73\x75\x6c\x74\x3d\xe8\xaf\x86\xe5\x88\xab\xe7\xbb\x93\ +\xe6\x9e\x9c\x0a\x63\x72\x65\x61\x74\x50\x6f\x6c\x79\x67\x6f\x6e\ +\x3d\xe5\xa4\x9a\xe7\x82\xb9\xe6\xa0\x87\xe6\xb3\xa8\x0a\x64\x72\ +\x61\x77\x53\x71\x75\x61\x72\x65\x73\x3d\xe6\xad\xa3\xe6\x96\xb9\ +\xe5\xbd\xa2\xe6\xa0\x87\xe6\xb3\xa8\x0a\x72\x6f\x74\x61\x74\x65\ +\x4c\x65\x66\x74\x3d\xe5\x9b\xbe\xe7\x89\x87\xe5\xb7\xa6\xe6\x97\ +\x8b\xe8\xbd\xac\x39\x30\xe5\xba\xa6\x0a\x72\x6f\x74\x61\x74\x65\ +\x52\x69\x67\x68\x74\x3d\xe5\x9b\xbe\xe7\x89\x87\xe5\x8f\xb3\xe6\ +\x97\x8b\xe8\xbd\xac\x39\x30\xe5\xba\xa6\x0a\x73\x61\x76\x65\x52\ +\x65\x63\x3d\xe5\xaf\xbc\xe5\x87\xba\xe8\xaf\x86\xe5\x88\xab\xe7\ +\xbb\x93\xe6\x9e\x9c\x0a\x74\x65\x6d\x70\x4c\x61\x62\x65\x6c\x3d\ +\xe5\xbe\x85\xe8\xaf\x86\xe5\x88\xab\x0a\x6e\x75\x6c\x6c\x4c\x61\ +\x62\x65\x6c\x3d\xe6\x97\xa0\xe6\xb3\x95\xe8\xaf\x86\xe5\x88\xab\ +\x0a\x73\x74\x65\x70\x73\x3d\xe6\x93\x8d\xe4\xbd\x9c\xe6\xad\xa5\ +\xe9\xaa\xa4\x0a\x6b\x65\x79\x73\x3d\xe5\xbf\xab\xe6\x8d\xb7\xe9\ +\x94\xae\x0a\x63\x68\x6f\x73\x65\x4d\x6f\x64\x65\x6c\x4c\x67\x3d\ +\xe9\x80\x89\xe6\x8b\xa9\xe6\xa8\xa1\xe5\x9e\x8b\xe8\xaf\xad\xe8\ +\xa8\x80\x0a\x63\x61\x6e\x63\x65\x6c\x3d\xe5\x8f\x96\xe6\xb6\x88\ +\x0a\x6f\x6b\x3d\xe7\xa1\xae\xe8\xae\xa4\x0a\x61\x75\x74\x6f\x6c\ +\x61\x62\x65\x6c\x69\x6e\x67\x3d\xe8\x87\xaa\xe5\x8a\xa8\xe6\xa0\ +\x87\xe6\xb3\xa8\xe4\xb8\xad\x0a\x68\x69\x64\x65\x42\x6f\x78\x3d\ +\xe9\x9a\x90\xe8\x97\x8f\xe6\x89\x80\xe6\x9c\x89\xe6\xa0\x87\xe6\ +\xb3\xa8\x0a\x73\x68\x6f\x77\x42\x6f\x78\x3d\xe6\x98\xbe\xe7\xa4\ +\xba\xe6\x89\x80\xe6\x9c\x89\xe6\xa0\x87\xe6\xb3\xa8\x0a\x73\x61\ +\x76\x65\x4c\x61\x62\x65\x6c\x3d\xe5\xaf\xbc\xe5\x87\xba\xe6\xa0\ +\x87\xe8\xae\xb0\xe7\xbb\x93\xe6\x9e\x9c\x0a\x73\x69\x6e\x67\x6c\ +\x65\x52\x65\x3d\xe9\x87\x8d\xe8\xaf\x86\xe5\x88\xab\xe6\xad\xa4\ +\xe5\x8c\xba\xe5\x9d\x97\x0a\x6c\x61\x62\x65\x6c\x44\x69\x61\x6c\ +\x6f\x67\x4f\x70\x74\x69\x6f\x6e\x3d\xe5\xbc\xb9\xe5\x87\xba\xe6\ +\xa0\x87\xe8\xae\xb0\xe8\xbe\x93\xe5\x85\xa5\xe6\xa1\x86\x0a\x75\ +\x6e\x64\x6f\x3d\xe6\x92\xa4\xe9\x94\x80\x0a\x75\x6e\x64\x6f\x4c\ +\x61\x73\x74\x50\x6f\x69\x6e\x74\x3d\xe6\x92\xa4\xe9\x94\x80\xe4\ +\xb8\x8a\xe4\xb8\xaa\xe7\x82\xb9\x0a\x61\x75\x74\x6f\x53\x61\x76\ +\x65\x4d\x6f\x64\x65\x3d\xe8\x87\xaa\xe5\x8a\xa8\xe5\xaf\xbc\xe5\ +\x87\xba\xe6\xa0\x87\xe8\xae\xb0\xe7\xbb\x93\xe6\x9e\x9c\x0a\x6c\ +\x6f\x63\x6b\x42\x6f\x78\x3d\xe9\x94\x81\xe5\xae\x9a\xe6\xa1\x86\ +\x2f\xe8\xa7\xa3\xe9\x99\xa4\xe9\x94\x81\xe5\xae\x9a\xe6\xa1\x86\ +\x0a\x6c\x6f\x63\x6b\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\xe8\ +\x8b\xa5\xe5\xbd\x93\xe5\x89\x8d\xe6\xb2\xa1\xe6\x9c\x89\xe6\xa1\ +\x86\xe5\xa4\x84\xe4\xba\x8e\xe9\x94\x81\xe5\xae\x9a\xe7\x8a\xb6\ +\xe6\x80\x81\xe5\x88\x99\xe9\x94\x81\xe5\xae\x9a\xe9\x80\x89\xe4\ +\xb8\xad\xe7\x9a\x84\xe6\xa1\x86\xef\xbc\x8c\xe8\x8b\xa5\xe5\xad\ +\x98\xe5\x9c\xa8\xe9\x94\x81\xe5\xae\x9a\xe6\xa1\x86\xe5\x88\x99\ +\xe8\xa7\xa3\xe9\x99\xa4\xe6\x89\x80\xe6\x9c\x89\xe9\x94\x81\xe5\ +\xae\x9a\xe6\xa1\x86\xe7\x9a\x84\xe9\x94\x81\xe5\xae\x9a\xe7\x8a\ +\xb6\xe6\x80\x81\x0a\x6b\x65\x79\x4c\x69\x73\x74\x54\x69\x74\x6c\ +\x65\x3d\xe5\x85\xb3\xe9\x94\xae\xe8\xaf\x8d\xe5\x88\x97\xe8\xa1\ +\xa8\x0a\x6b\x65\x79\x44\x69\x61\x6c\x6f\x67\x54\x69\x70\x3d\xe8\ +\xaf\xb7\xe8\xbe\x93\xe5\x85\xa5\xe7\xb1\xbb\xe5\x9e\x8b\xe5\x90\ +\x8d\xe7\xa7\xb0\x0a\x6b\x65\x79\x43\x68\x61\x6e\x67\x65\x3d\xe6\ +\x9b\xb4\xe6\x94\xb9\x42\x6f\x78\xe5\x85\xb3\xe9\x94\xae\xe5\xad\ +\x97\xe7\xb1\xbb\xe5\x88\xab\x0a\x54\x61\x62\x6c\x65\x52\x65\x63\ +\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x3d\xe8\xa1\xa8\xe6\xa0\xbc\xe8\ +\xaf\x86\xe5\x88\xab\x0a\x63\x65\x6c\x6c\x72\x65\x52\x65\x63\x6f\ +\x67\x6e\x69\x74\x69\x6f\x6e\x3d\xe5\x8d\x95\xe5\x85\x83\xe6\xa0\ +\xbc\xe9\x87\x8d\xe8\xaf\x86\xe5\x88\xab\x0a\x65\x78\x70\x6f\x72\ +\x74\x4a\x53\x4f\x4e\x3d\xe5\xaf\xbc\xe5\x87\xba\xe8\xa1\xa8\xe6\ +\xa0\xbc\xe6\xa0\x87\xe6\xb3\xa8\x0a\x65\x78\x70\x61\x6e\x64\x42\ +\x6f\x78\x3d\xe6\x89\xa9\xe5\xa4\xa7\xe6\xa1\x86\x0a\x65\x78\x70\ +\x61\x6e\x64\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\xe6\x89\xa9\ +\xe5\xa4\xa7\xe6\x89\x80\xe9\x80\x89\xe6\xa1\x86\ \x00\x00\x03\x12\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -10999,7 +11002,7 @@ \xbe\xde\xa3\x73\x07\x05\x00\x88\x83\x48\x18\x92\xaf\x02\xff\x03\ \x39\x5c\xc9\x23\xd1\xf6\x50\x87\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ -\x00\x00\x0d\x66\ +\x00\x00\x0d\x97\ \x6f\ \x70\x65\x6e\x46\x69\x6c\x65\x3d\x4f\x70\x65\x6e\x0a\x6f\x70\x65\ \x6e\x46\x69\x6c\x65\x44\x65\x74\x61\x69\x6c\x3d\x4f\x70\x65\x6e\ @@ -11153,69 +11156,72 @@ \x69\x6f\x6e\x3d\x52\x65\x2d\x72\x65\x63\x6f\x67\x6e\x69\x74\x69\ \x6f\x6e\x0a\x61\x75\x74\x6f\x52\x65\x52\x65\x63\x6f\x67\x6e\x69\ \x74\x69\x6f\x6e\x3d\x41\x75\x74\x6f\x20\x52\x65\x2d\x72\x65\x63\ -\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x0a\x6d\x66\x69\x6c\x65\x3d\x46\ -\x69\x6c\x65\x0a\x6d\x65\x64\x69\x74\x3d\x45\x64\x69\x74\x0a\x6d\ -\x76\x69\x65\x77\x3d\x56\x69\x65\x77\x0a\x6d\x68\x65\x6c\x70\x3d\ -\x48\x65\x6c\x70\x0a\x69\x63\x6f\x6e\x4c\x69\x73\x74\x3d\x49\x63\ -\x6f\x6e\x20\x4c\x69\x73\x74\x0a\x64\x65\x74\x65\x63\x74\x69\x6f\ -\x6e\x42\x6f\x78\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3d\x44\x65\x74\ -\x65\x63\x74\x69\x6f\x6e\x20\x62\x6f\x78\x20\x70\x6f\x73\x69\x74\ -\x69\x6f\x6e\x0a\x72\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x52\ -\x65\x73\x75\x6c\x74\x3d\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\ -\x6e\x20\x72\x65\x73\x75\x6c\x74\x0a\x63\x72\x65\x61\x74\x50\x6f\ -\x6c\x79\x67\x6f\x6e\x3d\x43\x72\x65\x61\x74\x65\x20\x50\x6f\x6c\ -\x79\x67\x6f\x6e\x42\x6f\x78\x0a\x72\x6f\x74\x61\x74\x65\x4c\x65\ -\x66\x74\x3d\x4c\x65\x66\x74\x20\x74\x75\x72\x6e\x20\x39\x30\x20\ -\x64\x65\x67\x72\x65\x65\x73\x0a\x72\x6f\x74\x61\x74\x65\x52\x69\ -\x67\x68\x74\x3d\x52\x69\x67\x68\x74\x20\x74\x75\x72\x6e\x20\x39\ -\x30\x20\x64\x65\x67\x72\x65\x65\x73\x0a\x64\x72\x61\x77\x53\x71\ -\x75\x61\x72\x65\x73\x3d\x44\x72\x61\x77\x20\x53\x71\x75\x61\x72\ -\x65\x73\x0a\x73\x61\x76\x65\x52\x65\x63\x3d\x45\x78\x70\x6f\x72\ -\x74\x20\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x20\x52\x65\ -\x73\x75\x6c\x74\x0a\x74\x65\x6d\x70\x4c\x61\x62\x65\x6c\x3d\x54\ -\x45\x4d\x50\x4f\x52\x41\x52\x59\x0a\x6e\x75\x6c\x6c\x4c\x61\x62\ -\x65\x6c\x3d\x4e\x55\x4c\x4c\x0a\x73\x74\x65\x70\x73\x3d\x53\x74\ -\x65\x70\x73\x0a\x6b\x65\x79\x73\x3d\x53\x68\x6f\x72\x74\x63\x75\ -\x74\x20\x4b\x65\x79\x73\x0a\x63\x68\x6f\x73\x65\x4d\x6f\x64\x65\ -\x6c\x4c\x67\x3d\x43\x68\x6f\x6f\x73\x65\x20\x4d\x6f\x64\x65\x6c\ -\x20\x4c\x61\x6e\x67\x75\x61\x67\x65\x0a\x63\x61\x6e\x63\x65\x6c\ -\x3d\x43\x61\x6e\x63\x65\x6c\x0a\x6f\x6b\x3d\x4f\x4b\x0a\x61\x75\ -\x74\x6f\x6c\x61\x62\x65\x6c\x69\x6e\x67\x3d\x41\x75\x74\x6f\x6d\ -\x61\x74\x69\x63\x20\x4c\x61\x62\x65\x6c\x69\x6e\x67\x0a\x68\x69\ -\x64\x65\x42\x6f\x78\x3d\x48\x69\x64\x65\x20\x41\x6c\x6c\x20\x42\ -\x6f\x78\x0a\x73\x68\x6f\x77\x42\x6f\x78\x3d\x53\x68\x6f\x77\x20\ -\x41\x6c\x6c\x20\x42\x6f\x78\x0a\x73\x61\x76\x65\x4c\x61\x62\x65\ -\x6c\x3d\x45\x78\x70\x6f\x72\x74\x20\x4c\x61\x62\x65\x6c\x0a\x73\ -\x69\x6e\x67\x6c\x65\x52\x65\x3d\x52\x65\x2d\x72\x65\x63\x6f\x67\ -\x6e\x69\x74\x69\x6f\x6e\x20\x52\x65\x63\x74\x42\x6f\x78\x0a\x6c\ -\x61\x62\x65\x6c\x44\x69\x61\x6c\x6f\x67\x4f\x70\x74\x69\x6f\x6e\ -\x3d\x50\x6f\x70\x2d\x75\x70\x20\x4c\x61\x62\x65\x6c\x20\x49\x6e\ -\x70\x75\x74\x20\x44\x69\x61\x6c\x6f\x67\x0a\x75\x6e\x64\x6f\x3d\ -\x55\x6e\x64\x6f\x0a\x75\x6e\x64\x6f\x4c\x61\x73\x74\x50\x6f\x69\ -\x6e\x74\x3d\x55\x6e\x64\x6f\x20\x4c\x61\x73\x74\x20\x50\x6f\x69\ -\x6e\x74\x0a\x61\x75\x74\x6f\x53\x61\x76\x65\x4d\x6f\x64\x65\x3d\ -\x41\x75\x74\x6f\x20\x45\x78\x70\x6f\x72\x74\x20\x4c\x61\x62\x65\ -\x6c\x20\x4d\x6f\x64\x65\x0a\x6c\x6f\x63\x6b\x42\x6f\x78\x3d\x4c\ +\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x0a\x61\x75\x74\x6f\x53\x61\x76\ +\x65\x55\x6e\x73\x61\x76\x65\x64\x43\x68\x61\x6e\x67\x65\x73\x3d\ +\x41\x75\x74\x6f\x20\x53\x61\x76\x65\x20\x55\x6e\x73\x61\x76\x65\ +\x64\x20\x63\x68\x61\x6e\x67\x65\x73\x0a\x6d\x66\x69\x6c\x65\x3d\ +\x46\x69\x6c\x65\x0a\x6d\x65\x64\x69\x74\x3d\x45\x64\x69\x74\x0a\ +\x6d\x76\x69\x65\x77\x3d\x56\x69\x65\x77\x0a\x6d\x68\x65\x6c\x70\ +\x3d\x48\x65\x6c\x70\x0a\x69\x63\x6f\x6e\x4c\x69\x73\x74\x3d\x49\ +\x63\x6f\x6e\x20\x4c\x69\x73\x74\x0a\x64\x65\x74\x65\x63\x74\x69\ +\x6f\x6e\x42\x6f\x78\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3d\x44\x65\ +\x74\x65\x63\x74\x69\x6f\x6e\x20\x62\x6f\x78\x20\x70\x6f\x73\x69\ +\x74\x69\x6f\x6e\x0a\x72\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\ +\x52\x65\x73\x75\x6c\x74\x3d\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\ +\x6f\x6e\x20\x72\x65\x73\x75\x6c\x74\x0a\x63\x72\x65\x61\x74\x50\ +\x6f\x6c\x79\x67\x6f\x6e\x3d\x43\x72\x65\x61\x74\x65\x20\x50\x6f\ +\x6c\x79\x67\x6f\x6e\x42\x6f\x78\x0a\x72\x6f\x74\x61\x74\x65\x4c\ +\x65\x66\x74\x3d\x4c\x65\x66\x74\x20\x74\x75\x72\x6e\x20\x39\x30\ +\x20\x64\x65\x67\x72\x65\x65\x73\x0a\x72\x6f\x74\x61\x74\x65\x52\ +\x69\x67\x68\x74\x3d\x52\x69\x67\x68\x74\x20\x74\x75\x72\x6e\x20\ +\x39\x30\x20\x64\x65\x67\x72\x65\x65\x73\x0a\x64\x72\x61\x77\x53\ +\x71\x75\x61\x72\x65\x73\x3d\x44\x72\x61\x77\x20\x53\x71\x75\x61\ +\x72\x65\x73\x0a\x73\x61\x76\x65\x52\x65\x63\x3d\x45\x78\x70\x6f\ +\x72\x74\x20\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x20\x52\ +\x65\x73\x75\x6c\x74\x0a\x74\x65\x6d\x70\x4c\x61\x62\x65\x6c\x3d\ +\x54\x45\x4d\x50\x4f\x52\x41\x52\x59\x0a\x6e\x75\x6c\x6c\x4c\x61\ +\x62\x65\x6c\x3d\x4e\x55\x4c\x4c\x0a\x73\x74\x65\x70\x73\x3d\x53\ +\x74\x65\x70\x73\x0a\x6b\x65\x79\x73\x3d\x53\x68\x6f\x72\x74\x63\ +\x75\x74\x20\x4b\x65\x79\x73\x0a\x63\x68\x6f\x73\x65\x4d\x6f\x64\ +\x65\x6c\x4c\x67\x3d\x43\x68\x6f\x6f\x73\x65\x20\x4d\x6f\x64\x65\ +\x6c\x20\x4c\x61\x6e\x67\x75\x61\x67\x65\x0a\x63\x61\x6e\x63\x65\ +\x6c\x3d\x43\x61\x6e\x63\x65\x6c\x0a\x6f\x6b\x3d\x4f\x4b\x0a\x61\ +\x75\x74\x6f\x6c\x61\x62\x65\x6c\x69\x6e\x67\x3d\x41\x75\x74\x6f\ +\x6d\x61\x74\x69\x63\x20\x4c\x61\x62\x65\x6c\x69\x6e\x67\x0a\x68\ +\x69\x64\x65\x42\x6f\x78\x3d\x48\x69\x64\x65\x20\x41\x6c\x6c\x20\ +\x42\x6f\x78\x0a\x73\x68\x6f\x77\x42\x6f\x78\x3d\x53\x68\x6f\x77\ +\x20\x41\x6c\x6c\x20\x42\x6f\x78\x0a\x73\x61\x76\x65\x4c\x61\x62\ +\x65\x6c\x3d\x45\x78\x70\x6f\x72\x74\x20\x4c\x61\x62\x65\x6c\x0a\ +\x73\x69\x6e\x67\x6c\x65\x52\x65\x3d\x52\x65\x2d\x72\x65\x63\x6f\ +\x67\x6e\x69\x74\x69\x6f\x6e\x20\x52\x65\x63\x74\x42\x6f\x78\x0a\ +\x6c\x61\x62\x65\x6c\x44\x69\x61\x6c\x6f\x67\x4f\x70\x74\x69\x6f\ +\x6e\x3d\x50\x6f\x70\x2d\x75\x70\x20\x4c\x61\x62\x65\x6c\x20\x49\ +\x6e\x70\x75\x74\x20\x44\x69\x61\x6c\x6f\x67\x0a\x75\x6e\x64\x6f\ +\x3d\x55\x6e\x64\x6f\x0a\x75\x6e\x64\x6f\x4c\x61\x73\x74\x50\x6f\ +\x69\x6e\x74\x3d\x55\x6e\x64\x6f\x20\x4c\x61\x73\x74\x20\x50\x6f\ +\x69\x6e\x74\x0a\x61\x75\x74\x6f\x53\x61\x76\x65\x4d\x6f\x64\x65\ +\x3d\x41\x75\x74\x6f\x20\x45\x78\x70\x6f\x72\x74\x20\x4c\x61\x62\ +\x65\x6c\x20\x4d\x6f\x64\x65\x0a\x6c\x6f\x63\x6b\x42\x6f\x78\x3d\ +\x4c\x6f\x63\x6b\x20\x73\x65\x6c\x65\x63\x74\x65\x64\x20\x62\x6f\ +\x78\x2f\x55\x6e\x6c\x6f\x63\x6b\x20\x61\x6c\x6c\x20\x62\x6f\x78\ +\x0a\x6c\x6f\x63\x6b\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\x4c\ \x6f\x63\x6b\x20\x73\x65\x6c\x65\x63\x74\x65\x64\x20\x62\x6f\x78\ \x2f\x55\x6e\x6c\x6f\x63\x6b\x20\x61\x6c\x6c\x20\x62\x6f\x78\x0a\ -\x6c\x6f\x63\x6b\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\x4c\x6f\ -\x63\x6b\x20\x73\x65\x6c\x65\x63\x74\x65\x64\x20\x62\x6f\x78\x2f\ -\x55\x6e\x6c\x6f\x63\x6b\x20\x61\x6c\x6c\x20\x62\x6f\x78\x0a\x6b\ -\x65\x79\x4c\x69\x73\x74\x54\x69\x74\x6c\x65\x3d\x4b\x65\x79\x20\ -\x4c\x69\x73\x74\x0a\x6b\x65\x79\x44\x69\x61\x6c\x6f\x67\x54\x69\ -\x70\x3d\x45\x6e\x74\x65\x72\x20\x6f\x62\x6a\x65\x63\x74\x20\x6c\ -\x61\x62\x65\x6c\x0a\x6b\x65\x79\x43\x68\x61\x6e\x67\x65\x3d\x43\ -\x68\x61\x6e\x67\x65\x20\x42\x6f\x78\x20\x4b\x65\x79\x0a\x54\x61\ -\x62\x6c\x65\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x3d\x54\ -\x61\x62\x6c\x65\x20\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\ -\x0a\x63\x65\x6c\x6c\x72\x65\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\ -\x6f\x6e\x3d\x43\x65\x6c\x6c\x20\x52\x65\x2d\x52\x65\x63\x6f\x67\ -\x6e\x69\x74\x69\x6f\x6e\x0a\x65\x78\x70\x6f\x72\x74\x4a\x53\x4f\ -\x4e\x3d\x45\x78\x70\x6f\x72\x74\x20\x54\x61\x62\x6c\x65\x20\x4c\ -\x61\x62\x65\x6c\x0a\x65\x78\x70\x61\x6e\x64\x42\x6f\x78\x3d\x45\ -\x78\x70\x61\x6e\x64\x20\x42\x6f\x78\x0a\x65\x78\x70\x61\x6e\x64\ -\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\x45\x78\x70\x61\x6e\x64\ -\x20\x42\x6f\x78\x0a\ +\x6b\x65\x79\x4c\x69\x73\x74\x54\x69\x74\x6c\x65\x3d\x4b\x65\x79\ +\x20\x4c\x69\x73\x74\x0a\x6b\x65\x79\x44\x69\x61\x6c\x6f\x67\x54\ +\x69\x70\x3d\x45\x6e\x74\x65\x72\x20\x6f\x62\x6a\x65\x63\x74\x20\ +\x6c\x61\x62\x65\x6c\x0a\x6b\x65\x79\x43\x68\x61\x6e\x67\x65\x3d\ +\x43\x68\x61\x6e\x67\x65\x20\x42\x6f\x78\x20\x4b\x65\x79\x0a\x54\ +\x61\x62\x6c\x65\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\x6e\x3d\ +\x54\x61\x62\x6c\x65\x20\x52\x65\x63\x6f\x67\x6e\x69\x74\x69\x6f\ +\x6e\x0a\x63\x65\x6c\x6c\x72\x65\x52\x65\x63\x6f\x67\x6e\x69\x74\ +\x69\x6f\x6e\x3d\x43\x65\x6c\x6c\x20\x52\x65\x2d\x52\x65\x63\x6f\ +\x67\x6e\x69\x74\x69\x6f\x6e\x0a\x65\x78\x70\x6f\x72\x74\x4a\x53\ +\x4f\x4e\x3d\x45\x78\x70\x6f\x72\x74\x20\x54\x61\x62\x6c\x65\x20\ +\x4c\x61\x62\x65\x6c\x0a\x65\x78\x70\x61\x6e\x64\x42\x6f\x78\x3d\ +\x45\x78\x70\x61\x6e\x64\x20\x42\x6f\x78\x0a\x65\x78\x70\x61\x6e\ +\x64\x42\x6f\x78\x44\x65\x74\x61\x69\x6c\x3d\x45\x78\x70\x61\x6e\ +\x64\x20\x42\x6f\x78\x0a\ \x00\x00\x0e\x35\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -11618,21 +11624,21 @@ \x00\x00\x00\xfc\x00\x00\x00\x00\x00\x01\x00\x02\x2b\xd3\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x02\x30\x8c\ \x00\x00\x01\x20\x00\x00\x00\x00\x00\x01\x00\x02\x34\xdb\ -\x00\x00\x01\x40\x00\x00\x00\x00\x00\x01\x00\x02\x42\x59\ -\x00\x00\x01\x5a\x00\x00\x00\x00\x00\x01\x00\x02\x45\x6f\ -\x00\x00\x01\x74\x00\x00\x00\x00\x00\x01\x00\x02\x49\xc1\ -\x00\x00\x01\x8a\x00\x00\x00\x00\x00\x01\x00\x02\x4d\xf7\ -\x00\x00\x01\xa4\x00\x00\x00\x00\x00\x01\x00\x02\x57\x3b\ -\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x02\x5f\x97\ -\x00\x00\x01\xc8\x00\x00\x00\x00\x00\x01\x00\x02\x60\xea\ -\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x02\x6a\x3b\ -\x00\x00\x01\xf2\x00\x00\x00\x00\x00\x01\x00\x02\x6f\x94\ -\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x02\x7b\x79\ -\x00\x00\x02\x20\x00\x00\x00\x00\x00\x01\x00\x02\x7e\x20\ -\x00\x00\x02\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x8e\x9c\ -\x00\x00\x02\x4e\x00\x00\x00\x00\x00\x01\x00\x02\x99\x9b\ -\x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x02\xaa\x14\ -\x00\x00\x02\x7e\x00\x00\x00\x00\x00\x01\x00\x02\xb7\x7e\ +\x00\x00\x01\x40\x00\x00\x00\x00\x00\x01\x00\x02\x42\x8c\ +\x00\x00\x01\x5a\x00\x00\x00\x00\x00\x01\x00\x02\x45\xa2\ +\x00\x00\x01\x74\x00\x00\x00\x00\x00\x01\x00\x02\x49\xf4\ +\x00\x00\x01\x8a\x00\x00\x00\x00\x00\x01\x00\x02\x4e\x2a\ +\x00\x00\x01\xa4\x00\x00\x00\x00\x00\x01\x00\x02\x57\x6e\ +\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x02\x5f\xca\ +\x00\x00\x01\xc8\x00\x00\x00\x00\x00\x01\x00\x02\x61\x1d\ +\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x02\x6a\x6e\ +\x00\x00\x01\xf2\x00\x00\x00\x00\x00\x01\x00\x02\x6f\xc7\ +\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x02\x7b\xac\ +\x00\x00\x02\x20\x00\x00\x00\x00\x00\x01\x00\x02\x7e\x53\ +\x00\x00\x02\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x8e\xcf\ +\x00\x00\x02\x4e\x00\x00\x00\x00\x00\x01\x00\x02\x99\xce\ +\x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x02\xaa\x47\ +\x00\x00\x02\x7e\x00\x00\x00\x00\x00\x01\x00\x02\xb7\xe2\ " qt_resource_struct_v2 = b"\ @@ -11679,36 +11685,36 @@ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x02\x30\x8c\ \x00\x00\x01\x91\xcb\x74\xa9\xfd\ \x00\x00\x01\x20\x00\x00\x00\x00\x00\x01\x00\x02\x34\xdb\ -\x00\x00\x01\x91\xd7\x57\x38\x96\ -\x00\x00\x01\x40\x00\x00\x00\x00\x00\x01\x00\x02\x42\x59\ +\x00\x00\x01\x91\xe1\x5d\x74\xeb\ +\x00\x00\x01\x40\x00\x00\x00\x00\x00\x01\x00\x02\x42\x8c\ \x00\x00\x01\x91\xcb\x74\xa9\xf5\ -\x00\x00\x01\x5a\x00\x00\x00\x00\x00\x01\x00\x02\x45\x6f\ +\x00\x00\x01\x5a\x00\x00\x00\x00\x00\x01\x00\x02\x45\xa2\ \x00\x00\x01\x91\xcb\x74\xa9\xf5\ -\x00\x00\x01\x74\x00\x00\x00\x00\x00\x01\x00\x02\x49\xc1\ +\x00\x00\x01\x74\x00\x00\x00\x00\x00\x01\x00\x02\x49\xf4\ \x00\x00\x01\x91\xcb\x74\xa9\xfd\ -\x00\x00\x01\x8a\x00\x00\x00\x00\x00\x01\x00\x02\x4d\xf7\ +\x00\x00\x01\x8a\x00\x00\x00\x00\x00\x01\x00\x02\x4e\x2a\ \x00\x00\x01\x91\xcb\x74\xa9\xf1\ -\x00\x00\x01\xa4\x00\x00\x00\x00\x00\x01\x00\x02\x57\x3b\ +\x00\x00\x01\xa4\x00\x00\x00\x00\x00\x01\x00\x02\x57\x6e\ \x00\x00\x01\x91\xcb\x74\xa9\xf0\ -\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x02\x5f\x97\ +\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x02\x5f\xca\ \x00\x00\x01\x91\xcb\x74\xa9\xf3\ -\x00\x00\x01\xc8\x00\x00\x00\x00\x00\x01\x00\x02\x60\xea\ +\x00\x00\x01\xc8\x00\x00\x00\x00\x00\x01\x00\x02\x61\x1d\ \x00\x00\x01\x91\xcb\x74\xa9\xf6\ -\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x02\x6a\x3b\ +\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x02\x6a\x6e\ \x00\x00\x01\x91\xcb\x74\xa9\xf4\ -\x00\x00\x01\xf2\x00\x00\x00\x00\x00\x01\x00\x02\x6f\x94\ +\x00\x00\x01\xf2\x00\x00\x00\x00\x00\x01\x00\x02\x6f\xc7\ \x00\x00\x01\x91\xcb\x74\xa9\xfc\ -\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x02\x7b\x79\ +\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x02\x7b\xac\ \x00\x00\x01\x91\xcb\x74\xa9\xf6\ -\x00\x00\x02\x20\x00\x00\x00\x00\x00\x01\x00\x02\x7e\x20\ +\x00\x00\x02\x20\x00\x00\x00\x00\x00\x01\x00\x02\x7e\x53\ \x00\x00\x01\x91\xcb\x74\xa9\xfa\ -\x00\x00\x02\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x8e\x9c\ +\x00\x00\x02\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x8e\xcf\ \x00\x00\x01\x91\xcb\x74\xa9\xfa\ -\x00\x00\x02\x4e\x00\x00\x00\x00\x00\x01\x00\x02\x99\x9b\ +\x00\x00\x02\x4e\x00\x00\x00\x00\x00\x01\x00\x02\x99\xce\ \x00\x00\x01\x91\xcb\x74\xa9\xfa\ -\x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x02\xaa\x14\ -\x00\x00\x01\x91\xd7\x57\x25\x79\ -\x00\x00\x02\x7e\x00\x00\x00\x00\x00\x01\x00\x02\xb7\x7e\ +\x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x02\xaa\x47\ +\x00\x00\x01\x91\xe1\x5e\x14\x2a\ +\x00\x00\x02\x7e\x00\x00\x00\x00\x00\x01\x00\x02\xb7\xe2\ \x00\x00\x01\x91\xcb\x74\xa9\xfa\ " diff --git a/resources/strings/strings-en.properties b/resources/strings/strings-en.properties index da1122b..bbc69dd 100644 --- a/resources/strings/strings-en.properties +++ b/resources/strings/strings-en.properties @@ -79,6 +79,7 @@ IR=Image Resize autoRecognition=Auto Recognition reRecognition=Re-recognition autoReRecognition=Auto Re-recognition +autoSaveUnsavedChanges=Auto Save Unsaved changes mfile=File medit=Edit mview=View diff --git a/resources/strings/strings-zh-CN.properties b/resources/strings/strings-zh-CN.properties index 255997e..54929c7 100644 --- a/resources/strings/strings-zh-CN.properties +++ b/resources/strings/strings-zh-CN.properties @@ -79,6 +79,7 @@ IR=图片缩放 autoRecognition=自动标注 reRecognition=重新识别 autoReRecognition=自动重新识别 +autoSaveUnsavedChanges=自动保存未提交变更 mfile=文件 medit=编辑 mview=视图