Leo Well

PyQt6 Layouts

Use layouts to effortlessly position widgets within the window

Creating your first app with PyQt6

A simple Hello World! application with Python and Qt6

Install PyQt6 on Ubuntu Linux

Install PyQt6 on Ubuntu and other Debian-based Linux distributions

PySide6 Dialogs and Alerts

Notify your users and ask for their input

PySide6 Widgets

Using QPushButton, QCheckBox, QComboBox, QLabel, QSlider and more widgets in your Python GUI apps

Avoid gray background for selected icons

Create a custom ToggleButton widget to replace QAction checkable icons without the default gray selection background

Multithreading PyQt6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

Removing Gaps Between Custom Widgets in PyQt6 Layouts

Use size policies and size hints to control how custom-painted widgets fit together

Create Applications with QtQuick in PyQt6

Build modern applications with declarative QML

How to Get the PyQt5 Version Number?

Find out which version of PyQt5 you're running

PyQt6 vs PySide6

What's the difference between the two Python Qt libraries? ...and what's exactly the same (most of it)

The ModelView Architecture in PySide6

Qt's MVC-like interface for displaying data in views

Creating Searchable Widget Dashboards in PyQt6

Make dashboard UIs easier to use with widget search & text prediction

How to get/set the position of the scroll area?

Preserve scroll position and cursor location when updating text in QTextEdit

How to set working directory of QProcess

Running external programs from different folders using QProcess in PyQt5

setAlignment(QtCore.Qt.AlignCenter) method is not working as expected

Why calling setAlignment on a QStackedLayout doesn't center your widgets, and what to do instead

How to Use System Default Colors in Qt Stylesheets

Access your user's color scheme to keep your app looking native
Showing articles for All (17) PyQt6 (8) PySide6 (3) PyQt5 (4) Streamlit (0) Tkinter (0) PySide2 (0) Kivy (0)
1 2 3 4 5