docs: correct repository layout (config dialog lives in contents/config/)
This commit is contained in:
@@ -74,12 +74,13 @@ or `fetch failed, HTTP status: <code>`.
|
|||||||
```
|
```
|
||||||
metadata.desktop
|
metadata.desktop
|
||||||
contents/
|
contents/
|
||||||
├── config/main.xml # config schema (refreshMinutes, min 5, max 1440)
|
├── config/
|
||||||
├── images/bitcoin.svg # bundled Bitcoin icon
|
│ ├── main.xml # config schema (refreshMinutes, min 5, max 1440)
|
||||||
|
│ └── config.qml # config dialog registry (ConfigModel/ConfigCategory)
|
||||||
|
├── images/bitcoin.svg # bundled Bitcoin icon
|
||||||
└── ui/
|
└── ui/
|
||||||
├── main.qml # widget + fetch/compare logic
|
├── main.qml # widget + fetch/compare logic
|
||||||
├── config.qml # config dialog (categories)
|
└── configGeneral.qml # interval setting page
|
||||||
└── configGeneral.qml # interval setting
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Repackage yourself:
|
Repackage yourself:
|
||||||
|
|||||||
Reference in New Issue
Block a user