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

feat(app): add comments

parent 8fd37075
pragma Singleton
import QtQuick 2.7
import Common.Styles 1.0
// ===================================================================
QtObject {
property int nSpheres: 3
......@@ -10,7 +14,7 @@ QtObject {
}
property QtObject sphere: QtObject {
property color color: '#8F8F8F'
property color color: Colors.r
property int size: 10
}
......
pragma Singleton
import QtQuick 2.7
// ===================================================================
QtObject {
property int animationDuration: 200
property int iconSize: 32
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int leftMargin: 50
property int rightMargin: 50
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property QtObject fileChooserButton: QtObject {
property int margins: 6
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property Rectangle background: Rectangle {
color: Colors.a
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int spacing: 2
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int transitionDuration: 200
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property color backgroundColor: Colors.k
......
......@@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
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