forked from KDAB/KDStateMachineEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
54 lines (40 loc) · 1.76 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Introduction
============
The KDAB State Machine Editor Library is a framework that can be used to
help develop full-featured State Machine Editing graphical user interfaces
and tools. Output from such applications is in metacode or QML that can
then be used in larger Qt or QtQuick projects.
For a full description of the KDAB State Machine Editor Library, read our
wiki on GitHub, https://github.com/KDAB/KDStateMachineEditor/wiki.
Building and running
================================
Install the dependencies (here: Ubuntu):
$ sudo apt-get install cmake qt5-default graphviz-dev \
qtbase5-private-dev libqt5qml-graphicaleffects
Build:
$ mkdir build
$ cd build
$ cmake ..
$ make
Start the test app:
$ ./bin/kdstatemachineeditor
Contributing
============
KDAB will happily accept external contributions, but substantial
contributions will require a signed Copyright Assignment Agreement.
Contact [email protected] for more information.
Licensing
=========
The KDAB State Machine Editor Library is (C) 2014-2018 Klarälvdalens Datakonsult AB (KDAB),
and is available under the terms of the LGPL 2.1. See LICENSE.LGPL.txt for license details.
Commercial use is also permitted as described in ReadMe-commercial.txt.
About KDAB
==========
This State Machine Editor Library is supported and maintained by
Klarälvdalens Datakonsult AB (KDAB).
KDAB, the Qt experts, provide consulting and mentoring for developing
Qt applications from scratch and in porting from all popular and legacy
frameworks to Qt. We continue to help develop parts of Qt and are one
of the major contributors to the Qt Project. We can give advanced or
standard trainings anywhere around the globe.
Please visit http://www.kdab.com to meet the people who write code like this.