FAQ

Common Python GUI Questions, Answered

Answers to our users most frequently answered questions, from licensing, packaging and libraries, to PyQt tips and tricks.

Showing articles for All (297) PyQt6 (109) PySide6 (107) PyQt5 (275) Streamlit (103) Tkinter (104) PySide2 (114) Kivy (103)

QWebEngine in Qt Designer

Published 11.05.2020

Coordinates on `QPainter`

Published 10.05.2020

Pause a running worker thread

Put a running task on hold, waiting for the UI

What does @pyqtSlot() do?

Is the pyqtSlot decorator even necessary?

What does @Slot() do?

Is the Slot decorator even necessary?

Q&A: How to check if a QLineEdit is empty?

Empty strings are falsey in Python
1 2 3 4 5 6 7 8 9 10 11 12