Make the eventlisplugin a part of the qmldesigner plugin

The eventlistplugin enables the user to create custom events (QDS-1760).
It provides a dialog to create and remove a custom event or modify its
properties (id, description, shortcut) and a dialog to connect an
event to one of the flowsignals in order to trigger a transition or
a state change.

Task-number: QDS-4300
Change-Id: Ifffa81650d4898b34a65d7901bcb0df95cc397af
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Knud Dollereder
2021-06-16 13:10:42 +02:00
parent 0c766cf3c5
commit 1a402984da
44 changed files with 2998 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
#include "animationcurve.h"
#include "curvesegment.h"
#include "detail/utils.h"
#include "detail/curveeditorutils.h"
#include <QEasingCurve>
#include <QLineF>