Showing articles for All (340) PyQt6 (0) PySide6 (0) PyQt5 (217) Streamlit (0) Tkinter (0) PySide2 (45) Kivy (0)

Why are signals defined as class variables?

Understanding why PyQt6 and PySide6 signals live on the class, not in __init__

Coordinates on `QPainter`

Published 10.05.2020

How to Pass Additional Arguments to a QRunnable Worker Function

Solving common errors when passing parameters to threaded Worker functions in PyQt5

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?

Why Omitting "if role == Qt.DisplayRole" Makes Your QAbstractTableModel Look Strange

Understanding Qt roles and why your table suddenly shows checkboxes, checkmarks, and filled squares

How to Add Custom Widgets to Qt Designer

Use widget promotion to integrate your own Python widgets into Qt Designer layouts

ModelView Autoselection

Published 07.05.2020
1 2 3 4 5 6 7 8 9 10 11 12 13 14