vunghixuan 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vunghixuan/create_gui.py +2 -2
- {vunghixuan-0.1.3.dist-info → vunghixuan-0.1.4.dist-info}/METADATA +1 -1
- {vunghixuan-0.1.3.dist-info → vunghixuan-0.1.4.dist-info}/RECORD +6 -6
- {vunghixuan-0.1.3.dist-info → vunghixuan-0.1.4.dist-info}/WHEEL +0 -0
- {vunghixuan-0.1.3.dist-info → vunghixuan-0.1.4.dist-info}/entry_points.txt +0 -0
- {vunghixuan-0.1.3.dist-info → vunghixuan-0.1.4.dist-info}/top_level.txt +0 -0
vunghixuan/create_gui.py
CHANGED
@@ -276,10 +276,10 @@ class MyWindow(QMainWindow):
|
|
276
276
|
|
277
277
|
def update_color_theme(self):
|
278
278
|
color_fnt_bg = self.header.theme_selector.currentText()
|
279
|
-
with open('
|
279
|
+
with open('settings.py', 'r', encoding='utf-8' ) as file:
|
280
280
|
lines = file.readlines()
|
281
281
|
|
282
|
-
with open('
|
282
|
+
with open('settings.py', 'w', encoding='utf-8') as file:
|
283
283
|
for line in lines:
|
284
284
|
if line.startswith('color_fnt_bg'):
|
285
285
|
file.write(f"color_fnt_bg = COLOR_FONT_BACKGROUND['{color_fnt_bg}']\n")
|
@@ -1,12 +1,12 @@
|
|
1
1
|
vunghixuan/__init__.py,sha256=XJZldrnzPcJ9Okg129nZo82TDpxOm6amb5xAX5rkzyg,38
|
2
2
|
vunghixuan/api_and_otp.py,sha256=qmqVzLgnqYW1fFIpuh8PefTChiFXRHG3yhZb8aJwlZ8,568
|
3
|
-
vunghixuan/create_gui.py,sha256=
|
3
|
+
vunghixuan/create_gui.py,sha256=CBmDHKrU8XDh5D23NjO9-aR0Z1AXjgaiUFKwJao8kA4,10161
|
4
4
|
vunghixuan/create_project.py,sha256=em94tNc1Wj8jL8CCf9MLNqjBMecF78zx6VtmloTHSiI,1917
|
5
5
|
vunghixuan/login.py,sha256=f_D1Q8u3HMxMGTc9MX76oGyttSLf0OMKLZDGAV4d5p8,3004
|
6
6
|
vunghixuan/main.py,sha256=UXIPv09rCDvozi73EFYdCfbVUSJ0FhNWlPh8bwoGVfw,1089
|
7
7
|
vunghixuan/settings.py,sha256=srShsnEDDr_74JPBMRhnITQwgy8uW4RhwUi5zhsvj3I,742
|
8
|
-
vunghixuan-0.1.
|
9
|
-
vunghixuan-0.1.
|
10
|
-
vunghixuan-0.1.
|
11
|
-
vunghixuan-0.1.
|
12
|
-
vunghixuan-0.1.
|
8
|
+
vunghixuan-0.1.4.dist-info/METADATA,sha256=9r5D_bdRGH8zwqQtIA_SgtyyBXMi2VtAiwVMd9uTiTU,208
|
9
|
+
vunghixuan-0.1.4.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
10
|
+
vunghixuan-0.1.4.dist-info/entry_points.txt,sha256=ItPfGjQnpyp6eR1oHdSbpfuf309GxCvEpX64UwBBTAU,52
|
11
|
+
vunghixuan-0.1.4.dist-info/top_level.txt,sha256=_Q6TIeNruS-ZEyAlP1gS80DCPggKksv8GoO396v9gr8,11
|
12
|
+
vunghixuan-0.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|