4
0
mirror of https://github.com/QuasarApp/DocsSite.git synced 2025-05-11 10:49:32 +00:00

temp commit (work on an optimisation of the ViewSolutions module)

This commit is contained in:
Andrei Yankovich 2020-10-10 13:26:00 +03:00
parent f61735ecd7
commit 818bef0e6d
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored

@ -65,3 +65,5 @@ CTestTestfile.cmake
_deps
*_autogen
Site/DeploymentSite/
Distro/

@ -1 +1 @@
Subproject commit cea929e9cbb3484a6244cf718a9490d6ac737a70
Subproject commit 499d5c3462bf0deaebf0d2ed0a9fc38f5a7e56ee

@ -22,12 +22,19 @@ ListView {
text: (data)? data.sourceText: ""
textMargins: 40
width: viewPort.width
viewground: viewPort
height: 400
// viewground: viewgroundItem
}
}
spacing: 24
// Item {
// id: viewgroundItem
// anchors.right: parent.right
// anchors.top: parent.top
// anchors.bottom: parent.bottom
// width: parent.width / 2
// }
}