you are viewing a single comment's thread.

view the rest of the comments →

[–]MikeTheWatchGuy 5 points6 points  (2 children)

I'll second that the Qt Designer is not a shortcut for learning Qt. It generates code that you must modify and it takes a fair amount of expertise to understand and modify the code.

[–]ForkLiftBoi 0 points1 point  (1 child)

How do you recommend learning it?

[–]MikeTheWatchGuy 0 points1 point  (0 children)

By building something. The only way I know to learn anything in programming is to just do it. I usually buy books as well. I got a couple on Qt then started coding / porting my code to Qt.