Python Building and animating buttons and icons | QPushButtons Iconify | PyQt PySide | Modern UI

preview_player
Показать описание
In this video, I will be showing you how to build a beautiful responsive user interface by customizing your buttons. You can animate different parts of the QPushButton when a user hovers or clicks on the button:
You can animate:

1 The Icon
2 Background color
3 Border color
4 Button Shadow

If you find this video helpful, please like share, and subscribe for more.

You can support my effort to continue making cool contents like this
By Becoming My Patreon Supporter.
This post releases to the public on Jun 1, 2021 at 9:59 AM

#python #pyside #pyqt #design #responsive #modern #gui #ui

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

Good day,
I was adding the iconfiy feature to an existing project and i'm using [ loadJsonStyle(self, self.ui) ] to load my style.json file but it failed to load after adding
[ from custom_buttons import * ] to my code. this was the erro displayed : "loadJsonStyle(self, self.ui)
TypeError: loadJsonStyle() takes 1 positional argument but 2 were given"

fawazoyebode
Автор

AttributeError: 'QPushButton' object has no attribute 'setObjectCustomTheme'

kevincruz
Автор

bugs with applyShadow --> position of widget is changed when dragged after triggering shadow animaiton !

new_contents_all_day
Автор

Thank you my friend, very nice.
There is something you want to ask.
How can we add a swf file as an icon on QPushButton for animated button?

mseroglu
Автор

Hello friend, do you have any interface that you use database?

zerocool
Автор

Can you start from scratch because I don't understand?

mustafaebid
Автор

Sorry guys, I recorded this video late at night so I didn't explain the whole process well. I will make small parts of this video where I will try to explain more.

SpinnTV