As a complete beginner to Qt, I have Qt Creator installed. The main screen gives a very simple example of how to create and then extend a simple application. The only problem I have is that when I follow the instructions I get a 'Hello World' application that bears no relationship to the example being explained, and the remaining instructions are just meaningless.
I would like to see the code that generates squares with Qt in it, but the example doesn't do that.
I have a background in C, I have been learning C++ for a while. I have Visual Studio 2010 C++ Express that does some of what I want, but the full .NET application seems unduly complex (and I couldn't afford a license, in any case). This is why I am looking into Qt, and it would help to have some help that actually matches the code that is generated.
Can someone please point me in the correct direction?
(I am only interested in desktop applications at this time)
Bookmarks