Developing Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Decode HTML entity names)
Line 32: Line 32:


* Qt Framework [[Qt_Coding_Style]] and [[Coding Conventions]]
* Qt Framework [[Qt_Coding_Style]] and [[Coding Conventions]]
* [http://doc-snapshot.qt.io/qtcreator-extending/coding-style.html Qt Creator Coding Style & Conventions]
* [http://doc-snapshots.qt.io/qtcreator-extending/coding-style.html Qt Creator Coding Style & Conventions]
* [[API Design Principles]]
* [[API Design Principles]]
* [[Binary Compatibility Workarounds]]
* [[Binary Compatibility Workarounds]]

Revision as of 08:32, 7 September 2015

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

Developing Qt

The Qt Project is a meritocratic consensus-based community interested in Qt. Anyone who shares that interest can join the community, participate in its decision making processes, and contribute to Qt’s development.

This wiki holds guidelines and documentation regarding code contributions to Qt. For an overview over all different ways to contribute to the Qt Project, please take a look at our "home page":http://qt.io.

Contributions

Things you generally need to know if you want to participate with code contributions.

Coding Guidelines

Things you need to know before you start writing Qt code.

Tooling

Things you need to know before you submit your code.

Tools to help development of your code.

Quality Engineering

Things you need to know to ensure good code quality.

Related Articles

Community