PDA

View Full Version : Naming Convention for QT



metdos
6th August 2009, 08:36
Is there any naming convention for QT which is widely used?

yogeshgokul
6th August 2009, 08:43
This is how Qt itself uses. See this (http://doc.trolltech.com/qq/qq13-apis.html)

spirit
6th August 2009, 08:49
...and this (http://qt.gitorious.org/qt/pages) maybe helpful.

vks
20th August 2015, 08:25
Hello,

I am preparing QT coding conventions but not able to find guidelines related to QT classes.

Till now i have prepared C++ best practices, please suggest..

anda_skoa
20th August 2015, 10:27
Qt itself uses https://wiki.qt.io/Qt_Coding_Style but I've come across many variations (e.g. KDE's style (https://techbase.kde.org/Policies/Kdelibs_Coding_Style)) and entirely different styles in Qt using projects over the years.

Cheers,
_