added PageHome, PageSettings, PageShare, PageStart

- renamed old PageStart to PageSetupWizardStart
- added various text types
- moved servers model to "global" scope
This commit is contained in:
vladimir.kuznetsov 2023-05-06 06:52:23 +03:00
parent 4f36349630
commit 1c8dbae359
28 changed files with 735 additions and 226 deletions

View file

@ -64,7 +64,6 @@ PageBase {
FileDialog {
id: fileDialog
// currentFolder: StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0]
onAccepted: {
}
@ -76,7 +75,7 @@ PageBase {
color: "#2C2D30"
}
//todo ifdef mobile platforms>
//todo ifdef mobile platforms
LabelWithButtonType {
Layout.fillWidth: true