You didn’t say what language you mean, so I’m saying how to do it in Python with Qt: First of all , you cannot do it in Qt Designer!
Once you have developed your GUI using the Qt designer application, you should add this python line for FILE . py (generated using pyuic5):
MainWindow.setWindowFlags(QtCore.Qt.CustomizeWindowHint)
Saeid source share