forked from KDAB/KDStateMachineEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainpage.dox
48 lines (31 loc) · 1.58 KB
/
Mainpage.dox
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
/*!
@mainpage The KDAB State Machine Editor Library
@section introduction 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.
@section api API documentation
@section contributing Contributing
KDAB will happily accept external contributions, but substantial
contributions will require a signed Copyright Assignment Agreement.
Contact [email protected] for more information.
@section licenses Licenses
The KDAB State Machine Editor Library is (C) 2014 Klarälvdalens Datakonsult AB (KDAB),
and is available under the terms of the LGPL (see LICENSE.LGPL.txt for details).
@lgpl
Commercial use is also permitted as described in ReadMe-commercial.txt.
@sa LICENSE.LGPL.txt
@sa ReadMe-commercial.txt
@section about 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.
*/