aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qt-jenny.qdoc
blob: eb534a2d13adfb9beba71c2b2b84ffbda22fb04b (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page index.html

    \title Qt Jenny documentation

    \raw HTML
    <style>
    .main-navigation table { table-layout: fixed; }
    .main-navigation table tr:first-child { text-align: center; background: none; }
    </style>
    \endraw

    \div {class="main-navigation"}
    \table borderless 100%
        \row
            \li \inlineimage icons/installation.png
            \li \inlineimage icons/getting-started.png
            \li \inlineimage icons/api-reference.png
        \row
            \li \b {INSTALLATION}

                Learn how to install Qt Jenny.

                \l {Installing Qt Jenny}
            \li \b {GETTING STARTED}

                See here to get started with Qt Jenny.

                \l{Getting Started with Qt Jenny}
            \li \b {REFERENCES}

                See here for references for using Qt Jenny.

                \l{References for Qt Jenny}
    \endtable
    \enddiv

    \section1 About

    Qt Jenny translates Java APIs to C++ wrappers.

    \b {ALL TOPICS}

    \raw HTML
    <style>
    .link-list table { table-layout: fixed; }
    .link-list table, .link-list table tr:first-child { background: none; border: none; }
    </style>
    \endraw

    \div {class="link-list"}
    \table 100%
        \row
            \li \inlineimage icons/demo-32x32.png
            \li \inlineimage icons/settings-32x32.png
            \li \inlineimage icons/build-32x32.png
        \row
            \li Overview
                \list
                    \li \l {Qt Jenny: Java Code Generator}
                    \li \l {Qt Jenny concepts and architecture}
                    \li \l {Qt Jenny runtime configuration}
                \endlist
            \li Getting started
                \list
                    \li \l {Installing Qt Jenny}
                    \li \l {Using Qt Jenny}
                \endlist
            \li More topics
                 \list
                    \li \l {References for Qt Jenny}
                    \li \l {Licenses and attributions for Qt Jenny}
                    \li \l {What's new in Qt Jenny}
                \endlist
    \endtable
    \enddiv
*/