Please turn JavaScript on
Python GUIs icon

Python GUIs

Want to know the latest news and articles posted on Python GUIs?

Then subscribe to their feed now! You can receive their updates by email, via mobile or on your personal news page on this website.

See what they recently published below.

Website title: Python GUIs – Create GUI applications with Python and Qt

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0 / day

Message History

I have a QTableView with a custom QAbstractTableModel, and I want to add a column of checkboxes. Should I create a custom delegate class for the checkbox, or is there a simpler way to do this?

You can use a custom delegate to draw a checkbox widget, but you don't have to. Qt provides a built-in mechanism for this: Qt.CheckStateRole. By returning Qt.Checked o...


Read full story
Using QThr

eadPool.start() with a Simple Function in PySide6 Subtitle: Run background tasks without creating a QRunnable by passing a callable directly to QThreadPool Date: 2021-07-06 09:00 Authors: Martin Fitzman Patrick Description: Learn how to use QThreadPool.start() with a plain Python function in PySide6, avoiding the need to subclass QRunnable for simple background tasks. SeoTitl...


Read full story