Results 1 to 2 of 2

Thread: Qt Coding Convention

  1. #1

    Post Qt Coding Convention

    I'm familiar with Symbian, as you might know, it has very strict coding convention, but it helps enormously to identify different types of variables at very instant you see one.

    For example:

    int myLocalVariable;
    int aFunctionArgument;
    int iMemberVariable;
    const int KConstantVariable

    ...and so on.

    So, does Qt follow some coding convention? Or just I follow one of the C++ coding convention? Any links to guides or good examples are appreciated.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Coding Convention

    Follow any convention you find best for you.

Similar Threads

  1. C++/Qt coding standards
    By derick in forum General Programming
    Replies: 1
    Last Post: 8th May 2008, 10:00
  2. c++ coding standards
    By guestgulkan in forum General Programming
    Replies: 1
    Last Post: 1st May 2008, 09:05
  3. coding style
    By mickey in forum General Discussion
    Replies: 2
    Last Post: 16th March 2008, 18:19
  4. what will be the coding for Menu->File->open
    By jyoti in forum Qt Programming
    Replies: 3
    Last Post: 10th November 2006, 12:16
  5. What is your coding style ??
    By guestgulkan in forum General Discussion
    Replies: 9
    Last Post: 29th May 2006, 09:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.