gui-utilities 1.3.48__py3-none-any.whl → 1.3.51__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.
- gui_utilities/gui_utilities.py +4 -1
- {gui_utilities-1.3.48.dist-info → gui_utilities-1.3.51.dist-info}/METADATA +1 -1
- {gui_utilities-1.3.48.dist-info → gui_utilities-1.3.51.dist-info}/RECORD +6 -6
- {gui_utilities-1.3.48.dist-info → gui_utilities-1.3.51.dist-info}/WHEEL +0 -0
- {gui_utilities-1.3.48.dist-info → gui_utilities-1.3.51.dist-info}/licenses/LICENSE +0 -0
- {gui_utilities-1.3.48.dist-info → gui_utilities-1.3.51.dist-info}/top_level.txt +0 -0
gui_utilities/gui_utilities.py
CHANGED
|
@@ -594,6 +594,7 @@ def create_combo_box(
|
|
|
594
594
|
combo_box.setPlaceholderText(placeholder_text)
|
|
595
595
|
combo_box.addItems(items)
|
|
596
596
|
combo_box.setCurrentIndex(-1)
|
|
597
|
+
combo_box.view().setFocusPolicy(Qt.FocusPolicy.NoFocus)
|
|
597
598
|
if math_expression:
|
|
598
599
|
selected_item_label = create_label(
|
|
599
600
|
text = "",
|
|
@@ -660,7 +661,9 @@ def create_combo_box(
|
|
|
660
661
|
if index == -1:
|
|
661
662
|
text_color = "transparent" if math_expression else placeholder_font_color
|
|
662
663
|
combo_box.setStyleSheet(get_stylesheet(text_color))
|
|
663
|
-
else:
|
|
664
|
+
else:
|
|
665
|
+
text_color = "transparent" if math_expression else font_color
|
|
666
|
+
combo_box.setStyleSheet(get_stylesheet(text_color))
|
|
664
667
|
|
|
665
668
|
combo_box.currentIndexChanged.connect(change_color)
|
|
666
669
|
change_color(-1)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
gui_utilities/gui_utilities.py,sha256=
|
|
1
|
+
gui_utilities/gui_utilities.py,sha256=EZyAGk-RCt5Im7kRWHsGZRuVUd0-J9-mYUvykDADUMQ,52564
|
|
2
2
|
gui_utilities/icons/focused_hide_text_icon.png,sha256=0Ysx7vC-mEVfuSBWx1Zw-UhpqvrTCcIvnQ926wFmuK4,13084
|
|
3
3
|
gui_utilities/icons/focused_show_text_icon.png,sha256=gmZU7RR4FN-9VSzpD00ZkQ8UGbihO2y808Kh3b_TaEg,6739
|
|
4
4
|
gui_utilities/icons/hide_text_icon.png,sha256=f5jq6KaAygWNjzP_Ah6dw6eu8q5ml3m56JTeNSTSgEU,7207
|
|
5
5
|
gui_utilities/icons/show_text_icon.png,sha256=8Vdp2XickPEM-eTb1-qBXf3qmHldSzllMZZfObir9p8,5376
|
|
6
6
|
gui_utilities/tlds/tlds_list.txt,sha256=wIWmAQGVNsY0ZJy7qPW8kItDTCE4PTq8wcUhC2hpjkw,10916
|
|
7
|
-
gui_utilities-1.3.
|
|
8
|
-
gui_utilities-1.3.
|
|
9
|
-
gui_utilities-1.3.
|
|
10
|
-
gui_utilities-1.3.
|
|
11
|
-
gui_utilities-1.3.
|
|
7
|
+
gui_utilities-1.3.51.dist-info/licenses/LICENSE,sha256=NNoMFs43kWl1J-aqq7_EsPlBjL5XTccWjZlwrlCR-Xc,1093
|
|
8
|
+
gui_utilities-1.3.51.dist-info/METADATA,sha256=9q51Z6MTPIcec6Wkwrqvj6fK-xDXWy0Xx4jUWeuAcZs,266
|
|
9
|
+
gui_utilities-1.3.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
gui_utilities-1.3.51.dist-info/top_level.txt,sha256=c4C84nMT41keiX9b1AJJZDBU3kA38c7vOmP9kDie8Lk,14
|
|
11
|
+
gui_utilities-1.3.51.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|