Python GUI Simple Animated Side Menu Using Custom Widget Module | Pyside | PyQt | Moder UI

preview_player
Показать описание
Beautifully animated and responsive side menu for your desktop app in Python, PySide, PyQt, and Qt Designer.

Source Code Link:

FREE ICONS DOWNLOAD
Custom Widgets:

#pyside6 #qt #python #c++ #uixDesign
====================================================================
Join this channel to get access to the perks:

Music by Amidst
@Amidstmusic
Music Promoted by: Travel Vlog Background Music

-----------------------------------------------------------------------------------------------------------------------------------------
MAKE YOUR CONTRIBUTIONS
--------------------------------------------------------------------------------------------------------------------------------------
Send Me A Cup Of Coffee
Support Me
I use Payoneer to send and receive money online:
-----------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT LINKS / LINK MUHIMU
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор


FREE ICONS DOWNLOAD
Custom Widgets:

SpinnTV
Автор

That's really nice man. Exactly what I was looking for... I'm going to use it in my project. Thank you :)

edsaid
Автор

*{
border: none;
background-color: transparent;
color: #fff;
}
#centralwidget{
background-color: #040f13;
}
#side_menu{
background-color: #071e26;
border-radius: 20px;
}
QPushButton{
padding: 10px;
background-color: #040f13;
border-radius: 5px;
}
#main_body{
background-color: #071e26;
border-radius: 10px;
}

ayratzak
Автор

me, Py back-end dev freaking out right now :) ql work.

georgwagner
Автор

Unable to import required Qt libraries from PySide2! Please set the 'ICONIFY_QTLIB' env var to the location of a Qt5 compliant python binding you would like to use.

PLEASE

isorenaarvinjay
Автор

Sr you are doing amazing job, I really loved to watch your videos and tutorials.
My request if you develop a video on car dashboards as well, using PyQt5 and Qt designer. :-)

mustafaimran
Автор

how do you use layouts like that on your frames? it doesn't work for me

haddock
Автор

What is the ui_interface you import?
I get the error ui_interface is not defined. Can't find a way to pip install it either.

TheoKregaard
Автор

i keep getting this error
"ImportError: Unable to import required Qt libraries from PySide2! Please set the 'ICONIFY_QTLIB' env var to the location of a Qt5 compliant python binding you would like to use."

adam-uljc
Автор

is there a way to do this animated side menu using c++ ?

benfarahmedamine
Автор

Sir Where are close, minimize and maximize buttons?

SchoolofCodes
Автор

when I open in full screen and leave the menu open on the left, then the window expands downward when I exit into a small window, and do not manually reduce its height, how to fix this?

turkin
Автор

Bro i can easily understood the ui design part but got stuck everytime on creating the animations please help me what should i learn for that before getting into it.

m_abhijit_
Автор

thank you
i'm confused when we should use layout and when frame ?

mrj
Автор

When I run the animation, the screen expands downwards every time, how can I solve this?

duygukocar
Автор

what is the name of the extension for sublim to show the path error at 12:48?

turkin
Автор

hay spin tv, the video you made is very good, very helpful for me who is learning a lot about python.. i want to ask, can python make an accordion menu? I'm trying to figure out how to do it, but I haven't found it yet. maybe you can help me to know how to make accordion menu?

Thank you :)

RidwanGhibran
Автор

Just asking, how do you add dark mode to your Qt designer? thanks :)

lintionglau
Автор

bro how do i add a chat, or text widget to the body? kind of like discord servers

swoodc
Автор

Really nice.
But i have this problem when i'm gonna run main.py


self.side_menu = QCustomSlideMenu(self.body)
super().__init__(parent)
TypeError: 'PySide2.QtWidgets.QWidget' called with wrong argument types:

Supported signatures:
= None, PySide2.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags))

soyelparce