After doing these I get build issue described as: no 'void MainWindow::hello()' member function declared in class 'MainWindow'
class MainWindow : ..... { // .... public slots: void hello(); // .... };