parent
80f1077b35
commit
f730121047
3 changed files with 3 additions and 2 deletions
LogarithmPlotter
|
@ -89,6 +89,7 @@ def run():
|
|||
QApplication.setAttribute(Qt.AA_EnableHighDpiScaling)
|
||||
app = QApplication(argv)
|
||||
app.setApplicationName("LogarithmPlotter")
|
||||
app.setDesktopFileName("eu.ad5001.LogarithmPlotter.desktop")
|
||||
app.setOrganizationName("Ad5001")
|
||||
app.styleHints().setShowShortcutsInContextMenus(True)
|
||||
app.setWindowIcon(QIcon(path.realpath(path.join(getcwd(), "logarithmplotter.svg"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue