Search code examples
qtbuttonqwidget

Hot to hide this button on widget?


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.

enter image description here


Solution

  • So you can try like this in constructor of MainWindow class:

    this->statusBar()->setSizeGripEnabled(false);