Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change color of regulation temp box #14

Open
gitj opened this issue Apr 15, 2014 · 0 comments
Open

change color of regulation temp box #14

gitj opened this issue Apr 15, 2014 · 0 comments

Comments

@gitj
Copy link
Member

gitj commented Apr 15, 2014

if the regulation temperature has been changed by the user, but the "update setpoint" button hasn't been pressed, then the color of the box should be changed until "update setupoint" is pushed. use code like this to change the color (need to adapt to PyQt)

QPalette pal = myComboBox->palette();
pal.setColor(QPalette::Base, pal.color(QPalette::Window));
myComboBox->setPalette(pal);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant