Commit 07be9867 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(app): add comments

parent 8fd37075
pragma Singleton pragma Singleton
import QtQuick 2.7 import QtQuick 2.7
import Common.Styles 1.0
// ===================================================================
QtObject { QtObject {
property int nSpheres: 3 property int nSpheres: 3
...@@ -10,7 +14,7 @@ QtObject { ...@@ -10,7 +14,7 @@ QtObject {
} }
property QtObject sphere: QtObject { property QtObject sphere: QtObject {
property color color: '#8F8F8F' property color color: Colors.r
property int size: 10 property int size: 10
} }
......
pragma Singleton pragma Singleton
import QtQuick 2.7 import QtQuick 2.7
// ===================================================================
QtObject { QtObject {
property int animationDuration: 200 property int animationDuration: 200
property int iconSize: 32 property int iconSize: 32
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property int leftMargin: 50 property int leftMargin: 50
property int rightMargin: 50 property int rightMargin: 50
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property QtObject fileChooserButton: QtObject { property QtObject fileChooserButton: QtObject {
property int margins: 6 property int margins: 6
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property Rectangle background: Rectangle { property Rectangle background: Rectangle {
color: Colors.a color: Colors.a
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property int spacing: 2 property int spacing: 2
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property int transitionDuration: 200 property int transitionDuration: 200
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property color backgroundColor: Colors.k property color backgroundColor: Colors.k
......
...@@ -3,6 +3,8 @@ import QtQuick 2.7 ...@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0 import Common 1.0
// ===================================================================
QtObject { QtObject {
property color shadowColor: Colors.f property color shadowColor: Colors.f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment