

I will be explaining things in more detail once we actually make use of the appropriate function. You will get to know the different parts of the Qt Creator development environment better step by step when we start using it during the next parts of this programming tutorial. The navigation within these pages works just like in an internet browser.
#Qt creator tutorial how to
In this example, we will see how to create a simple Qt application which manage a button. Just like in an internet browser, the main help display stores a history of all help files which you have opened in the current session. QtCreator is, at the moment, the best tool to create a Qt application.

Once you have opened a help page, you can set a bookmark for it using the bookmark button above the help text (or the appropriate key combination). The search option opens a search text field where you can enter keywords for the search in the help files. With the pop-down menu bars in the sidebar (or the options in the main "Help" menu) you can switch between contents, index or bookmark list and a search option. In the default setting, the help mode shows a sidebar with a content index tree and open pages list on the left and a main help view with the help text (and pictures) on the right. You can call up some basic documentation and online tutorials here, as well as choose from different programming examples: The " Getting Started" page is automatically displayed first. In the welcome view you can currently choose between three options using the appropriately labeled buttons: This is automatically updated if you have an active internet connection. On the right side of the Welcome page you can see a column where news about Qt is displayed. You can always get back here later by selecting the " QtWelcome" button on the left. When you open Qt Creator the first time, the Qt Welcome screen is automatically displayed in the main window area. The main windowĪpart from the icon bar on the left side, most of the Qt Creator window is made up of a view which changes depending on the currently selected part of Qt Creator. Once your program works as you want it to, you can create the final, stand-alone program using this function.
