gui-utilities 1.2.0__tar.gz → 1.2.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.2.0
3
+ Version: 1.2.2
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
@@ -253,6 +253,7 @@ def create_text_box(
253
253
  toggle_text_visibility_action.setDefaultWidget(toggle_text_visibility_button)
254
254
  style_sheet = f"""
255
255
  QToolButton {{
256
+ background-color: transparent;
256
257
  border: none;
257
258
  margin-right: 10px;
258
259
  }}
@@ -411,8 +412,10 @@ def create_checkbox(
411
412
  background-color: {checked_indicator_background_color};
412
413
  border: {checked_indicator_border_width}px solid {checked_indicator_border_color};
413
414
  }}
414
- QCheckBox::indicator:disabled {{
415
+ QCheckBox:disabled {{
415
416
  color: {disabled_font_color};
417
+ }}
418
+ QCheckBox::indicator:disabled {{
416
419
  background-color: {disabled_background_color};
417
420
  border: {disabled_border_width}px solid {disabled_border_color};
418
421
  }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gui_utilities
3
- Version: 1.2.0
3
+ Version: 1.2.2
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,6 +1,6 @@
1
1
  [project]
2
2
  name = "gui_utilities"
3
- version = "1.2.0"
3
+ version = "1.2.2"
4
4
  description = "Librería de utilidades gráficas en PyQt6"
5
5
  authors = [{name = "Guido Iván Gross", email = "grossguidoivan@gmail.com"}]
6
6
  requires-python = ">=3.8"
File without changes
File without changes
File without changes