gui-utilities 1.1.7__tar.gz → 1.1.9__tar.gz
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.
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/PKG-INFO +1 -1
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/gui_utilities.py +4 -6
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities.egg-info/PKG-INFO +1 -1
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/pyproject.toml +1 -1
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/LICENSE +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/README.md +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/checked_verification_mark_icon.png +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/focused_hide_text_icon.png +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/focused_show_text_icon.png +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/hide_text_icon.png +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/hover_verification_mark_icon.png +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/show_text_icon.png +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/tlds/tlds_list.txt +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities.egg-info/SOURCES.txt +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities.egg-info/dependency_links.txt +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities.egg-info/requires.txt +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities.egg-info/top_level.txt +0 -0
- {gui_utilities-1.1.7 → gui_utilities-1.1.9}/setup.cfg +0 -0
|
@@ -367,14 +367,15 @@ def create_checkbox(
|
|
|
367
367
|
indicator_background_color = "#1e1e1e",
|
|
368
368
|
indicator_border_width = 1,
|
|
369
369
|
indicator_border_color = "#5c5c5c",
|
|
370
|
-
indicator_border_radius =
|
|
370
|
+
indicator_border_radius = 7,
|
|
371
371
|
hover_indicator_background_color = "#333333",
|
|
372
372
|
hover_indicator_border_width = 2,
|
|
373
373
|
hover_indicator_border_color = "#777777",
|
|
374
374
|
pressed_indicator_background_color = "#4a4a4a",
|
|
375
375
|
pressed_indicator_border_width = 2,
|
|
376
376
|
pressed_indicator_border_color = "#0078d7",
|
|
377
|
-
|
|
377
|
+
checked_indicator_background_color = "#0078d7",
|
|
378
|
+
checked_indicator_border_width = 1,
|
|
378
379
|
checked_indicator_border_color = "#0078d7",
|
|
379
380
|
disabled_font_color = "#888888",
|
|
380
381
|
disabled_background_color = "#2d2d2d",
|
|
@@ -404,11 +405,8 @@ def create_checkbox(
|
|
|
404
405
|
border: {pressed_indicator_border_width}px solid {pressed_indicator_border_color};
|
|
405
406
|
}}
|
|
406
407
|
QCheckBox::indicator:checked {{
|
|
408
|
+
background-color: {checked_indicator_background_color};
|
|
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>");
|
|
412
410
|
}}
|
|
413
411
|
QCheckBox::indicator:disabled {{
|
|
414
412
|
color: {disabled_font_color};
|
|
File without changes
|
|
File without changes
|
{gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/checked_verification_mark_icon.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gui_utilities-1.1.7 → gui_utilities-1.1.9}/gui_utilities/icons/hover_verification_mark_icon.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|