From 7affccdf5b2baff6fb757ca41ffe11ec953f27d6 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 15 Jan 2014 13:06:56 -0200 Subject: Importantly, I had forgotten to start the state machine The state machine needs to be started before it works; now the animations are working. :) Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/profile/profilewidget2.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt-ui/profile') diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index 2f0d0d3c9..b2c59b2cc 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -209,6 +209,9 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) : addState->setObjectName("Add State"); editState->setObjectName("Edit State"); planState->setObjectName("Plan State"); + + // Starting the transitions: + stateMachine->start(); } // Currently just one dive, but the plan is to enable All of the selected dives. -- cgit v1.2.3-70-g09d2