Wanderson-Magalhaes / Simple_PySide_Base

MIT License
752 stars 183 forks source link

not an issue, but a question #1

Closed chrishsr closed 4 years ago

chrishsr commented 4 years ago

how did you delete the standart "minimize, full size and close" buttons and change them with yours?

Wanderson-Magalhaes commented 4 years ago

You do not need to delete, just hide these widgets. Use: self.ui.btn_maximize_restore.hide() and self.ui.btn_minimize.hide() to hide in the Main.py. Another option is to create a function in the ui_functions.py file to hide the buttons you want. pRINT