Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt training tips and tricks [closed]

Tags:

qt

I have just arrived at new company and have never worked with Qt before, but my task is to learn Qt in 2 weeks, so i can give training to others. So i got 2 weeks to learn Qt and prepare for 2 weeks long Qt teaching. I am so dead! Please point out some common mistakes, tricks, styles so i can make that training a bit better!

Thank you!

EDIT: I used this book - C++ GUI Programming with Qt 4 and it was very good. Examples were really good. Also I had some training materials from previos training. That was 2 week traning and we covered almost all Qt aspects! Nice one! ;)

like image 890
0xDEAD BEEF Avatar asked Jun 14 '10 12:06

0xDEAD BEEF


People also ask

Is QT hard to learn?

The overall development effort is minimal since Qt API are easy to understand and application functionality can be implemented with a smaller amount of code. C++ experts will find a lot of powerful APIs and tools in Qt which will make complicated things simple and new features easy to get done.

What is Qt code?

Qt is a cross-platform application development framework for desktop, embedded and mobile. Supported Platforms include Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS and others. Qt is not a programming language on its own. It is a framework written in C++.

How do you use Qt 5?

You can install the Qt Framework and tools by using an online or offline installer, or by building the source packages yourself. The installers allow you to download and install the following components: Qt libraries, prebuilt for a particular development platform (operating system and compiler)


1 Answers

Get C++ GUI Programming with Qt 4, (the official Qt book) and start reading!

like image 131
sml Avatar answered Sep 20 '22 12:09

sml