Developing Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(→‎Contributions: Removed broken link. Cleaned up text of another.)
(→‎Contributions: More broken links and poor wiki-editing.)
Line 11: Line 11:
Things you generally need to know if you want to participate with code contributions.
Things you generally need to know if you want to participate with code contributions.


* [[The_Qt_Governance_Model|The Qt Governance Model]]
* [[The Qt Governance Model]]
* [[Maintainers]]
* [[Maintainers]]
* [[Qt Contribution Guidelines]]
* [[Qt Contribution Guidelines]]
* [[Code_Reviews|Contributing and Reviewing Code]]
* [[Code Reviews|Contributing and Reviewing Code]]
* [[Commit_Policy | Commit Policy]]
* [[Commit Policy]]
* Qt Framework
* Qt Framework
** [[Submit Policies]]
** [[Submit Policies]]
** [[Release Management]]
* Qt Creator
* Qt Creator
** [[Submit Policies | Submit Policies]]
** [[Qt Creator Releases | Releases]], [[Roadmap| Roadmap]], [[Branches | Branches]]
** [[Qt Creator Releases | Releases]], [[Roadmap| Roadmap]], [[Branches | Branches]]
** [[Plugins | Plugins]]
** [[Plugins]]
* [[Creating-a-new-module-or-tool-for-Qt | Creating New Modules or Tools for Qt]]
* [[Creating-a-new-module-or-tool-for-Qt | Creating New Modules or Tools for Qt]]
* [http://trac.webkit.org/wiki/QtWebKit QtWebKit]
* [http://trac.webkit.org/wiki/QtWebKit QtWebKit]

Revision as of 14:09, 15 September 2016

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