History page v1

This commit is contained in:
marcin
2014-07-16 18:04:34 +02:00
parent e87418f36c
commit 6dbe05d79d
6 changed files with 476 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ import QtQuick 2.0
Item {
id: dropdown
property alias dataModel: repeater.model
property string shadowPressedColor
property string shadowReleasedColor
property string pressedColor
@@ -154,13 +155,6 @@ Item {
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
}
ListModel {
id: testModel
ListElement { column1: "LOW"; column2: "( fee: 0.0002 )" }
ListElement { column1: "MEDIUM"; column2: "( fee: 0.0004 )" }
ListElement { column1: "HIGH"; column2: "( fee: 0.0008 )" }
}
Column {
id: column
anchors.left: parent.left
@@ -170,7 +164,6 @@ Item {
Repeater {
id: repeater
model: testModel
delegate: Rectangle {
anchors.left: parent.left