frontengine-dev 0.0.60__py3-none-any.whl → 0.0.62__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- frontengine/ui/page/scene_setting/scene_manager.py +6 -0
- frontengine/utils/critical_exit/critical_exit.py +0 -1
- {frontengine_dev-0.0.60.dist-info → frontengine_dev-0.0.62.dist-info}/METADATA +2 -5
- {frontengine_dev-0.0.60.dist-info → frontengine_dev-0.0.62.dist-info}/RECORD +7 -7
- {frontengine_dev-0.0.60.dist-info → frontengine_dev-0.0.62.dist-info}/LICENSE +0 -0
- {frontengine_dev-0.0.60.dist-info → frontengine_dev-0.0.62.dist-info}/WHEEL +0 -0
- {frontengine_dev-0.0.60.dist-info → frontengine_dev-0.0.62.dist-info}/top_level.txt +0 -0
@@ -38,11 +38,17 @@ class SceneManagerUI(QWidget):
|
|
38
38
|
language_wrapper.language_word_dict.get("Show on all screen")
|
39
39
|
)
|
40
40
|
self.show_on_all_screen_checkbox.clicked.connect(self.set_show_all_screen)
|
41
|
+
# Clear json button
|
42
|
+
self.clear_json_button = QPushButton(
|
43
|
+
language_wrapper.language_word_dict.get("scene_script_clear")
|
44
|
+
)
|
45
|
+
self.clear_json_button.clicked.connect(self.json_plaintext.clear)
|
41
46
|
# Add to layout
|
42
47
|
self.grid_layout.addWidget(self.json_plaintext, 0, 0, -1, -1)
|
43
48
|
self.grid_layout.addWidget(self.read_scene_json_button, 1, 0)
|
44
49
|
self.grid_layout.addWidget(self.write_scene_json_button, 1, 1)
|
45
50
|
self.grid_layout.addWidget(self.show_on_all_screen_checkbox, 2, 0)
|
51
|
+
self.grid_layout.addWidget(self.clear_json_button, 2, 1)
|
46
52
|
self.grid_layout.addWidget(self.start_button, 3, 0, 1, 0)
|
47
53
|
self.setLayout(self.grid_layout)
|
48
54
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: frontengine_dev
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.62
|
4
4
|
Summary: FrontEngine is BingGPT that can use-define front end or only use like screen saver
|
5
5
|
Author-email: JE-Chen <jechenmailman@gmail.com>
|
6
6
|
License: MIT
|
@@ -18,10 +18,7 @@ Description-Content-Type: text/markdown
|
|
18
18
|
License-File: LICENSE
|
19
19
|
Requires-Dist: PySide6
|
20
20
|
Requires-Dist: qt-material
|
21
|
-
Requires-Dist:
|
22
|
-
Requires-Dist: pyttsx3
|
23
|
-
Requires-Dist: SpeechRecognition
|
24
|
-
Requires-Dist: PyAudio
|
21
|
+
Requires-Dist: je-auto-control
|
25
22
|
|
26
23
|
[](https://pepy.tech/project/frontengine)
|
27
24
|
|
@@ -41,7 +41,7 @@ frontengine/ui/page/gif/gif_setting_ui.py,sha256=HherbCmOJgO5TLXHt9sflTspmCQh1pv
|
|
41
41
|
frontengine/ui/page/image/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
42
42
|
frontengine/ui/page/image/image_setting_ui.py,sha256=0in02Swq_qM-jZNevgoZe0QzjbnAl5L0ZMHOTHzQbrQ,6038
|
43
43
|
frontengine/ui/page/scene_setting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
44
|
-
frontengine/ui/page/scene_setting/scene_manager.py,sha256=
|
44
|
+
frontengine/ui/page/scene_setting/scene_manager.py,sha256=3s7UlMbQVTyDZd725wdzDvXqeiunE1Q5UQj5hxWGhIs,4978
|
45
45
|
frontengine/ui/page/scene_setting/scene_setting_ui.py,sha256=jc6BGKHJGmPbFxChyILW3BBU_EF1yT0l63OJNqJYWSM,2590
|
46
46
|
frontengine/ui/page/scene_setting/scene_page/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
47
|
frontengine/ui/page/scene_setting/scene_page/gif.py,sha256=DS6HHx-SRtliWwr-KD8UpH6lxufeudyUVQgv41iMdE0,4436
|
@@ -65,7 +65,7 @@ frontengine/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
65
65
|
frontengine/utils/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
66
66
|
frontengine/utils/browser/browser.py,sha256=BQBjJpbTubqruUvg75O21SUhawFdVhDmuYxtd_FN1Gs,85
|
67
67
|
frontengine/utils/critical_exit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
|
-
frontengine/utils/critical_exit/critical_exit.py,sha256=
|
68
|
+
frontengine/utils/critical_exit/critical_exit.py,sha256=jAWQ3vtz5rCILAuFikOn-7gaTCltX3jGKc1yn2UaVy0,589
|
69
69
|
frontengine/utils/exception/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
70
70
|
frontengine/utils/exception/exception_tags.py,sha256=V4R_RlNYX_zgAKU9I7NLimYic--oF-2qHDHCwpVYHcc,325
|
71
71
|
frontengine/utils/exception/exceptions.py,sha256=ZGY8HPvx3PGQkH_5VKF3IQMmkkUbBKJILTGn4o2Y4-g,296
|
@@ -91,8 +91,8 @@ frontengine/utils/multi_language/simplified_chinese.py,sha256=wDnne4PiVA3eJ9Q4sx
|
|
91
91
|
frontengine/utils/multi_language/traditional_chinese.py,sha256=SSE338u2Y_-N0fumIVeBBRhnvjizT92tQdYcOJiMSFM,6083
|
92
92
|
frontengine/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
93
93
|
frontengine/utils/redirect_manager/redirect_manager_class.py,sha256=zGJeVpjRU12MCnhVAdksAIhK_IhddI4cNKVb7DMgOZA,1888
|
94
|
-
frontengine_dev-0.0.
|
95
|
-
frontengine_dev-0.0.
|
96
|
-
frontengine_dev-0.0.
|
97
|
-
frontengine_dev-0.0.
|
98
|
-
frontengine_dev-0.0.
|
94
|
+
frontengine_dev-0.0.62.dist-info/LICENSE,sha256=b3VlPBXnrDylKGffOEOLWMgOX-yfd65XC7PA1_sox2o,1085
|
95
|
+
frontengine_dev-0.0.62.dist-info/METADATA,sha256=HY4fOIQomBqCYkAnBSkHpEm2PDmE55uuub3r7gqxM9k,2087
|
96
|
+
frontengine_dev-0.0.62.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
97
|
+
frontengine_dev-0.0.62.dist-info/top_level.txt,sha256=btCybScN_ubeQ8phsSDBB0T-HyHjqt7b-WPy61uTox0,12
|
98
|
+
frontengine_dev-0.0.62.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|