
Open up Qt Creator and you will be presented with the main window. You can opt to install only Creator during the installation. This tutorial requires Qt Creator to be installed - you can download it free from the Qt website. The Python API to hook up your application logic later. The principles, layouts and widgets are identical, so you can applyĮverything you've already learnt. In this tutorial we'll cover the basics of creating UIs with Qt Designer. Using Qt Designer you can define your UIs visually and then simply hook up the application logic later. The good news is that Qt comes with a graphical editor - Qt Designer - which contains a drag-and-drop UI editor. This works great in many cases, but as your applications get larger or interfaces more complicated, it can get a bit cumbersome to define all widgets programmatically. So far we have been creating apps using Python code.
