You can use both Qt Designer or writing code to develop GUI; maybe if you are a beginner you can try using Qt Designer because it is usually fast and intuitive.
Qt is a cross-platform framework and that means when you write C++ code by using Qt it is compatible on Windows, Linux and Mac. That is ok when you don't write platfotm-dipendent code.
Bookmarks