Click here to Skip to main content
15,914,444 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Can any USians confirm? Pin
Bassam Abdul-Baki11-Apr-14 0:40
professionalBassam Abdul-Baki11-Apr-14 0:40 
GeneralRe: Can any USians confirm? Pin
Keith Barrow10-Apr-14 8:54
professionalKeith Barrow10-Apr-14 8:54 
AnswerRe: Can any USians confirm? Pin
Roger Wright10-Apr-14 7:54
professionalRoger Wright10-Apr-14 7:54 
GeneralRe: Can any USians confirm? Pin
Corporal Agarn10-Apr-14 9:11
professionalCorporal Agarn10-Apr-14 9:11 
AnswerRe: Can any USians confirm? Pin
David C# Hobbyist.10-Apr-14 12:08
professionalDavid C# Hobbyist.10-Apr-14 12:08 
AnswerRe: Can any USians confirm? Pin
Vivi Chellappa11-Apr-14 1:42
professionalVivi Chellappa11-Apr-14 1:42 
GeneralLearning C++/Qt Pin
Brisingr Aerowing10-Apr-14 5:14
professionalBrisingr Aerowing10-Apr-14 5:14 
GeneralRe: Learning C++/QT PinPopular
Marco Bertschi10-Apr-14 5:27
protectorMarco Bertschi10-Apr-14 5:27 
I've been working with Qt for a good while now (about a year), got some tips written on that topic.

Important: Qt has two RegEx engines. QRegExp is old, outdated and not maintained. [1[^]]

If you plan on doing GUI stuff with Qt, I strongly recommend QML[^] instead of QWidgets (QML can be used on any platform, but QWidgets can't).

You may also find Multi-Threading Tutorials where they recommend you to overload the run() method of QThread - Don't do it, they have changed that to a more secure and more customizable way: http://mayaposch.wordpress.com/2011/11/01/how-to-really-truly-use-qthreads-the-full-explanation/[^]

If you have a Mac where you want to install your Development Environment, you have to watch a few things[^]
(Linux and Windows installers from the download page work out of the box).

Apart from that, be warned that tutorials for earlier versions may not reflect what is recommended to be done when using the latest 5.2.1 release.

Signals and Slots are a PITA at first, but after a while you get a pretty good hang on it. Always watch the console output of the debugger, if you made a typo while connecting them it will not be shown before runtime.

So, and if you got any more questions you can either ask me or someone at the Qt forums[^] - They're usually pretty quick with answering questions.

I'm currently writing The big Qt cross platform Desktop introduction[^], but it is far from being finished yet, since I only started writing a few days ago.


Edit: It is also Qt, and not QT. If you search for QT, you are quite likely to get results about QuickTime [or get flamed on for writing QT instead of Qt].
I will never again mention that Dalek Dave was the poster of the One Millionth Lounge Post, nor that it was complete drivel.

How to ask a question

GeneralRe: Learning C++/QT Pin
Brisingr Aerowing10-Apr-14 6:10
professionalBrisingr Aerowing10-Apr-14 6:10 
GeneralRe: Learning C++/QT Pin
Marco Bertschi10-Apr-14 6:17
protectorMarco Bertschi10-Apr-14 6:17 
GeneralRe: Learning C++/QT Pin
Gary Wheeler10-Apr-14 6:36
Gary Wheeler10-Apr-14 6:36 
GeneralRe: Learning C++/QT Pin
Marco Bertschi10-Apr-14 8:25
protectorMarco Bertschi10-Apr-14 8:25 
GeneralRe: Learning C++/QT Pin
Sean Hopen11-Apr-14 4:08
Sean Hopen11-Apr-14 4:08 
GeneralRe: Learning C++/QT Pin
Marco Bertschi11-Apr-14 5:04
protectorMarco Bertschi11-Apr-14 5:04 
GeneralRe: Learning C++/Qt Pin
newton.saber10-Apr-14 7:29
newton.saber10-Apr-14 7:29 
GeneralRe: Learning C++/Qt Pin
Marco Bertschi10-Apr-14 8:29
protectorMarco Bertschi10-Apr-14 8:29 
GeneralRe: Learning C++/Qt Pin
Member 460889811-Apr-14 5:15
Member 460889811-Apr-14 5:15 
GeneralJust got the new AD/HD album... Pin
Nagy Vilmos10-Apr-14 3:23
professionalNagy Vilmos10-Apr-14 3:23 
GeneralRe: Just got the new AD/HD album... Pin
glennPattonWork310-Apr-14 3:28
professionalglennPattonWork310-Apr-14 3:28 
GeneralRe: Just got the new AD/HD album... Pin
PIEBALDconsult10-Apr-14 4:14
mvePIEBALDconsult10-Apr-14 4:14 
GeneralAlbum Cover Pin
MehGerbil10-Apr-14 5:15
MehGerbil10-Apr-14 5:15 
GeneralRe: Album Cover Pin
Roger Wright10-Apr-14 7:56
professionalRoger Wright10-Apr-14 7:56 
GeneralRe: Album Cover Pin
Member 1069936914-May-14 9:10
Member 1069936914-May-14 9:10 
GeneralRe: Just got the new AD/HD album... Pin
Jörgen Andersson10-Apr-14 6:16
professionalJörgen Andersson10-Apr-14 6:16 
GeneralSpeed Dating in Wales PinPopular
Blue Waffle10-Apr-14 2:06
Blue Waffle10-Apr-14 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.