techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.2K
active users

#pyqt

2 posts2 participants0 posts today

I have been making progress with my color converter/creation application built with PyQt. I just added a 4 point gradient tool this morning. This application will allow you to create, convert and manage all your colors in one place.

#Linux#Python#PyQt

The #QScrollBar widget is a scroll bar that enables the user to access parts of a document that is larger than the widget used to display it.
doc.qt.io/qtforpython-5/PySide

The #QScrollArea widget is used to display the contents of a child widget within a frame. If the widget exceeds the size of the frame, the view can provide scroll bars so that the entire area of the child widget can be viewed.
doc.qt.io/qtforpython-5/PySide

#Python#QT#PyQt