There exists one QApplication instance for each application window.
Qt applications are run in a virtual machine
Every QWidget needs to have a parent.
Developers can declare custom signals in addition to using predefined signals.
Qt project file is plafom specific by nature.
In Qt Applications it is possible to switch between languages even at runtime
After making UI changes in the QtDesigner code needs to be recompiled.