Looking to start learning Python?

Begin Here

Tag: PySide

Loading UI Files in Qt for Python

May 30, 2018 by Mike
Qt for Python (i.e. PySide2) was announced recently and got me interested in trying to use it to load up a UI file. If you don't know, PyQt and PySide / PySide2 can use the Qt Creator application to create user interfaces using a drag-and-drop interface. This is actually very similar to the way you […]

Getting Started with Qt for Python

April 18, 2018 by Mike
The Qt Team recently posted that Qt will now be officially supporting the PySide2 project, which they are calling "Qt for Python". It will be a complete port of the original PySide, which only supported Qt 4. PySide2 supports Qt 5. Qt for Python will have the following license types: GPL, LGPL and commercial. PySide2 […]

PySide: Standard Dialogs and Message Boxes

April 16, 2013 by Mike
The PySide GUI toolkit for Python has several standard dialogs and message boxes that you can use as-is. You can also create custom dialogs, but we'll be saving that for a future article. In this post, we will cover the following dialogs: Color Dialog File Dialog Font Dialog Input Dialog Print & Print Preview Dialogs […]

PySide: Connecting Multiple Widgets to the Same Slot

April 10, 2013 by Mike
As I learn PyQt and PySide, I am writing some tutorials to help my fellow travelers. Today we'll be looking at how to connect multiple widgets to the same slot. In other words, we'll be binding the widgets signals (basically events) to slots (i.e. callables like functions, methods) which are better known as "event handlers". […]

PySide: Creating a Currency Converter

April 9, 2013 by Mike
I am currently reading through Mark Summerfield's book on PyQt, Rapid GUI Programming with Python and Qt and thought it would be fun to take some of the example applications in it and convert them to PySide. So I'll be creating a series of articles where I'll show the original PyQt examples from the book […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary