Add a control called LingmoSettings
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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