Hi,
I'm getting familiar with the Qt "hello world".

I do not understand the line
Qt Code:
  1. #include "ui_mainwindow.h"
To copy to clipboard, switch view to plain text mode 
.
If the file ui_mainwindow.h does not exist how can it be included?