I was reading an example on QT on c++ gui - notepad application and i encountered the word "wizard" many times .. i can't understand what it does mean.
for example i found these statements :
- The Qt Widgets Application wizard creates a project that contains a main source file and a set of files that specify a user interface (Notepad widget) -The wizard generates the following code in the main.cpp file This is the object for which the wizard created the class and the UI file.
- The wizard generates a user interface definition in XML format: notepad.ui.
I searched on the internet and i found that it means the detailed steps to install a programs .. but this definition doesn't fit the subject of the link. Any one knows the exact meaning ?