how to make a QmainWindow with round edges PyQt5

0

I would like to know if I could create a QMainWindow with rounded edges:

So far I've only tried:

self.setStylesheet("border:1px solid;border-radius:2px")

but it does not work

and activate the TranslusentBackground, NoSystemBackground, and FramelessWindowHit properties

    
asked by Revsky01 05.07.2018 в 04:02
source

0 answers