mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
adjustments needed for latest mobilecomponents
- flickable is gone, Page now just takes the children items, meaning we can remove this assignment - BasicListItem is factored out, and we now need it in our qrc Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
548d6fc956
commit
5d9881b8e1
4 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,6 @@ MobileComponents.Page {
|
|||
id: diveDetailsWindow
|
||||
width: parent.width
|
||||
objectName: "DiveDetails"
|
||||
flickable: flick
|
||||
|
||||
property string location
|
||||
property string gps
|
||||
|
|
|
@ -10,7 +10,6 @@ MobileComponents.Page {
|
|||
id: page
|
||||
objectName: "DiveList"
|
||||
color: MobileComponents.Theme.viewBackgroundColor
|
||||
flickable: diveListView
|
||||
|
||||
Component {
|
||||
id: diveDelegate
|
||||
|
|
|
@ -13,7 +13,7 @@ MobileComponents.Page {
|
|||
width: parent.width - MobileComponents.Units.gridUnit
|
||||
anchors.margins: MobileComponents.Units.gridUnit / 2
|
||||
objectName: "Log"
|
||||
flickable: logFlick
|
||||
|
||||
ScrollView {
|
||||
anchors.fill: parent
|
||||
Flickable {
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<file alias="org/kde/plasma/mobilecomponents/qmldir">mobilecomponents/qmldir</file>
|
||||
<file alias="org/kde/plasma/mobilecomponents/ActionGroup.qml">mobilecomponents/ActionGroup.qml</file>
|
||||
<file alias="org/kde/plasma/mobilecomponents/ApplicationWindow.qml">mobilecomponents/ApplicationWindow.qml</file>
|
||||
<file alias="org/kde/plasma/mobilecomponents/BasicListItem.qml">mobilecomponents/BasicListItem.qml</file>
|
||||
<file alias="org/kde/plasma/mobilecomponents/GlobalDrawer.qml">mobilecomponents/GlobalDrawer.qml</file>
|
||||
<file alias="org/kde/plasma/mobilecomponents/ContextDrawer.qml">mobilecomponents/ContextDrawer.qml</file>
|
||||
<file alias="org/kde/plasma/mobilecomponents/Page.qml">mobilecomponents/Page.qml</file>
|
||||
|
|
Loading…
Add table
Reference in a new issue