Update about dialog with enhanced product description and contact information

This commit is contained in:
claudi 2026-02-20 08:35:20 +01:00
parent bf7c7b5e5f
commit f34421bb18

View file

@ -1158,10 +1158,21 @@ class MainWindow(QMainWindow):
f"<b>{self.config.app_name}</b><br>"
f"Version: {self.config.app_version}<br>"
f"<br>"
f"A professional Qt-based desktop application that converts "
f"web-based drag-and-drop text paths into native file operations.<br>"
f"Bridges web-based drag-and-drop workflows with native file operations "
f"for professional desktop applications.<br>"
f"<br>"
f"<small>© 2026 WebDrop Bridge Contributors</small>"
f"<b>Product of:</b><br>"
f"<b>Hörl Information Management GmbH</b><br>"
f"Silberburgstraße 126<br>"
f"70176 Stuttgart, Germany<br>"
f"<br>"
f"<small>"
f"<b>Email:</b> <a href='mailto:info@hoerl-im.de'>info@hoerl-im.de</a><br>"
f"<b>Phone:</b> +49 (0) 711 933 42 52 0<br>"
f"<b>Web:</b> <a href='https://www.hoerl-im.de/'>https://www.hoerl-im.de/</a><br>"
f"</small>"
f"<br>"
f"<small>© 2026 Hörl Information Management GmbH. All rights reserved.</small>"
)
QMessageBox.about(self, f"About {self.config.app_name}", about_text)