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

QML - Icon Value Components #130

Open
4 tasks
mattrwang opened this issue Nov 24, 2024 · 0 comments
Open
4 tasks

QML - Icon Value Components #130

mattrwang opened this issue Nov 24, 2024 · 0 comments
Assignees

Comments

@mattrwang
Copy link
Collaborator

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

  • 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

image
image

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

2 participants