add 'about qt' dialog

This commit is contained in:
2025-05-06 20:14:59 +02:00
parent 75578b6126
commit a41e5b79a3
3 changed files with 90 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import os
krow_icon = "icons" + os.sep + "krowlog.svg"
qt_icon = "icons" + os.sep + "qt-logo.png"
license_file = os.path.dirname(os.path.realpath(__file__)) + os.sep + "LICENSE"
changelog_file = os.path.dirname(os.path.realpath(__file__)) + os.sep + "changelog.txt"