refactoring and other stuff

This commit is contained in:
2022-08-31 13:03:17 +02:00
parent e651fddd56
commit d29a961763
3 changed files with 135 additions and 119 deletions

View File

@@ -30,6 +30,8 @@ class MyJsonEncoder(json.JSONEncoder):
return json.JSONEncoder.default(self, obj)
class AppCfg(QSettings):
GBL_FLD_SCR_SHOT="global/folder_screenshot"
GEO_OPT_CTR='geometry/opt_ctr'
GEO_PIX2POS='geometry/pix2pos'