mirror of
https://github.com/shizand/statapp.git
synced 2025-10-01 03:19:47 +03:00
@@ -97,6 +97,11 @@ class MainWindow(QMainWindow):
|
||||
def on_aboutmenuaction_triggered(self):
|
||||
global about_window
|
||||
about_window = AboutWindow()
|
||||
|
||||
icon = QIcon()
|
||||
icon.addFile(resource_path("ui/images/logo.ico"), QSize(), QIcon.Normal, QIcon.Off)
|
||||
about_window.setWindowIcon(icon)
|
||||
|
||||
about_window.show()
|
||||
|
||||
@Slot()
|
||||
|
Reference in New Issue
Block a user