You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to change the font color based on current temp?
I'm new to python and this is my first project. I've been able to resize some elements and move them around to better suit my needs. I was trying to set up different font colors based on temperature, but mainly couldn't find what varible it's stored as. I tried I few tihngs in the weather call that didn't exactly work.
My thinking is to set the font color in the weather call, based on the temp, along with all the other weather based text, then call it back during rendering.
Put in at ln 421
if (temper <= 32):
tempcolor.setText('#3300cc')
etc, different colors for the different ranges
Replace Config.textcolor with tempcolor in ln 2404 in the temp.setStyleSheet
Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Is it possible to change the font color based on current temp?
I'm new to python and this is my first project. I've been able to resize some elements and move them around to better suit my needs. I was trying to set up different font colors based on temperature, but mainly couldn't find what varible it's stored as. I tried I few tihngs in the weather call that didn't exactly work.
My thinking is to set the font color in the weather call, based on the temp, along with all the other weather based text, then call it back during rendering.
Put in at ln 421
if (temper <= 32):
tempcolor.setText('#3300cc')
etc, different colors for the different ranges
Replace Config.textcolor with tempcolor in ln 2404 in the temp.setStyleSheet
Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: