We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187d228 commit e0f51e6Copy full SHA for e0f51e6
image-tagging-gui/run_gui.py
@@ -7,6 +7,7 @@
7
8
def run_gui():
9
app = QApplication([])
10
+ app.setStyle('Fusion')
11
main_window = MainWindow(app)
12
main_window.show()
13
sys.exit(app.exec())
0 commit comments