diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBar.qml index 0e0e0cc4872defc09ac7b609c57089ceb990d742..f5cdf2098bc0caffce0c8d9490d63c09411c2e9c 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 {