Developing Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(→‎Community: d'oh - misguided link.)
mNo edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LangSwitch}}
{{LangSwitch}}
[[Category:Developing Qt]]


= 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. The mailing-list for development '''of''' Qt (as opposed to [[:Category:Developing with Qt|developing ''with'' Qt]]) is <kbd>development@qt-project.org</kbd>
 
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.
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.
Line 16: Line 15:
* [[Code Reviews|Contributing and Reviewing Code]]
* [[Code Reviews|Contributing and Reviewing Code]]
* [[Commit Policy]], [[Branches]]
* [[Commit Policy]], [[Branches]]
* [[Qt Framework]]
* [[Submit Policies]]
** [[Submit Policies]]
* [[Qt Creator]]
* [[Qt Creator]]
** [[Qt Creator Releases | Releases]], [[Qt Creator Submission Policies|Submit Policies]]
** [[Qt Creator Releases | Releases]], [[Qt Creator Submission Policies|Submit Policies]]
** [[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]
* [[Checklist for Qt 6.0 inclusion]]


== Coding Guidelines ==
== Coding Guidelines ==

Revision as of 11:50, 7 May 2020

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

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. The mailing-list for development of Qt (as opposed to developing with Qt) is development@qt-project.org

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.

Quality Engineering

Things you need to know to ensure good code quality.

Related Articles

Community