Python, PySide2, Qt Designer - Custom Title Bar [Modern GUI / Flat GUI] (Time-lapse Video)

preview_player
Показать описание
//// DONATE ////

🔗 PATREON:
Many people asked me to create a Patreon (thanks to everyone, you are amazing ❤)!
If you can help me keep creating new videos about technology and that amount will not be missed for you this will help to share knowledge FOR EVERYONE!

A simple project created with PySide2 and Qt Designer showing how it works to create a customizable application.

If you liked this video please leave your like and comment.

Thanks for watching.
Рекомендации по теме
Комментарии
Автор

6:05- 9:13 making maximize, minimize and close buttons
9:16 making frame_grip and frame_lable_credits
11:48 adding content

chetana
Автор

This is useful in so many ways. Not just for Python but also for any kind of GUI that accepts CSS. Really thankful for this tutorial and the other videos! They really helped me to see the possibilities and how a GUI does not have to look awful or boring.

jonasbenediktarndt
Автор

You are the Tony Stark of Python GUI my friend, please don't stop inspiring the public with your ideas.. Best of luck

bstsimo
Автор

u r insane, pushing the boundaries of PyUI, i have started too

hoholord
Автор

I like this "If You control the code, You control the world 🌎🌎🌍🌎🌎🌍🌎🌎" thank you bro for this amazing tuto, big respect 👍

DevBossMa
Автор

O my God... I really didn't think that with Python can make so unbelievable things. Thank you for that tutorial!

kotedo
Автор

Cara esse seu conteúdo é de muita importância para a comunidade QT no Brasil.

kaiquesantos
Автор

Foi a primeira pessoa que vi usando o Qt assim, parabéns!

viniciuseliasdasilva
Автор

Wonderful. I am not a UI designer and was looking for a quick guide to generate a decent looking GUI for my application. I knew I will need to use CSS extensively for this but wasn't sure of its value / limitation. This video provides all the motivation i needed to try it myself.

prashkd
Автор

of course i'll drop like, you are the best, you gave me a push forward,
Thank you, keep going.

-
Автор

Good video! Just what I needed!
I have some issues in Archlinux moving the window and maximizing/restoring it but in general the walk-through is really good.

gg_man
Автор

Awesome work man!! Loved it! Was looking for something like this. Thanks a lot.

rijulsingla
Автор

I like what you'r doin. Keep it Up! Youtube hasn't enough python tutorial.

MrLostWizard
Автор

It's great help for me, learned a lot.Thank you for your work!!!

simafeima
Автор

Thanks a lot!! it was really helpful!!

김준학-so
Автор

Que foda! Quiçá um dia eu consiga programar dessa forma ou melhor. Estou aprendendo bastante com seus vídeos.

marcryziusvalkerbur
Автор

Totalmente espectacular!! Muito obrigado!! I'm subscribing your patreon searching for more videos like this!!

mrchuz
Автор

For Top Right Buttons :

QPushButton{
border:none;
border-radius: 8px;
background-color: rgb(255, 0, 0);
}

QPushButton:hover{
background-color:rbg(255, 0, 0, 150);
}

stovegamesgames
Автор

Great Tutorial! Thank you very much for it. It's outstanding

antoniosdamico
Автор

Awesome Job 👌
Thanks for bringing such a nice thing for us!!

AutomationTank