Configure style After creating the application with QApplication([]) , you can can set the Qt style with the function setStyle(style) . For example if you want to set the style to Fusion, you add the line app. setStyle(‘Fusion’) . If you are new to Python PyQt, then I highly recommend this book.