Skip to content

change color of regulation temp box #14

@gitj

Description

@gitj

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions