Skip to content
Snippets Groups Projects
Commit 154b71cd authored by jonymt's avatar jonymt
Browse files

[-] deleted test model

parent 1f4ebb1e
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -8,18 +8,6 @@ Rectangle {
anchors.bottomMargin: 1
color: "#F2F2F4"
ListModel {
id: testModel
ListElement {
name: "First wallet"
balance: "$ 3 000"
}
ListElement {
name: "Second wallet"
balance: "$ 1 500"
}
}
ComboBox {
id: comboboxWallet
anchors.left: parent.left
......@@ -29,7 +17,6 @@ Rectangle {
anchors.topMargin: 10 * pt
anchors.bottomMargin: 10 * pt
model: dapChainWalletsModel
// model: testModel
textRole: "name"
indicator: Image {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment