Python Animate QPushButton And Icons | Install Font And ICONIFY Libraries | Pyqt | PySide

preview_player
Показать описание
Easily animate your QPushButton icon using Iconify library. Also, install font libraries such as font awesome, google fonts, feather icons, and much more.

Easily style using different themes and animate your QPushButtons border, background color, or both on hover or click events. Also, separately animate your QPushButton icon on hover or click.

#iconify #python #pyside #pyqt #animation #gui

-----------------------------------------------------------------------------------------------------------------------------------------
MAKE YOUR CONTRIBUTIONS
--------------------------------------------------------------------------------------------------------------------------------------
Send Me A Cup Of Coffee
Support Me
-----------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT LINKS / LINK MUHIMU
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

The most helpful channel in YouTube, I'm a big big fun of you broo.

yassineamri
Автор

Once again, i'm really happy that these can be done without QML

sherafati
Автор

I have high hopes that this channel will expand in short period,
For YouTube algorithms
Best GUI UI Python pyqt pyside modern interactive graphical user interface

boumaizasalah
Автор

Great video introducing a great library!

Having thia nice looking styles premade for me, i can now focus on the logic of my application without worrying about the UI design.

sherafati
Автор

I wish you had more views, your work is amazing. Do you do this as a full time job (like python ui developement)?

mergenstudios
Автор

bro pls tell which version of qt designer you are using because your qt designer ui is very good and which i am using a very ugly ui qt designer

Heheh
Автор

the high volume music is too unnecessary, please try to keep going without any music then It would be great..Also thank you so much for this very useful content.

mertoguzhan
Автор

Broo, i get this error: line 15, in __init__

TypeError: setIcon(self, QIcon): argument 1 has unexpected type 'PySide2.QtGui.QIcon'

I'm working with PyQt5, does it affect this? However the object type of ico.Icon doesn't work with my pushButton, Do you have a solution?

dadas
Автор

Hey this looks awsome but how can I do this in PyQt5 ? It is getting and Typeerror becuase iconify is using pyside2

DaniruDEV
Автор

i'm having this error when doing multiple animation
I wander why ??
File "C:\python\MOA-Toolkits_Virtualenv\lib\site-packages\iconify\core.py", line 211, in pixmap
return self.pixmapGenerator(mode=mode, state=state).pixmap(size)
File "C:\python\MOA-Toolkits_Virtualenv\lib\site-packages\iconify\core.py", line 129, in pixmapGenerator
return self._pixmapGenerators.get(
AttributeError: '_IconEngine' object has no attribute '_pixmapGenerators'. Did you mean: 'pixmapGenerator'?

bechirzouaoui
Автор

Thank you again, please can you show us how to animate Qpushbutton on hover ?

otchoumoudominiqueangbeni
Автор

Hello, could you help me how to set the maximum duration of the animation so it doesn't loop? please

jhonatan
Автор

please help me. I got this errors
TypeError: setIcon(self, QIcon): argument 1 has unexpected type 'PySide2.QtGui.QIcon'

otchoumoudominiqueangbeni
Автор

Hi great work
the link of source code not working

harpyTech
Автор

best Channel i have errer i Hope Can You help me "Cannot mix incompatible Qt library (version 0x50e00) with this library (version 0x50e02)"

easy_tech
Автор

I have tried a thousand ways:
anim = ico.anim.Spin()
icon = ico.Icon("icons/restaurante.png", color=QtGui.QColor('orange'), anim=anim)

anim.start()
self.ui.pushButton.setIconSize(QSize(64, 64))

Error:raise IconNotFoundError(
Unable to find an icon on the ICONIFY_PATH that matches 'icons/restaurante.png'

OsoBubu