Developing Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(update link)
mNo edit summary
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
'''English''' [[:Category:Developing_Qt_Portuguese|Portuguese]] [[:Category:Developing_Qt_Russian|русском]] [[:Category:Developing_Qt_Hungarian|Magyar]] [[:Category:Developing_Qt_Arabic|عربي]] [[:Category:SimplifiedChinese::Developing_Qt|简体中文]]
{{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 11: Line 10:
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]], [[Branches]]
* [[Documentation | Reference Documentation]]
* [[Submit Policies]]
* Qt Framework
* [[Qt Creator]]
** [[Submit_Policies]]
** [[Qt Creator Releases | Releases]], [[Qt Creator Submission Policies|Submit Policies]]
** [[Release Management]]
* [[Plugins]]
* Qt Creator
** [[Submit Policies | Submit Policies]]
** [[Qt Creator Releases | Releases]], [[Roadmap| Roadmap]], [[Branches | Branches]]
** [[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]]
* "QtWebKit":http://trac.webkit.org/wiki/QtWebKit
* [http://trac.webkit.org/wiki/QtWebKit QtWebKit]
* [[Checklist for Qt 6.0 inclusion]]


== Coding Guidelines ==
== Coding Guidelines ==
Line 31: Line 27:
Things you need to know before you start writing Qt code.
Things you need to know before you start writing Qt code.


* Qt Framework [[Qt_Coding_Style]] and [[Coding Conventions]]
* Qt Framework [[Qt Coding Style]] and [[Coding Conventions]]
* "Qt Creator Coding Style &amp; Conventions":http://doc-snapshot.qt.io/qtcreator-extending/coding-style.html  
* [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]]
Line 38: Line 34:
* [[Qt Localization]]
* [[Qt Localization]]
* [[Qt In Namespace|Qt in Namespace]]
* [[Qt In Namespace|Qt in Namespace]]
* [[Transition_from_Qt_4.x_to_Qt5|Transition from Qt 4.x to Qt5]]
* [[Transition from Qt 4.x to Qt5]]
* [[Creating a new module or tool for Qt]]
* [[Creating a new module or tool for Qt]]
** Project playground
** Project playground
Line 52: Line 48:
* [[Gerrit Caveats and Hints]]
* [[Gerrit Caveats and Hints]]
* [[Early Warning System]]
* [[Early Warning System]]
Tools to help development of your code.
* [[IDE debug helpers]]
|
|


== Quality Engineering ==
== Quality Engineering ==
Line 75: Line 65:
* [[Git_Introduction|Developing and maintaining patches on top of Qt with Git]]
* [[Git_Introduction|Developing and maintaining patches on top of Qt with Git]]


== Community ==
== [[:Category:Community|Community]] ==


* "Qt Everywhere Calendar":https://www.google.com/calendar/embed?src=9mmsl0mf5opas03ee8esbea10g@group.calendar.google.com&amp;amp;ctz=America/Los_Angeles ("XML":https://www.google.com/calendar/feeds/9mmsl0mf5opas03ee8esbea10g@group.calendar.google.com/public/basic - "iCal":https://www.google.com/calendar/ical/9mmsl0mf5opas03ee8esbea10g@group.calendar.google.com/public/basic.ics)
* [https://www.google.com/calendar/embed?src=9mmsl0mf5opas03ee8esbea10g@group.calendar.google.com&ctz=America/Los_Angeles Qt Everywhere Calendar] ([https://www.google.com/calendar/feeds/9mmsl0mf5opas03ee8esbea10g@group.calendar.google.com/public/basic XML]- [https://www.google.com/calendar/ical/9mmsl0mf5opas03ee8esbea10g@group.calendar.google.com/public/basic.ics iCal])
* [[Who does what]]
* [[Marketing]]
* [[Marketing]]
* [[Qt Contributors Day]]
* [[:Category:Events]]
* [[Qt Contributors Summit 2011 Videos]]

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