Skip to content
Snippets Groups Projects
Commit 5930ad6c authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'bugs-2864' into 'develop'

[*] Cleared qml code.

See merge request !70
parents 9581fd7e c00d17ad
No related branches found
No related tags found
1 merge request!70[*] Cleared qml code.
Pipeline #1579 passed with stage
in 20 minutes and 8 seconds
Showing
with 0 additions and 321 deletions
import QtQuick 2.0
import QtQuick.Window 2.0
Item {
id: dapDevice
property string device: dp()
property int dpi: Screen.pixelDensity * 25.4
function dp(){
if(dpi < 120) {
device = "desktop"
} else {
device = "mobile"
}
}
}
<RCC>
<qresource prefix="/">
<file>CellFrameDashboardGUI.conf</file>
<file>res/icons/ic_arrow_drop_down_dark_blue.png</file>
<file>res/icons/ic_arrow_drop_up_dark_blue.png</file>
<file>res/cellframe-logo.svg</file>
<file>res/Settings.json</file>
<file>res/fonts/roboto_light.ttf</file>
<file>res/fonts/roboto_medium.ttf</file>
<file>res/fonts/roboto_regular.ttf</file>
<file>res/icons/back_icon.png</file>
<file>res/icons/back_icon_hover.png</file>
<file>res/icons/close_icon.png</file>
<file>res/icons/close_icon_hover.png</file>
<file>res/icons/dashboard.icns</file>
<file>res/icons/defaul_icon.png</file>
<file>res/icons/ic_arrow_drop_down.png</file>
<file>res/icons/ic_arrow_drop_up.png</file>
<file>res/icons/ic_copy.png</file>
<file>res/icons/ic_copy_hover.png</file>
<file>res/icons/ic_edit.png</file>
<file>res/icons/ic_edit_hover.png</file>
<file>res/icons/ic_scroll-down.png</file>
<file>res/icons/ic_scroll-down_hover.png</file>
<file>res/icons/ic_scroll-up.png</file>
<file>res/icons/ic_scroll-up_hover.png</file>
<file>res/icons/icon.png</file>
<file>res/icons/icon_console.png</file>
<file>res/icons/icon_console_hover.png</file>
<file>res/icons/icon_dashboard.png</file>
......@@ -37,10 +16,6 @@
<file>res/icons/icon_logs_hover.png</file>
<file>res/icons/icon_settings.png</file>
<file>res/icons/icon_settings_hover.png</file>
<file>res/icons/new-payment_icon.png</file>
<file>res/icons/new-wallet_icon_dark.png</file>
<file>res/icons/new-wallet_icon_dark_hover.png</file>
<file>res/icons/icon_arrow_down.png</file>
<file>main.qml</file>
<file>res/icons/cellframe-logo-dashboard.png</file>
<file>screen/DapMainApplicationWindow.qml</file>
......@@ -53,11 +28,6 @@
<file>screen/DapAbstractScreenForm.ui.qml</file>
<file>screen/DapAbstractRightPanel.qml</file>
<file>screen/DapAbstractRightPanelForm.ui.qml</file>
<file>screen/desktop/Console/DapUiQmlScreenConsoleForm.ui.qml</file>
<file>screen/desktop/Console/DapUiQmlWidgetConsole.qml</file>
<file>screen/desktop/Console/DapUiQmlWidgetConsoleForm.ui.qml</file>
<file>screen/desktop/Console/DapUiQmlWidgetConsoleLastActionsDelegateForm.qml</file>
<file>screen/desktop/Console/DapUiQmlWidgetConsoleLastActionsForm.qml</file>
<file>screen/desktop/Dashboard/DapDashboardRightPanel.qml</file>
<file>screen/desktop/Dashboard/DapDashboardRightPanelForm.ui.qml</file>
<file>screen/desktop/Dashboard/DapDashboardScreen.qml</file>
......@@ -74,7 +44,6 @@
<file>screen/desktop/Exchange/DapExchangeTabForm.ui.qml</file>
<file>screen/desktop/Exchange/DapExchangeTopPanel.qml</file>
<file>screen/desktop/Exchange/DapExchangeTopPanelForm.ui.qml</file>
<file>screen/desktop/Explorer/DapUiQmlWidgetNodeNetworkExplorer.qml</file>
<file>screen/desktop/History/DapHistoryRightPanel.qml</file>
<file>screen/desktop/History/DapHistoryRightPanelForm.ui.qml</file>
<file>screen/desktop/History/DapHistoryScreen.qml</file>
......@@ -83,43 +52,6 @@
<file>screen/desktop/History/DapHistoryTabForm.ui.qml</file>
<file>screen/desktop/History/DapHistoryTopPanel.qml</file>
<file>screen/desktop/History/DapHistoryTopPanelForm.ui.qml</file>
<file>screen/desktop/LastAction/DapRadioButton.qml</file>
<file>screen/desktop/LastAction/DapUiQmlRecoveryNotesForm.ui.qml</file>
<file>screen/desktop/LastAction/DapUiQmlRecoveryQrForm.ui.qml</file>
<file>screen/desktop/LastAction/DapUiQmlScreenDialogAddWallet.qml</file>
<file>screen/desktop/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml</file>
<file>screen/desktop/LastAction/DapUiQmlScreenDialogAddWalletHeader.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWalletCreated.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWalletCreatedForm.ui.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWalletCreatedHeader.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetHistoryLastActions.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetLastActions.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetLastActionsButtonForm.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetLastActionsDelegateForm.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetLastActionsForm.ui.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetLastActionsHeaderForm.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetLastActionsSectionForm.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetRightPanel.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetRightPanelForm.ui.qml</file>
<file>screen/desktop/LastAction/DapUiQmlWidgetScreenDialogAddWallet.ui.qml</file>
<file>screen/desktop/Log/DapUiQmlWidgetChainNodeLogs.qml</file>
<file>screen/desktop/Log/DapUiQmlWidgetChainNodeLogsForm.ui.qml</file>
<file>screen/desktop/Settings/DapUiQmlScreenSettings.qml</file>
<file>screen/desktop/Settings/DapUiQmlScreenSettingsForm.ui.qml</file>
<file>screen/desktop/Settings/DapUiQmlScreenSettingsSection.qml</file>
<file>screen/desktop/Settings/DapUiQmlWidgetSettingsNetwork.qml</file>
<file>screen/desktop/Settings/DapUiQmlWidgetSettingsNetworkForm.ui.qml</file>
<file>screen/desktop/VPN/DapUiQmlScreenVpn.qml</file>
<file>screen/desktop/VPN/DapUiQmlScreenVpnForm.ui.qml</file>
<file>screen/desktop/VPN/DapUiQmlWidgetSettingsVpn.qml</file>
<file>screen/desktop/VPN/DapUiQmlWidgetSettingsVpnComboBox.qml</file>
<file>screen/desktop/VPN/DapUiQmlWidgetSettingsVpnComboBoxForm.ui.qml</file>
<file>screen/desktop/VPN/DapUiQmlWidgetSettingsVpnForm.ui.qml</file>
<file>screen/mobile/Console/DapUiQmlScreenConsoleForm.ui.qml</file>
<file>screen/mobile/Console/DapUiQmlWidgetConsole.qml</file>
<file>screen/mobile/Console/DapUiQmlWidgetConsoleForm.ui.qml</file>
<file>screen/mobile/Console/DapUiQmlWidgetConsoleLastActionsDelegateForm.qml</file>
<file>screen/mobile/Console/DapUiQmlWidgetConsoleLastActionsForm.qml</file>
<file>screen/mobile/Dashboard/DapDashboardRightPanel.qml</file>
<file>screen/mobile/Dashboard/DapDashboardRightPanelForm.ui.qml</file>
<file>screen/mobile/Dashboard/DapDashboardScreen.qml</file>
......@@ -136,7 +68,6 @@
<file>screen/mobile/Exchange/DapExchangeTabForm.ui.qml</file>
<file>screen/mobile/Exchange/DapExchangeTopPanel.qml</file>
<file>screen/mobile/Exchange/DapExchangeTopPanelForm.ui.qml</file>
<file>screen/mobile/Explorer/DapUiQmlWidgetNodeNetworkExplorer.qml</file>
<file>screen/mobile/History/DapHistoryRightPanel.qml</file>
<file>screen/mobile/History/DapHistoryRightPanelForm.ui.qml</file>
<file>screen/mobile/History/DapHistoryScreen.qml</file>
......@@ -145,39 +76,6 @@
<file>screen/mobile/History/DapHistoryTabForm.ui.qml</file>
<file>screen/mobile/History/DapHistoryTopPanel.qml</file>
<file>screen/mobile/History/DapHistoryTopPanelForm.ui.qml</file>
<file>screen/mobile/LastAction/DapRadioButton.qml</file>
<file>screen/mobile/LastAction/DapUiQmlRecoveryNotesForm.ui.qml</file>
<file>screen/mobile/LastAction/DapUiQmlRecoveryQrForm.ui.qml</file>
<file>screen/mobile/LastAction/DapUiQmlScreenDialogAddWallet.qml</file>
<file>screen/mobile/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml</file>
<file>screen/mobile/LastAction/DapUiQmlScreenDialogAddWalletHeader.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWalletCreated.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWalletCreatedForm.ui.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWalletCreatedHeader.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetHistoryLastActions.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetLastActions.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetLastActionsButtonForm.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetLastActionsDelegateForm.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetLastActionsForm.ui.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetLastActionsHeaderForm.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetLastActionsSectionForm.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetRightPanel.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetRightPanelForm.ui.qml</file>
<file>screen/mobile/LastAction/DapUiQmlWidgetScreenDialogAddWallet.ui.qml</file>
<file>screen/mobile/Log/DapUiQmlWidgetChainNodeLogs.qml</file>
<file>screen/mobile/Log/DapUiQmlWidgetChainNodeLogsForm.ui.qml</file>
<file>screen/mobile/Settings/DapUiQmlScreenSettings.qml</file>
<file>screen/mobile/Settings/DapUiQmlScreenSettingsForm.ui.qml</file>
<file>screen/mobile/Settings/DapUiQmlScreenSettingsSection.qml</file>
<file>screen/mobile/Settings/DapUiQmlWidgetSettingsNetwork.qml</file>
<file>screen/mobile/Settings/DapUiQmlWidgetSettingsNetworkForm.ui.qml</file>
<file>screen/mobile/VPN/DapUiQmlScreenVpn.qml</file>
<file>screen/mobile/VPN/DapUiQmlScreenVpnForm.ui.qml</file>
<file>screen/mobile/VPN/DapUiQmlWidgetSettingsVpn.qml</file>
<file>screen/mobile/VPN/DapUiQmlWidgetSettingsVpnComboBox.qml</file>
<file>screen/mobile/VPN/DapUiQmlWidgetSettingsVpnComboBoxForm.ui.qml</file>
<file>screen/mobile/VPN/DapUiQmlWidgetSettingsVpnForm.ui.qml</file>
<file>Device.qml</file>
<file>screen/DapAbstractMenuTabWidget.qml</file>
<file>screen/DapAbstractMenuTabWidgetForm.ui.qml</file>
</qresource>
......
{
"user": "Andrey",
"widgets":
[
{"name": "Blockchain explorer", "URLpage": "DapUiQmlWidgetChainBlockExplorer.ui.qml", "image": "qrc:/Resources/Icons/add.png", "visible": "false"},
{"name": "Exchanges", "URLpage": "DapUiQmlWidgetChainExchanges.ui.qml", "image": "qrc:/Resources/Icons/add.png", "visible": "false"},
{"name": "Services client", "URLpage": "DapUiQmlWidgetChainServicesClient.ui.qml", "image": "qrc:/Resources/Icons/add.png", "visible": "false"},
{"name": "Services share control", "URLpage": "DapUiQmlWidgetChainServicesShareControl.ui.qml", "image": "qrc:/Resources/Icons/add.png", "visible": "false"},
{"name": "Settings", "URLpage": "DapUiQmlWidgetChainSettings.ui.qml", "image": "qrc:/Resources/Icons/add.png", "visible": "false"},
{"name": "Wallet", "URLpage": "DapUiQmlWidgetChainWallet.ui.qml", "image": "qrc:/Resources/Icons/add.png", "visible": "false"}
]
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1200 1200" style="enable-background:new 0 0 1200 1200;" xml:space="preserve">
<style type="text/css">
.st0{display:none;}
.st1{fill:#2895F9;}
.st2{fill:#9706BA;}
.st3{fill:#4126DD;}
</style>
<g id="Фон_xA0_Изображение_1_" class="st0">
</g>
<g id="Четвертый_xA0_Изображение_1_">
<path class="st1" d="M469.8,1122.16c-3.82-3.01-7.3-5.72-10.74-8.46c-49.26-39.25-98.52-78.51-147.78-117.76
c-38.88-30.98-77.76-61.96-116.64-92.94c-12.75-10.16-25.48-20.33-38.22-30.5c-3.32-2.65-3.34-2.82,0.22-4.9
c26.36-15.35,52.73-30.69,79.1-46.03c52.64-30.61,105.28-61.22,157.92-91.82c47.31-27.5,94.62-55,141.93-82.5
c20.03-11.64,40.08-23.25,60.06-34.99c2.4-1.41,4.15-1.46,6.62-0.02c29.94,17.54,59.95,34.94,89.95,52.38
c34.83,20.24,69.66,40.48,104.49,60.72c52.54,30.55,105.08,61.1,157.62,91.65c28.89,16.79,57.78,33.58,86.67,50.37
c3.98,2.31,4,2.35,0.48,5.15c-29.31,23.38-58.63,46.73-87.94,70.11c-27.31,21.77-54.6,43.57-81.92,65.33
c-31.32,24.96-62.67,49.89-94,74.83c-15.39,12.26-30.77,24.54-46.16,36.8c-0.97,0.77-1.84,1.74-3.03,1.92
c-0.86-0.66-0.69-1.41-0.69-2.08c0.03-5.47-0.16-10.96,0.19-16.41c0.63-9.89,0.47-19.79,0.47-29.68c0-3.41,1.16-5.55,3.79-7.59
c19.5-15.13,38.9-30.39,58.33-45.62c33.45-26.22,66.88-52.45,100.34-78.66c25.94-20.32,51.89-40.62,77.84-60.93
c0.37-0.29,0.75-0.56,1.1-0.86c2.56-2.13,2.54-2.34-0.34-4.06c-22.98-13.75-45.96-27.5-68.94-41.25
c-40.67-24.32-81.34-48.64-122.02-72.95c-41.47-24.79-82.95-49.57-124.43-74.36c-17.19-10.27-34.4-20.51-51.54-30.88
c-2.48-1.5-4.33-1.62-6.92-0.06c-24.32,14.68-48.74,29.21-73.12,43.78c-42.07,25.15-84.14,50.31-126.22,75.46
c-40.17,24.02-80.35,48.03-120.53,72.04c-15.29,9.14-30.58,18.28-45.88,27.41c-4.48,2.67-4.46,2.65-0.28,5.92
c38.67,30.31,77.34,60.62,116.01,90.93c29.14,22.84,58.3,45.66,87.44,68.49c11.18,8.76,22.32,17.57,33.56,26.26
c1.95,1.51,2.63,3.21,2.74,5.62c0.75,16.17,0.34,32.36,0.91,48.53C470.26,1120.9,470.08,1121.22,469.8,1122.16z"/>
<path class="st1" d="M680.96,512.38c0.66-1.08,1.91-1.54,2.97-2.16c9.27-5.37,18.55-10.7,27.84-16.04
c0.61-0.35,1.26-0.62,1.83-1.01c1.74-1.18,3.37-1.04,5.2-0.02c6.4,3.57,12.88,7.02,19.31,10.54c16.86,9.2,33.72,18.41,50.57,27.61
c18.9,10.32,37.79,20.66,56.69,30.98c16.76,9.14,33.54,18.25,50.29,27.39c16.65,9.09,33.29,18.21,49.94,27.3
c13.49,7.36,26.99,14.69,40.48,22.05c22.28,12.15,44.55,24.31,66.82,36.47c3.88,2.12,7.79,4.2,11.66,6.34
c2.64,1.46,2.78,1.77,2.3,4.72c-1.98,12.29-3.98,24.58-5.99,36.87c-0.09,0.57-0.25,1.14-0.39,1.7c-0.3,1.17-1.03,1.52-2.09,0.96
c-1.64-0.87-3.26-1.81-4.88-2.73c-31.93-18.03-63.85-36.07-95.77-54.1c-28.17-15.92-56.34-31.84-84.52-47.75
c-27.88-15.74-55.77-31.44-83.64-47.18c-26.15-14.77-52.28-29.56-78.43-44.34c-9.32-5.27-18.66-10.52-27.98-15.79
C682.4,513.75,681.42,513.52,680.96,512.38z"/>
<path class="st1" d="M130.99,685.36c-0.19-1.66,0.74-2.58,2.07-3.31c3.58-1.95,7.12-3.95,10.7-5.91
c30.14-16.46,60.28-32.92,90.42-49.36c24.43-13.32,48.88-26.59,73.3-39.91c24.22-13.21,48.41-26.48,72.62-39.69
c24.42-13.32,48.87-26.6,73.3-39.91c8.48-4.62,16.98-9.22,25.41-13.95c2.04-1.15,3.71-1.32,5.81-0.08
c9.93,5.84,19.95,11.54,29.94,17.3c0.5,0.29,1.01,0.58,1.48,0.92c0.84,0.59,1.02,1.28,0.08,1.93c-0.76,0.53-1.57,0.99-2.38,1.45
c-28.07,15.87-56.13,31.76-84.21,47.6c-28.39,16.02-56.8,31.98-85.19,48c-20.17,11.38-40.31,22.83-60.48,34.23
c-20.88,11.79-41.78,23.54-62.67,35.33c-20.68,11.67-41.35,23.36-62.03,35.04c-5.88,3.32-11.75,6.65-17.63,9.97
c-0.3,0.17-0.61,0.34-0.92,0.5c-2.65,1.33-2.87,1.26-3.37-1.55c-0.87-4.93-1.68-9.87-2.5-14.8c-1.17-7.12-2.32-14.24-3.47-21.37
C131.17,686.98,131.09,686.17,130.99,685.36z"/>
</g>
<g id="Третий__x28_средний_x29__xA0_Изображение_1_">
<path class="st2" d="M552.73,586.02c0.22,31.22,0.44,62.21,0.66,93.15c1.68,0.39,2.53-0.59,3.48-1.16
c13.01-7.74,26.03-15.45,38.96-23.33c2.26-1.38,3.82-1.57,6.2-0.11c12.9,7.92,25.93,15.61,38.95,23.34
c1.03,0.61,2.07,2.07,3.34,1.24c0.99-0.65,0.46-2.17,0.47-3.3c0.11-28.53,0.2-57.06,0.29-85.58c0.02-4.99,0.02-4.99,4.27-2.52
c11.98,6.97,23.91,14,35.96,20.83c2.38,1.35,3.13,2.87,3.11,5.53c-0.21,28.88-0.29,57.75-0.41,86.63c0,0.93,0.06,1.87-0.02,2.79
c-0.16,1.86,0.66,3.01,2.26,3.92c3.84,2.2,7.59,4.54,11.39,6.81c89.32,53.44,178.65,106.87,267.97,160.32
c1.06,0.63,2.36,1.01,2.99,2.22c-0.27,1.06-1.19,1.45-1.89,2.02c-9.59,7.77-19.19,15.53-28.79,23.28c-3.15,2.54-3.16,2.52-6.59,0.4
c-38.03-23.51-76.05-47.02-114.08-70.53c-43.18-26.69-86.36-53.38-129.54-80.07c-1.07-0.66-2.06-1.5-3.28-1.71
c-0.99,0.61-0.72,1.5-0.77,2.27c-0.06,0.93-0.02,1.86-0.03,2.79c-0.33,66.6-0.66,133.21-1,199.81
c-0.21,41.22-0.32,82.44-0.71,123.66c-0.35,36.91-0.35,73.82-0.59,110.73c-0.01,1.37,0.25,2.79-0.34,4.11
c-0.92,0.57-1.58-0.09-2.23-0.49c-12.75-7.72-25.48-15.47-38.25-23.15c-1.63-0.98-2.16-2.23-2.12-4.02
c0.12-4.77,0.2-9.55,0.21-14.32c0.18-45.76,0.32-91.52,0.51-137.28c0.21-49.37,0.32-98.74,0.72-148.11
c0.38-45.99,0.34-91.99,0.6-137.98c0.01-1.05-0.06-2.1,0.02-3.14c0.13-1.72-0.65-2.79-2.08-3.68
c-13.78-8.48-27.55-16.99-41.29-25.54c-1.48-0.92-2.64-0.93-4.13,0c-13.84,8.62-27.7,17.18-41.58,25.73
c-1.33,0.82-2.04,1.8-1.9,3.4c0.09,1.04,0.01,2.09,0.02,3.14c0.3,66.72,0.46,133.44,0.94,200.16c0.34,47.86,0.32,95.71,0.61,143.57
c0.19,30.74,0.27,61.48,0.59,92.22c0.04,3.54-1.15,5.41-4.1,7.14c-11.44,6.72-22.73,13.72-34.08,20.59
c-1.26,0.76-2.45,1.76-4.17,2.06c-0.7-1.25-0.45-2.54-0.46-3.76c-0.25-42.15-0.48-84.3-0.71-126.45
c-0.29-53.68-0.44-107.36-0.9-161.04c-0.36-41.69-0.32-83.37-0.64-125.06c-0.06-8.03-0.17-16.07-0.29-24.1
c-0.01-1.02,0.22-2.1-0.46-3.04c-1.19-0.31-1.97,0.55-2.82,1.07c-36.95,22.82-73.89,45.66-110.82,68.5
c-44.66,27.61-89.32,55.23-133.99,82.84c-2.88,1.78-2.93,1.82-5.19,0c-10.07-8.11-20.11-16.24-30.16-24.37
c-0.53-0.43-1.16-0.8-1.38-1.76c0.81-1.2,2.28-1.71,3.53-2.46c43.95-26.31,87.92-52.61,131.88-78.91
c48.36-28.93,96.71-57.87,145.07-86.8c0.9-0.54,1.78-1.11,2.69-1.63c1-0.58,1.48-1.42,1.45-2.58c-0.03-1.05,0.01-2.1,0-3.14
c-0.18-28.76-0.31-57.51-0.61-86.27c-0.03-3.17,0.85-5.02,3.7-6.62c11.97-6.73,23.79-13.74,35.68-20.63
C549.92,587.04,550.94,586.23,552.73,586.02z"/>
<path class="st2" d="M1060.38,725.59c1.19-4.62,1.58-9.25,2.27-13.82c4.41-29.47,8.77-58.95,13.12-88.43
c4.31-29.13,8.58-58.27,12.89-87.4c4.29-29.02,8.62-58.03,12.93-87.04c1.28-8.64,2.6-17.27,3.77-25.92
c0.31-2.27,1.19-3.76,3.22-4.95c13.56-7.94,27.05-16.01,40.58-24.02c0.78-0.46,1.47-1.17,2.51-1.06c0.7,0.72,0.34,1.54,0.22,2.3
c-4.46,28.52-8.95,57.04-13.41,85.56c-4.52,28.86-9.02,57.73-13.54,86.6c-4.34,27.72-8.69,55.43-13.03,83.14
c-4.75,30.36-9.49,60.72-14.23,91.08c-2.44,15.64-4.9,31.28-7.35,46.92c-0.13,0.81-0.27,1.61-0.4,2.41
c-0.2,1.18-0.8,1.65-1.95,1.04c-0.92-0.49-1.83-1.02-2.74-1.54c-49.02-28.49-98.05-56.99-147.07-85.49
c-96.94-56.35-193.87-112.7-290.81-169.06c-0.7-0.41-1.38-0.89-2.12-1.22c-1.57-0.71-2.26-1.88-2.14-3.6c0.07-1.04,0-2.1,0-3.14
c0-168.03,0-336.06-0.01-504.09c0-7.05,0.17-6,5.73-3.83c122.36,47.63,244.71,95.29,367.05,142.94c1.48,0.58,3.06,1,4.43,1.98
c-0.55,1.39-1.77,1.67-2.72,2.21c-13.41,7.5-26.88,14.91-40.24,22.5c-2.41,1.37-4.4,1.33-6.87,0.34
c-44.95-18-89.94-35.92-134.91-53.87c-48.11-19.2-96.22-38.4-144.34-57.59c-4.89-1.95-4.98-2.59-5.04,3.38
c-0.29,28.99-0.6,57.98-0.94,86.98c-0.44,37.72-0.92,75.45-1.38,113.17c-0.47,38.77-0.94,77.54-1.42,116.31
c-0.44,36.09-0.88,72.19-1.33,108.28c-0.01,0.58,0.05,1.17-0.03,1.75c-0.31,2.37,0.57,3.85,2.78,4.99
c4.24,2.18,8.32,4.68,12.48,7.03c77.04,43.53,154.08,87.06,231.12,130.59c42.88,24.23,85.76,48.46,128.64,72.67
C1057.41,724.42,1058.61,725.38,1060.38,725.59z"/>
<path class="st2" d="M45.81,392.9c1.57-0.06,2.26,0.64,3.03,1.1c13.42,7.95,26.81,15.96,40.27,23.84c2.11,1.23,3.14,2.67,3.49,5.12
c2.85,19.82,5.83,39.61,8.77,59.41c4.34,29.24,8.68,58.49,13.01,87.73c4.07,27.52,8.12,55.04,12.19,82.56
c3.47,23.49,6.96,46.97,10.44,70.46c0.42,2.83,0.62,2.94,3.29,1.44c15.42-8.68,30.82-17.39,46.23-26.1
c56.66-32.01,113.32-64.02,169.98-96.04c52.2-29.5,104.38-59.03,156.61-88.46c2.59-1.46,3.49-3.08,3.45-6.03
c-0.45-32.83-0.74-65.66-1.12-98.49c-0.42-36.32-0.88-72.65-1.33-108.97c-0.48-39.58-0.96-79.17-1.45-118.75
c-0.41-33.53-0.84-67.06-1.27-100.59c-0.06-4.55-0.06-4.56-4.46-2.8c-19.68,7.85-39.35,15.7-59.03,23.55
c-73.41,29.28-146.82,58.54-220.2,87.89c-2.99,1.2-5.33,1.13-8.13-0.47c-12.94-7.38-26-14.56-39.02-21.81
c-1.1-0.62-2.18-1.29-3.4-2.02c0.97-1.48,2.42-1.65,3.65-2.13c33.72-13.15,67.46-26.29,101.19-39.42
c88.94-34.64,177.87-69.28,266.81-103.9c5.54-2.16,5.71-3.19,5.7,3.88c-0.01,168.25-0.01,336.5-0.01,504.74
c0,0.47-0.06,0.94,0.01,1.4c0.43,2.68-0.8,4.13-3.13,5.48c-80.86,46.92-161.68,93.92-242.5,140.91
c-65.42,38.03-130.85,76.07-196.28,114.1c-4.32,2.51-4.28,2.5-5.05-2.48c-4.06-25.99-8.16-51.97-12.23-77.96
c-4.78-30.59-9.54-61.18-14.32-91.77c-4.04-25.87-8.12-51.74-12.16-77.61c-4.34-27.71-8.65-55.43-12.99-83.14
c-3.13-20.01-6.28-40.01-9.41-60.02C46.23,396.08,46.05,394.59,45.81,392.9z"/>
</g>
<g id="Второй__x28_темный_x29__xA0_Изображение_1_">
<path class="st3" d="M4.06,320.04c1.7,0.06,2.58,0.9,3.56,1.47c90.07,51.92,180.14,103.86,270.2,155.79
c76.55,44.14,153.1,88.28,229.68,132.36c1.79,1.03,2.26,2.09,2.26,4.05c0.14,40.41,0.36,80.81,0.57,121.22
c0.2,39.36,0.41,78.72,0.63,118.07c0.5,91.52,0.99,183.05,1.49,274.57c0.11,20.73,0.26,41.45,0.39,62.18c0.01,1.39,0,2.78,0,4.27
c-1.69,0.21-2.48-0.95-3.41-1.69c-18.14-14.23-36.26-28.48-54.38-42.73c-70.3-55.27-140.6-110.54-210.9-165.81
c-21.42-16.84-42.83-33.68-64.26-50.52c-3.39-2.66-6.79-5.31-10.24-7.89c-1.28-0.96-2.06-2.11-2.47-3.65
c-4.43-16.53-8.89-33.04-13.33-49.56c-0.15-0.54-0.19-1.12-0.3-1.74c0.59,0.19-0.05,0,0.38-0.17c0.1-0.04,0.23-0.04,0.34-0.02
c0.11,0.02,0.22,0.09,0.31,0.15c0.19,0.13,0.38,0.27,0.56,0.41c0.18,0.14,0.36,0.29,0.54,0.44
c102.94,82.13,205.89,164.26,308.83,246.39c0.18,0.15,0.37,0.28,0.56,0.42c0.09,0.07,0.19,0.14,0.29,0.2
c0.1,0.06,0.19,0.13,0.3,0.18c0.1,0.05,0.21,0.1,0.32,0.13c0.11,0.02,0.22,0.01,0.38,0.02c0.87-0.5,0.61-1.39,0.59-2.14
c-0.39-18.74-0.8-37.49-1.22-56.23c-0.27-11.99-0.62-23.98-0.89-35.97c-0.83-36.67-1.62-73.34-2.45-110.01
c-0.92-40.28-1.87-80.55-2.8-120.83c-0.69-29.8-1.38-59.6-2.07-89.4c-0.45-19.21-0.97-38.41-1.27-57.62
c-0.05-3.07-1.05-4.76-3.68-6.34c-83.08-49.8-166.11-99.69-249.15-149.56c-50.7-30.45-101.4-60.9-152.11-91.34
c-1.27-0.76-2.46-1.74-4.57-2.23c6.8,44.11,13.77,87.83,20.6,131.56c6.86,43.93,13.82,87.85,20.72,131.77
c6.87,43.76,13.73,87.53,20.61,131.46c-1.86-0.05-2.44-1.2-3.22-1.97c-11.44-11.29-22.82-22.63-34.3-33.87
c-1.77-1.73-2.74-3.56-3.09-5.99c-1.87-13.25-3.83-26.49-5.8-39.73c-3.38-22.68-6.8-45.35-10.19-68.03
c-3.36-22.45-6.71-44.9-10.07-67.34c-3.84-25.67-7.68-51.34-11.52-77.01c-3.38-22.56-6.76-45.12-10.14-67.69
c-3.62-24.17-7.24-48.35-10.86-72.52c-1.71-11.4-3.43-22.79-5.13-34.19C4.19,322.35,4.16,321.31,4.06,320.04z"/>
<path class="st3" d="M731.35,1119.31c104.47-83.34,208.53-166.36,312.77-249.52c0.53,1.73-0.11,2.8-0.4,3.88
c-4.17,15.63-8.43,31.24-12.57,46.88c-0.63,2.39-1.82,4.08-3.76,5.59c-112.81,88.59-225.59,177.23-338.39,265.85
c-0.98,0.77-1.81,1.81-3.32,2.05c-0.73-0.87-0.5-1.95-0.49-2.93c0.18-39.94,0.36-79.88,0.56-119.81c0.2-39.7,0.4-79.41,0.62-119.11
c0.24-45.76,0.5-91.52,0.75-137.28c0.23-41.68,0.44-83.37,0.67-125.05c0.14-25.27,0.33-50.53,0.4-75.8
c0.01-2.23,0.57-3.43,2.61-4.61c153.54-88.44,307.03-176.95,460.52-265.46c12.91-7.44,25.81-14.89,38.73-22.32
c1.09-0.62,2.08-1.5,3.43-1.6c0.81,0.68,0.42,1.51,0.3,2.25c-4.24,28.32-8.51,56.63-12.75,84.94
c-3.84,25.67-7.65,51.34-11.49,77.01c-4.07,27.16-8.17,54.32-12.23,81.49c-3.84,25.67-7.65,51.34-11.5,77.01
c-4.09,27.28-8.21,54.55-12.29,81.83c-1.29,8.63-2.52,17.28-3.72,25.92c-0.23,1.68-0.73,3.07-1.98,4.31
c-12.26,12.11-24.48,24.26-36.72,36.39c-0.4,0.39-0.77,0.91-1.83,0.69c20.65-131.55,41.31-263.12,62.01-394.98
c-1.81,0.28-2.79,1.14-3.85,1.78c-64.28,38.59-128.55,77.19-192.82,115.79c-69.86,41.96-139.71,83.93-209.62,125.81
c-2.33,1.4-3.08,2.92-3.13,5.54c-0.62,30.73-1.37,61.46-2.08,92.19c-0.94,40.39-1.88,80.78-2.81,121.17
c-0.7,30.26-1.4,60.53-2.11,90.79c-0.93,39.93-1.84,79.85-2.78,119.78c-0.35,14.78-0.76,29.56-1.12,44.35
C730.94,1115.61,730.72,1117.11,731.35,1119.31z"/>
<path class="st3" d="M1104.22,166.3c0.84,1.07,0.56,2.14,0.55,3.14c-0.24,14.55-0.57,29.1-0.71,43.66
c-0.02,2.33-1.21,3.23-2.91,4.2c-22.42,12.86-44.81,25.76-67.21,38.64c-104.14,59.89-208.27,119.79-312.41,179.68
c-0.4,0.23-0.78,0.53-1.21,0.69c-2.3,0.85-2.92,2.5-2.97,4.89c-0.34,15.71-0.89,31.42-1.18,47.14c-0.05,2.8-0.96,4.39-3.4,5.75
c-9.96,5.56-19.8,11.33-29.7,17.01c-0.8,0.46-1.55,1.04-3.01,1.2c-0.37-4.37-0.07-8.71-0.07-13.03c0-4.31,0.12-8.62,0.19-12.92
c0.08-4.42,0.2-8.85,0.24-13.27c0.04-4.3,0.01-8.6,0.01-13.01c-1.67-0.32-2.7,0.78-3.83,1.43c-20.1,11.52-40.18,23.07-60.26,34.62
c-5.25,3.02-10.54,5.96-15.71,9.1c-1.43,0.87-2.33,0.73-3.71-0.06c-25.2-14.56-50.43-29.05-75.67-43.55
c-1.17-0.67-2.28-1.54-4.19-1.87c0.24,17.66,0.47,35.03,0.71,52.39c-1.62,0.21-2.42-0.57-3.3-1.07
c-9.9-5.67-19.74-11.45-29.71-16.99c-2.5-1.39-3.25-3.07-3.31-5.81c-0.3-15.48-0.86-30.96-1.14-46.44
c-0.05-2.96-1.17-4.5-3.67-5.94c-78.24-44.91-156.44-89.9-234.64-134.87c-47.93-27.56-95.87-55.13-143.8-82.69
c-0.91-0.52-1.79-1.1-2.72-1.57c-1.27-0.63-1.85-1.52-1.88-3.02c-0.22-15.25-0.51-30.5-0.77-45.75c-0.01-0.45,0.12-0.91,0.2-1.46
c1.59-0.17,2.64,0.87,3.79,1.53c30.8,17.65,61.59,35.33,92.39,53.01c95,54.53,190,109.07,285,163.59c1.28,0.73,2.5,1.63,3.91,1.98
c0.88-0.95,0.58-1.92,0.55-2.8c-0.6-22.93-1.21-45.86-1.83-68.79c-0.3-11.17-0.64-22.35-0.93-33.52c-0.58-22-1.1-44-1.7-66
c-1.05-38.52-2.2-77.05-3.17-115.57c-0.24-9.63-1.76-7.01,6.95-10.47c9.95-3.95,19.99-7.66,30-11.46c1.18-0.45,2.38-0.83,3.74-1.3
c0.7,1.38,0.49,2.66,0.51,3.88c0.28,21.54,0.54,43.08,0.81,64.62c0.47,37.37,0.95,74.75,1.42,112.12
c0.46,36.21,0.91,72.42,1.37,108.63c0.17,13.27,0.42,26.54,0.5,39.82c0.01,2.28,0.76,3.54,2.74,4.67
c25.78,14.71,51.53,29.49,77.23,44.33c1.87,1.08,3.23,1.01,5.07-0.05c25.71-14.83,51.45-29.62,77.24-44.32
c2.03-1.16,2.63-2.5,2.65-4.72c0.2-23.52,0.49-47.04,0.79-70.56c0.74-59.26,1.48-118.52,2.24-177.79
c0.33-25.5,0.7-50.99,1.06-76.49c0.02-1.26-0.19-2.56,0.35-3.78c1.13-0.42,2.06,0.24,3,0.6c11.64,4.42,23.27,8.86,34.9,13.31
c3.1,1.19,3.15,1.22,3.06,4.51c-0.59,22.23-1.2,44.46-1.82,66.69c-0.28,10.01-0.58,20.02-0.84,30.03
c-0.81,31.08-1.58,62.15-2.41,93.23c-0.86,32.24-1.77,64.48-2.65,96.72c-0.04,1.38-0.26,2.79,0.2,4.29
c1.51,0.19,2.56-0.87,3.7-1.53c29.49-16.9,58.97-33.82,88.45-50.74c96.41-55.34,192.83-110.68,289.24-166.02
C1101.75,167.46,1102.87,166.63,1104.22,166.3z"/>
</g>
<g id="Первый_xA0_Изображение_1_">
<path class="st1" d="M500.66,3.33c3.99,1.67,8.25,2.43,12.39,3.57c12.68,3.49,25.4,6.87,38.1,10.3c0.78,0.21,1.6,0.29,2.69,1.27
c-8.93,3.83-17.8,7.03-26.55,10.5c-8.87,3.52-17.8,6.92-26.7,10.37c-8.79,3.41-17.58,6.82-26.38,10.24
c-8.9,3.46-17.8,6.92-26.69,10.38c-8.9,3.46-17.79,6.93-26.69,10.39c-8.9,3.46-17.8,6.92-26.69,10.38
c-8.9,3.46-17.79,6.93-26.69,10.39c-8.79,3.42-17.58,6.83-26.37,10.24c-8.9,3.45-17.81,6.9-26.7,10.35
c-8.9,3.46-17.8,6.92-26.69,10.38c-8.9,3.46-17.79,6.93-26.69,10.4c-8.79,3.42-17.58,6.83-26.37,10.25
c-8.9,3.46-17.79,6.93-26.69,10.39c-8.84,3.44-17.68,6.89-27.26,10.62c2.61,1.53,4.46,2.66,6.36,3.71
c24.28,13.36,48.57,26.68,72.84,40.05c23.86,13.14,47.7,26.33,71.56,39.47c19.48,10.73,38.97,21.42,58.45,32.15
c21.93,12.07,43.84,24.17,65.76,36.25c19.38,10.67,38.77,21.32,58.14,31.99c24.17,13.31,48.33,26.64,72.49,39.95
c3.26,1.8,6.58,3.5,9.79,5.4c1.93,1.15,3.57,1.1,5.53,0c7.92-4.45,15.9-8.77,23.86-13.15c17.23-9.49,34.46-18.99,51.69-28.49
c19.57-10.79,39.14-21.6,58.72-32.38c19.38-10.67,38.77-21.32,58.14-31.99c22.03-12.13,44.05-24.28,66.08-36.41
c17.34-9.55,34.69-19.06,52.03-28.61c19.48-10.73,38.94-21.48,58.42-32.21c14.38-7.92,28.76-15.83,43.13-23.76
c0.88-0.48,2.01-0.68,2.62-2.27C892.2,115.21,768.14,66.98,643.95,18.69c0.9-1.48,2.18-1.37,3.22-1.66
c15.62-4.23,31.25-8.43,46.87-12.65c1-0.27,2.07-0.39,2.94-1.05c0.23,0,0.47,0,0.7,0c8.18,3.68,16.54,6.88,24.87,10.19
c48.47,19.27,96.96,38.5,145.44,57.75c46.32,18.39,92.63,36.78,138.95,55.16c30.95,12.29,61.9,24.57,92.85,36.86
c1.49,0.59,2.97,1.22,4.61,1.9c-0.65,1.61-1.99,1.96-3.01,2.56c-13.11,7.57-26.24,15.09-39.37,22.63
c-24.44,14.03-48.87,28.05-73.31,42.08c-27.77,15.94-55.54,31.87-83.31,47.81c-25.85,14.84-51.69,29.69-77.54,44.53
c-29.08,16.7-58.16,33.38-87.24,50.08c-25.75,14.79-51.48,29.58-77.23,44.37c-20.9,12-41.81,23.99-62.68,36.03
c-1.4,0.81-2.4,0.8-3.8,0c-30.46-17.56-60.95-35.07-91.45-52.58c-30.49-17.51-60.99-35.01-91.48-52.52
c-29.18-16.75-58.35-33.52-87.53-50.27c-33.72-19.36-67.46-38.71-101.18-58.07c-33.62-19.31-67.23-38.63-100.85-57.94
c-8.88-5.1-17.79-10.17-26.68-15.26c-1.5-0.86-2.96-1.76-4.63-2.76c1.29-1.64,2.98-1.87,4.42-2.44c22.6-9.02,45.22-18,67.84-26.98
c53.24-21.15,106.48-42.29,159.72-63.43c54.32-21.57,108.65-43.12,162.97-64.7c4-1.59,7.93-3.33,11.89-5
C500.19,3.33,500.43,3.33,500.66,3.33z"/>
<path class="st1" d="M1192.99,319.4c-0.27,1.12-1.15,1.33-1.83,1.72c-23.99,13.86-47.99,27.71-71.99,41.55
c-26.02,15.01-52.03,30.01-78.05,45.01c-27.23,15.7-54.46,31.39-81.69,47.09c-52.84,30.48-105.68,60.96-158.51,91.45
c-36.2,20.88-72.42,41.72-108.56,62.71c-3.23,1.87-5.66,1.97-8.88,0.01c-11.35-6.87-22.89-13.43-34.35-20.12
c-0.8-0.47-1.6-0.95-2.4-1.43c-1.23-0.76-1.32-1.56-0.04-2.34c1.29-0.79,2.6-1.54,3.92-2.3c30.87-17.77,61.74-35.55,92.61-53.32
c28.15-16.2,56.3-32.39,84.46-48.59c46.72-26.88,93.44-53.74,140.15-80.63c40.86-23.52,81.71-47.06,122.56-70.59
c18.76-10.8,37.57-21.53,56.26-32.46c2.71-1.58,4.69-1.46,7.31,0.04c11.42,6.53,22.96,12.84,34.45,19.25
C1190.01,317.37,1191.7,318.15,1192.99,319.4z"/>
<path class="st1" d="M5.16,319.77c0.24-1.15,1.08-1.41,1.77-1.79c12.51-6.97,25.05-13.86,37.5-20.94c2.58-1.47,4.53-1.23,7.03,0.21
c30.22,17.5,60.5,34.89,90.76,52.32c28.24,16.26,56.48,32.55,84.72,48.81c30.37,17.48,60.75,34.92,91.12,52.4
c26.63,15.33,53.25,30.69,79.88,46.02c27.24,15.68,54.49,31.34,81.73,47.01c23.31,13.41,46.61,26.82,69.92,40.24
c0.3,0.17,0.6,0.35,0.9,0.54c2.49,1.58,2.51,1.88-0.1,3.4c-12.67,7.39-25.37,14.72-38.02,22.15c-1.78,1.04-3.16,0.81-4.83-0.16
c-16.51-9.58-33.06-19.1-49.59-28.64c-28.23-16.28-56.47-32.57-84.7-48.85c-26.22-15.12-52.43-30.25-78.65-45.37
c-27.02-15.58-54.05-31.16-81.08-46.74c-24.2-13.95-48.4-27.91-72.6-41.87c-30.25-17.45-60.5-34.9-90.75-52.35
c-13.81-7.97-27.63-15.93-41.44-23.91C7.46,321.5,6.06,320.88,5.16,319.77z"/>
</g>
</svg>
CellFrameDashboardGUI/res/icons/back_icon.png

613 B

CellFrameDashboardGUI/res/icons/back_icon_hover.png

965 B

CellFrameDashboardGUI/res/icons/close_icon.png

552 B

CellFrameDashboardGUI/res/icons/close_icon_hover.png

625 B

File deleted
CellFrameDashboardGUI/res/icons/defaul_icon.png

2.21 KiB

CellFrameDashboardGUI/res/icons/ic_arrow_drop_down.png

323 B

CellFrameDashboardGUI/res/icons/ic_arrow_drop_down_dark_blue.png

398 B

CellFrameDashboardGUI/res/icons/ic_arrow_drop_up.png

313 B

CellFrameDashboardGUI/res/icons/ic_arrow_drop_up_dark_blue.png

372 B

CellFrameDashboardGUI/res/icons/ic_copy.png

470 B

CellFrameDashboardGUI/res/icons/ic_copy_hover.png

471 B

CellFrameDashboardGUI/res/icons/ic_edit.png

686 B

CellFrameDashboardGUI/res/icons/ic_edit_hover.png

669 B

CellFrameDashboardGUI/res/icons/ic_scroll-down.png

4.4 KiB

CellFrameDashboardGUI/res/icons/ic_scroll-down_hover.png

4.39 KiB

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