mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 12:12:59 +03:00
parent
3a655178d4
commit
023a4a5142
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user