big refactoring of API system
This commit is contained in:
parent
27124380e4
commit
7a116bfdf2
37 changed files with 1060 additions and 534 deletions
|
@ -5,7 +5,7 @@ import QtQuick
|
|||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
import magpie.Models as Models
|
||||
import magpie
|
||||
import magpie.Components as Components
|
||||
|
||||
Item {
|
||||
|
@ -28,9 +28,11 @@ Item {
|
|||
id: listView
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
model: Models.Assets
|
||||
model: Magpie.assets
|
||||
spacing: 5
|
||||
delegate: Components.AssetLine {
|
||||
height: 20
|
||||
width: listView.width
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue