aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/controls
diff options
context:
space:
mode:
authorSven Kroemeke <skroemeke@luxoft.com>2019-02-13 13:59:48 +0100
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-02-14 09:51:49 +0000
commit00a63effbb97a69e1653ebcd40d2e6bec659fe35 (patch)
tree878bca9a2b318c214260047f30084c7d0c501cff /plugins/controls
parent389be411c2464017812df01c6c3a076b809c95ed (diff)
[squish] add simple calendar app test
A simple calendar app test is added for multi-process testing with apps. It is an app test that is simple, in order to have more robust functioning app tests, because movement (tap and move) is still a problem. It switches between year, events, and next view. Changes to code is needed to receive according objectName values, to identify the buttons. Change-Id: I11ac62e7cefce7ced2fc96eb442bf205aff9ca0f Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'plugins/controls')
-rw-r--r--plugins/controls/ToolsColumn.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/controls/ToolsColumn.qml b/plugins/controls/ToolsColumn.qml
index 8c0047a2..3091276e 100644
--- a/plugins/controls/ToolsColumn.qml
+++ b/plugins/controls/ToolsColumn.qml
@@ -135,6 +135,7 @@ ColumnLayout {
Layout.preferredWidth: Sizes.dp(135)
Layout.preferredHeight: Sizes.dp(96)
Layout.alignment: Qt.AlignHCenter
+ objectName: model.objectName ? model.objectName : ""
baselineOffset: 0
checkable: true
checked: root.currentIndex === index