I made an application in Qt designer and I can also preview it in "fusion" style.
How can I make it always look like in the "fusion" style? I mean like set it as the standard design. (I'm using Python)
I made an application in Qt designer and I can also preview it in "fusion" style.
How can I make it always look like in the "fusion" style? I mean like set it as the standard design. (I'm using Python)
set the style to the app
....
app = QApplication([])
app.setStyle('Fusion')