I know it is possible to call setFixedSize() to widget and it will be "inactive" but i want to know is it possible to hide it at all.
setFixedSize()
So you can try like this in constructor of MainWindow class:
this->statusBar()->setSizeGripEnabled(false);