LingmoOS / LingmoOS/LingmoUI

Add a control called LingmoSettings

Open
#29 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
QML
Stars
20
Forks
9
PR merge metrics
No merged PRs in 30d

Description

LingmoSettings is a object that allows user to create custom properties.
Many applications has the settings function and LingmoSettings stores the options
LingmoSettings used like this:
```qml
LingmoSettings{
id:settings
sourceFile: 'path/to/the/file'
}
```
then can call or update the value by the key:
```qml
settings.
settings.=
```
when the key is updated then the value will be write into the file at once.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name a file, test, or entry point. Review the existing LingmoUI control structure and determine how a LingmoSettings control can expose custom properties, accept sourceFile, and persist updates; done means the shown QML usage works and updated values are written to the specified file.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.