feat(app): add comments

This commit is contained in:
Ronan Abhamon 2016-10-20 09:30:37 +02:00
parent 8fd370752c
commit 07be986761
9 changed files with 21 additions and 1 deletions

View file

@ -1,6 +1,10 @@
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
}

View file

@ -1,6 +1,8 @@
pragma Singleton
import QtQuick 2.7
// ===================================================================
QtObject {
property int animationDuration: 200
property int iconSize: 32

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int leftMargin: 50
property int rightMargin: 50

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property QtObject fileChooserButton: QtObject {
property int margins: 6

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property Rectangle background: Rectangle {
color: Colors.a

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int spacing: 2

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property int transitionDuration: 200

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property color backgroundColor: Colors.k

View file

@ -3,6 +3,8 @@ import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property color shadowColor: Colors.f