#7 Python Animated slide menu with navigation buttons, Pyqt5 , Pyside2 | Modern Flat GUI UI

preview_player
Показать описание
In this part[7] we are going to create an animated left menu that can be expanded and reduced using python, Qt Designer, Pyqt5, and Pyside2.

This is a tutorial series where we will be building a full Desktop App one component at a time. Subscribe so that you won't miss out when I upload other episodes

OR

Resource files/Images Icons[Free Download]

YOU MIGHT ALSO LIKE
Python responsive GUI | user interface with animated transitions | PyQt PySide Custom Widgets Module

Python Animate QStackedWidget SLIDE FADE ANIMATION | PYQT PySide QT DESIGN | MODERN UI GUI

Python Move Or Center Your App Main/Splash Screen Window On-Screen On App Start | Modern Flat Style

CUSTOMIZE QPUSH BUTTON ANIMATIONS | SHADOW | BORDER | BACKGROUND | ICON | MODERN GUI | UI | DESIGN

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

Python Splash Screen | Welcome Screen | Modern GUI | UI Design | Pyside | Pyqt | QT Designer | QT

Python Customize and animate Q Push Buttons using few lines of code and JSON | PyQt PySide

Python QT Charts | Graphs | PyQt | PySide | QT | Matlab | Data Science [Teaser/Trailer]

Python System Tray And Notifications | Pyside2/6 | Pyqt5/6 | Desktop App Project | Action Menu

Python Adding new widgets dynamically to the window | Modern UI | Modern GUI | Flat UI | QT

Python GUI Animated Side Menu | Pyside | PyQt | Moder UI | Interface | Drop Down Menu | Flat Style

Python Desktop App To Monitor All System Information | PYQT5/6 | PYSIDE2/6 | PSUTIL [Modern GUI/ UI]

SOLVED: All QT Platform Plugin Errors! | Python | C++ | Modern Flat Style GUI | PyQt PySide Qt

Python Spiral Progress/Loading Bar | [Pyqt, Pyside, QtDesigner] PysideExtn | Modern GUI | Flat UI

Python Round Progress/Loading Bar [Pyqt, Pyside, QtDesigner] PysideExtn [Modern GUI | Flat UI | ]

Python Create Weather app - project for beginners, Pyqt, Pyside | Modern Interface | Use API Threads

Python Make Web Browser App With Multiple Tabs And Navigation - Full Project MODERN GUI UI

#python #pyqt5 #pyside2 #gui #desktop #app #qtdesigner #userinterface #menu #animation #artificialInteligence #machineLearning

-----------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT LINKS / LINK MUHIMU
--------------------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

good work, trying to learn qt on python for some time

thanks for making this video

chetana
Автор

Brother, Thank you very much for your help. I was not able to make this slash animation. Helped me a lot. One more subscriber for you. And I loved the style you made the video and the show screen.

ColldMaster
Автор

Excellent, uh tutorial helping me lot.. Thank you

CodeMaggi
Автор

Can I ask for help somehow the navigation slide does not return to its original size everytime it slides out it cannot go back.

anikengeorgeflores
Автор

wow...need more tutorials on animating windows!!
Thanks

PythonisLove
Автор

I did the same but it only open the menu bar, when i click again it doesnt work in reverse manner

heetpatel
Автор

Hi, I'm trying to click on padding area but it doesn't send click signal. May can you help me to solve?

MsBcsg
Автор

Hello. First things first, thank you sooo much for these tutorials. Thanks to you I made app from zero. But there is one thing I still can't understand: left slide menu expand when I press on menu button but it doesn't collapse. Here is code:

def slideLeftMenu(self):
width = self.ui.Menu_Frame.width()


if width == 31:
newWidth = 181
elif width == 181:
newWidth = 31

self.animation = QPropertyAnimation(self.ui.Menu_Frame, b"minimumWidth")




self.animation.start()


Note: Max width of frame is 181. Minimum is 31.
Thanks in advance.

atlas_c
Автор

Hello, for what reason when I press the button again it does not shrink? It fulfills the expansion animation but it does not fulfill the opposite

maxinunez
Автор

The source code links are broken. Where can I access them please?

cemsarer
Автор

From where can I get the icon files that you have used in this project ?? The link provided by you isn't working.

KaladharGopal
Автор

This video helped and I'm actually wondering if you could tell me the name of this song? I've been looking for this background music for a long time.

sketchyboi
Автор

when I click the source code link, it downloads a random file. Can you please send an updated link. Thank You!

harikishanpatel
Автор

please how do you export python code from qt designer it doesnt work for me

hythamtag
Автор

7:10 can we use mp4 too coz you used png for icon, will mp4 work too?

muhammad_talha
Автор

The attached zip file is not currently available for downloads. Please check back later.

algosysinditradingcenter
Автор

Can you upload the code I'm really facing errors

hiwassup
Автор

The source code link seems to be broken

ramirotell