aboutsummaryrefslogtreecommitdiffstats
path: root/dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-09-24 13:55:40 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-09-28 16:41:35 +0000
commit0df25ed0487a02dcdfca10a7e44a1211d4524d46 (patch)
tree71ef3f1eb6af598da3c63d2d3f97778b98ee22e4 /dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml
parent8d12a9d8b480d6375c935829b012f17cd22a964a (diff)
[systemui] a lot of refactoring in the system ui
- in order to make a better and clear separation between application and system ui imports, a new application folder is created to store basic components to be used by only applications. - change the import mechanism to only use the root import folder and user will need to specify whether he wants to use the application, system or shared import - add a basic NeptuneWindowItem to be the basic class of window items in the center console - add ApplicationCCWindowItem for the center console applications and ApplicationICWindowItem for the instrument cluster applications - rename primary window and secondary window to be the ApplicationCCWindow and ApplicationICWindow to align with the window item naming in the system ui - setting window property should be done in the window item itself and not from the application info Change-Id: I62cf151fec21c9ac574873c5c226021843c6e598 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml')
-rw-r--r--dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml b/dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml
index 0b85d0ed..ba1c0974 100644
--- a/dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml
+++ b/dev/apps/com.pelagicore.sheets/components/ToolButtonPanel.qml
@@ -33,7 +33,7 @@ import QtQuick 2.10
import QtQuick.Controls 2.3
import QtQuick.Layouts 1.3
-import com.pelagicore.styles.neptune 3.0
+import shared.com.pelagicore.styles.neptune 3.0
GridLayout {
anchors.leftMargin: NeptuneStyle.dp(100)