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
Create two QML files: ThermometerValueComponent and BatteryValueComponent. Have two properties: textColor and componentColor, that change the color of the title and component respectively. Also have a value property that corresponds to the actual value displayed. This value should be passed through to the thermometer and battery components so they display the correct values.
Acceptance Criteria
Title and component colors are customizable
looks like mocks
value is changable
thermometer and battery changes based on value
Proposed Solution
use new thermometer and battery components
Mocks
The text was updated successfully, but these errors were encountered:
Description
Create two QML files: ThermometerValueComponent and BatteryValueComponent. Have two properties: textColor and componentColor, that change the color of the title and component respectively. Also have a value property that corresponds to the actual value displayed. This value should be passed through to the thermometer and battery components so they display the correct values.
Acceptance Criteria
Proposed Solution
use new thermometer and battery components
Mocks
The text was updated successfully, but these errors were encountered: