UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.33k stars 247 forks source link

QLineEdit widgets don't look like provided screenshots. #112

Open josys36 opened 5 months ago

josys36 commented 5 months ago

When I go into a QLineEdit widget and add text, the widget looks normal. The text is the primary color and highlighting the text also works normally. My guess is that QTextEdit would look the same. Seems like this effects input widgets.

However, when I tab out of the widget the text goes black and can no longer be seen. This does not look like the screen shots where it shows the text in the primary color.

I'm running Kubuntu Linux and haven't tested this on Windows yet.

Jason