Skip to content

Commit

Permalink
icon set
Browse files Browse the repository at this point in the history
  • Loading branch information
heidariarash committed Jan 28, 2021
1 parent a710c5f commit defd21d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed gallery/icon.jpg
Binary file not shown.
Binary file added gallery/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def load_classes_clicked(self):
if __name__ == "__main__":
app = QtWidgets.QApplication(sys.argv)
app.setStyle("fusion")
app.setWindowIcon(QtGui.QIcon('gallery/icon.jpg'))
app.setWindowIcon(QtGui.QIcon('gallery/icon.png'))
window = MainWindow()
window.show()
sys.exit(app.exec_())

0 comments on commit defd21d

Please sign in to comment.