gui-utilities 1.1.7__py3-none-any.whl → 1.1.8__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.

Potentially problematic release.


This version of gui-utilities might be problematic. Click here for more details.

@@ -379,7 +379,9 @@ def create_checkbox(
379
379
  disabled_font_color = "#888888",
380
380
  disabled_background_color = "#2d2d2d",
381
381
  disabled_border_width = 1,
382
- disabled_border_color = "#4a4a4a"
382
+ disabled_border_color = "#4a4a4a",
383
+ checked_verification_mark_icon_url = str(icons_dir / "checked_verification_mark_icon.png"),
384
+ hover_verification_mark_icon_url = str(icons_dir / "hover_verification_mark_icon.png")
383
385
  ):
384
386
  check_box = QCheckBox(text)
385
387
  style_sheet = f"""
@@ -405,10 +407,10 @@ def create_checkbox(
405
407
  }}
406
408
  QCheckBox::indicator:checked {{
407
409
  border: {checked_indicator_border_width}px solid {checked_indicator_border_color};
408
- image: url("data:image/svg+xml;utf8,\
409
- <svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\
410
- <path fill='%230078d7' d='M6 10l-3-3 1.5-1.5L6 7l5.5-5.5L13 3z'/>\
411
- </svg>");
410
+ image: url(file:///{checked_verification_mark_icon_url.replace('\\', '/')});
411
+ }}
412
+ QCheckBox::indicator:checked:hover {{
413
+ image: url(file:///{hover_verification_mark_icon_url.replace('\\', '/')});
412
414
  }}
413
415
  QCheckBox::indicator:disabled {{
414
416
  color: {disabled_font_color};
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.1.7
3
+ Version: 1.1.8
4
4
  Summary: Librería de utilidades gráficas en PyQt6
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -1,4 +1,4 @@
1
- gui_utilities/gui_utilities.py,sha256=GOZDI-bZ31CObHkGJi1QNzZdmRhHjTDxJbPvBJiSUnU,31742
1
+ gui_utilities/gui_utilities.py,sha256=ZUQMB2BfvSBp6QL1EqcPuE39MQ-PIVvCuI98leaknro,31915
2
2
  gui_utilities/icons/checked_verification_mark_icon.png,sha256=io3pvAu8cYugk5mmVGtGCKKzTSNLIINGMJcTySKv8e8,6587
3
3
  gui_utilities/icons/focused_hide_text_icon.png,sha256=0Ysx7vC-mEVfuSBWx1Zw-UhpqvrTCcIvnQ926wFmuK4,13084
4
4
  gui_utilities/icons/focused_show_text_icon.png,sha256=gmZU7RR4FN-9VSzpD00ZkQ8UGbihO2y808Kh3b_TaEg,6739
@@ -6,8 +6,8 @@ gui_utilities/icons/hide_text_icon.png,sha256=f5jq6KaAygWNjzP_Ah6dw6eu8q5ml3m56J
6
6
  gui_utilities/icons/hover_verification_mark_icon.png,sha256=V--qmtXpVl1LNCusQEgRcJk8RU6pfzCqYCRNOoeZR5c,7382
7
7
  gui_utilities/icons/show_text_icon.png,sha256=8Vdp2XickPEM-eTb1-qBXf3qmHldSzllMZZfObir9p8,5376
8
8
  gui_utilities/tlds/tlds_list.txt,sha256=wIWmAQGVNsY0ZJy7qPW8kItDTCE4PTq8wcUhC2hpjkw,10916
9
- gui_utilities-1.1.7.dist-info/licenses/LICENSE,sha256=NNoMFs43kWl1J-aqq7_EsPlBjL5XTccWjZlwrlCR-Xc,1093
10
- gui_utilities-1.1.7.dist-info/METADATA,sha256=8kYfGE_LRelSb9cgyCt81tTfEIeKJpCyyrU-4l5svfI,265
11
- gui_utilities-1.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- gui_utilities-1.1.7.dist-info/top_level.txt,sha256=c4C84nMT41keiX9b1AJJZDBU3kA38c7vOmP9kDie8Lk,14
13
- gui_utilities-1.1.7.dist-info/RECORD,,
9
+ gui_utilities-1.1.8.dist-info/licenses/LICENSE,sha256=NNoMFs43kWl1J-aqq7_EsPlBjL5XTccWjZlwrlCR-Xc,1093
10
+ gui_utilities-1.1.8.dist-info/METADATA,sha256=8NHYFb8m9dl-dfKLV8Ekl7z0HigzaDapmYdo4qSWPqA,265
11
+ gui_utilities-1.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ gui_utilities-1.1.8.dist-info/top_level.txt,sha256=c4C84nMT41keiX9b1AJJZDBU3kA38c7vOmP9kDie8Lk,14
13
+ gui_utilities-1.1.8.dist-info/RECORD,,