0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00
Files
bec_widgets/docs/developer/introduction/useful_links.md

1.5 KiB

(developer.useful_links)=

Useful Links

If you're new to the Qt framework, here are some helpful resources to get you started. In BEC Widgets, we use Qt distributions based on Qt6, specifically PyQt6 and PySide6. However, all code should be written using the qtpy abstraction layer, which allows compatibility with both. While both PyQt6 and PySide6 are supported, we prefer PySide6 as it is the official Python binding from the Qt Company. It offers advantages like bundling all necessary libraries in a single package with pip installation and staying more up-to-date compared to PyQt6.

Below is a list of useful links to help you start developing with Qt and Qt Designer: