From 154b71cd6c598f45c02b8018dac14f486be738e9 Mon Sep 17 00:00:00 2001 From: jonymt <johanmt@yandex.ru> Date: Wed, 2 Oct 2019 18:03:40 +0200 Subject: [PATCH] [-] deleted test model --- CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml index 0e0e0cc..f5cdf20 100644 --- a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml +++ b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml @@ -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 { -- GitLab