Skip to content
Snippets Groups Projects
Commit 86711d54 authored by littletux89@gmail.com's avatar littletux89@gmail.com
Browse files

[*] Made corrections.

parent bbe2bdd1
No related branches found
No related tags found
1 merge request!11Cellframe clone
...@@ -35,11 +35,11 @@ DapMainApplicationWindowForm ...@@ -35,11 +35,11 @@ DapMainApplicationWindowForm
} }
} }
screens.source: dashboardScreen dabScreens.source: dashboardScreen
menuTabWidget.onPuthScreenChanged: dapMenuTabWidget.onPathScreenChanged:
{ {
screens.setSource(Qt.resolvedUrl(menuTabWidget.puthScreen)) screens.setSource(Qt.resolvedUrl(menuTabWidget.pathScreen))
} }
} }
......
...@@ -4,21 +4,21 @@ import "qrc:/" ...@@ -4,21 +4,21 @@ import "qrc:/"
DapMainWindowForm { DapMainWindowForm {
anchors.fill: parent anchors.fill: parent
// Logo icon // Logo icon
iconLogotype.source: "qrc:/res/icons/cellframe-logo-dashboard.png" dapIconLogotype.source: "qrc:/res/icons/cellframe-logo-dashboard.png"
// Menu bar width // Menu bar width
menuWidth: 180 * pt dapMenuWidth: 180 * pt
// Color of menu item in normal condition // Color of menu item in normal condition
menuTabWidget.normalColorItemMenu: "transparent" dapMenuTabWidget.normalColorItemMenu: "transparent"
// The color of the menu item in the selected state // The color of the menu item in the selected state
menuTabWidget.selectColorItemMenu: "#D51F5D" dapMenuTabWidget.selectColorItemMenu: "#D51F5D"
// Menu item icon width // Menu item icon width
menuTabWidget.widthIconItemMenu: 18 * pt dapMenuTabWidget.widthIconItemMenu: 18 * pt
// Menu item icon height // Menu item icon height
menuTabWidget.heightIconItemMenu: 18 * pt dapMenuTabWidget.heightIconItemMenu: 18 * pt
// Menu item height // Menu item height
menuTabWidget.heightItemMenu: 60 * pt dapMenuTabWidget.heightItemMenu: 60 * pt
// Initialization of the menu bar // Initialization of the menu bar
menuTabWidget.viewMenuTab.model: modelMenuTab dapMenuTabWidget.dapMenuTab.model: modelMenuTab
......
Subproject commit a4fe04329637ef0f3fafd066ae51be34182bba8c Subproject commit 48774305616a107275a2be0f801619328dd68060
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