Compare commits

...

7 Commits

Author SHA256 Message Date
5bf1d8de08 Fix icon on linuxero's branch 2025-03-10 10:26:59 +01:00
09a0daad66 Merge branch 'refs/heads/linuxero' 2025-03-10 10:24:13 +01:00
712df39383 Merge branch 'refs/heads/linuxero' 2025-03-08 12:24:49 +01:00
c132b6830a Windows version 2025-03-07 15:29:45 +01:00
a6bed81aaf linuxversion 2025-03-07 15:29:04 +01:00
78ede0fad8 linux version 2025-03-07 15:28:51 +01:00
26759be1cb Resources for André 2025-03-07 14:47:37 +01:00
3 changed files with 38182 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ if __name__ == "__main__":
qml_file = "qrc:/Gui/main.qml"
icon = QIcon(":/images/tero.jpg")
app.setWindowIcon(QIcon(icon))
app.setWindowIcon(icon)
tray = QSystemTrayIcon()
tray.setIcon(icon)

34900
rc_pyqcrm.py Normal file

File diff suppressed because it is too large Load Diff

3281
rc_qml.py Normal file

File diff suppressed because it is too large Load Diff