je-editor 0.0.195__py3-none-any.whl → 0.0.196__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
+ import pathlib
1
2
  from typing import List
2
3
 
3
4
  from PySide6.QtCore import Qt
5
+ from PySide6.QtNetwork import QNetworkCookie
4
6
  from PySide6.QtWebEngineCore import QWebEngineDownloadRequest
5
7
  from PySide6.QtWebEngineWidgets import QWebEngineView
6
8
 
@@ -18,7 +20,6 @@ class BrowserView(QWebEngineView):
18
20
  self.download_list: List[QWebEngineDownloadRequest] = list()
19
21
  self.download_window_list: List[BrowserDownloadWindow] = list()
20
22
  self.page().profile().downloadRequested.connect(self.download_file)
21
- self.setAttribute(Qt.WidgetAttribute.WA_DeleteOnClose)
22
23
 
23
24
  def download_file(self, download_instance: QWebEngineDownloadRequest):
24
25
  jeditor_logger.info("Download File "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: je_editor
3
- Version: 0.0.195
3
+ Version: 0.0.196
4
4
  Summary: JEditor is basic but powerful editor include GPT
5
5
  Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
@@ -17,7 +17,7 @@ Classifier: Operating System :: OS Independent
17
17
  Requires-Python: >=3.9
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
- Requires-Dist: PySide6==6.7.3
20
+ Requires-Dist: PySide6==6.8.2.1
21
21
  Requires-Dist: qt-material
22
22
  Requires-Dist: yapf
23
23
  Requires-Dist: frontengine
@@ -5,7 +5,7 @@ je_editor/pyside_ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
5
5
  je_editor/pyside_ui/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  je_editor/pyside_ui/browser/browser_download_window.py,sha256=KEO8AoZYSDuES0z5os9ziD44lS47kIo3kbd5iOUM2Go,2018
7
7
  je_editor/pyside_ui/browser/browser_serach_lineedit.py,sha256=GYX6faCIxl-HtRXHZoc3EAuK6Ll41jgUV3ksawY5rsc,899
8
- je_editor/pyside_ui/browser/browser_view.py,sha256=JNc5zBwhtHiBNLYfcS-TI9RcCe-s7DHPfvMlMc0h8vQ,1663
8
+ je_editor/pyside_ui/browser/browser_view.py,sha256=vH_-Xw1DE5RqTz-wYxkKl0X6tzpcFVKXQqMqay7tJiw,1661
9
9
  je_editor/pyside_ui/browser/browser_widget.py,sha256=0fVnl6ye4FBz3bnxm-0SSEWW8bGlHS5DqQmMew5CKDk,3031
10
10
  je_editor/pyside_ui/code/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  je_editor/pyside_ui/code/running_process_manager.py,sha256=VdfdprPNlPmMySOKDOjEEl5X9IsJVPSDb0a2KDKgiQg,1008
@@ -101,8 +101,8 @@ je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
101
101
  je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=RsLRbhBy_YyiwTN5g0YkoobI-BvSdZgX0Ot53nrHm7g,2174
102
102
  je_editor/utils/venv_check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
103
  je_editor/utils/venv_check/check_venv.py,sha256=oCrMdue4NYUUGrVifh_iHFwIgxVx9azYN4jz3Xiulgg,999
104
- je_editor-0.0.195.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
105
- je_editor-0.0.195.dist-info/METADATA,sha256=aS8sqN1DPe0PjD4ombaJG1S8mrulm2hprEnCPCS_KnI,3338
106
- je_editor-0.0.195.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
107
- je_editor-0.0.195.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
108
- je_editor-0.0.195.dist-info/RECORD,,
104
+ je_editor-0.0.196.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
105
+ je_editor-0.0.196.dist-info/METADATA,sha256=YhBM3FsUyHkQBo3V1RdfMefTQgHxtB0LQ0sq0XZ-PFE,3340
106
+ je_editor-0.0.196.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
107
+ je_editor-0.0.196.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
108
+ je_editor-0.0.196.dist-info/RECORD,,