//// DOWNLOAD //// 🔗 On GitHub after the video premiered: github.com/Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6 Be a Patreon supporter to have early access to the projects and help me dedicate more time to the projects here on the channel! 🔗 www.patreon.com/WandersonIsMyName
i'm very grateful for what you're doing. I wanted to ask why do you choose Qt widgets over Qt QML in your projects? isn't QML the new thing: css like, flexible, and powerful? Sorry for the noob question!
I have a question how do you remove the background color of an icon button ? I was trying to create a simple dark theme and i added an icon button but the button shows the icon and a white background , I tried to use transparent background color and it didn't remove the white background
Amazing wave of contents and knowledge, love it. I am curious to know reason behind the switch from qt quick to qt widget. What do u prefer and why? Just curious to know
Opa Wanderson, não sei se você vai ler o comentário pelo vídeo ser antigo, mas curti muito o design que você criou pincipalmente do ícone, você usou o photoshop pra desenhar ele ou algum outro programa?
Hey @Wanderson. Thank you for this project. I am trying to use it, but running into some issues. When I use a QWebEngineView in the new_page of the stackedWidget the QWebEngineView is very very slow and unresponsive. I am loading google maps into the QWebEngineView, but even with a basic HTML file it is still slow and unresponsive
Error:: Traceback (most recent call last): File "main.py", line 5, in from .protocol_data.msi_keymaps import AVAILABLE_MSI_KEYMAPS ImportError: attempted relative import with no known parent package
Hi Wanderson! Really appreciate your work! It's been very important for me. One thing I would like to add is "aero snap" in Windows with a frameless app like this. How can I achieve? Thanks again :)
Unfortunately not by default. You can try to use another modules win for that but this can generate many problems. Only Electron JS have all this features by default when you set a custom title bar / frameless window.
@@WandersonItsMe thanks for your answer! :D I want to tell you that I’ve luckily found a solution for that on GitHub. There’s a very interesting project, maybe you can have a look ;) You’re far way more expert than me 😜 github.com/zhiyiYo/PyQt-Frameless-Window I’ve implemented this functionality in a gui like yours. That’s amazing
Opa Wanderson, trampo duka! Parabens !!! Dúvida: pela licença free, podemos alterar as imagens do app como por exemplo a img principal da home? Questiono pois ao tentar alterar a img PyDracula_vertical.png por outra (na mesma pasta images, com mesma dimensão e extensão png), eu recebo "Could not create pixmap from".
Qt only accepts Qt Style Sheet (QSS), it is not the same thing as CSS, even though it looks very similar. You can rename the file to CSS so that your text editor recognizes it as CSS, but they are not the same.
@@WandersonItsMe I know how to use a ready-made style with a qss file, it can be applied to application. But I am interested in the question, do you have a similar file not only for this application, but simply styling all possible widgets? I really like this style, but for example I want to write my application without using pydracula
//// DOWNLOAD ////
🔗 On GitHub after the video premiered:
github.com/Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6
Be a Patreon supporter to have early access to the projects and help me dedicate more time to the projects here on the channel!
🔗 www.patreon.com/WandersonIsMyName
hi :D
Seria excelente um curso na Udemy com esses projetos. \o/ Você é top!
Was really excited for this, thanks!
finally, just a few hours and we can finally enjoy it
thank you
Seriously , amazing , u just mixed great known dracula theme with Py ~ cool
Awesome and Amazing 👍🏻
i'm very grateful for what you're doing. I wanted to ask why do you choose Qt widgets over Qt QML in your projects? isn't QML the new thing: css like, flexible, and powerful? Sorry for the noob question!
I have a question how do you remove the background color of an icon button ? I was trying to create a simple dark theme and i added an icon button but the button shows the icon and a white background , I tried to use transparent background color and it didn't remove the white background
Amazing wave of contents and knowledge, love it. I am curious to know reason behind the switch from qt quick to qt widget. What do u prefer and why? Just curious to know
Olá Wanderson, você é BR?
Tem cursos de PySide6 em Português?
Parabéns pelos videos são todos muito bom.
Sou sim! Infelizmente somente em inglês, em português só tem um dois vídeos aqui no canal sobre Qt Widgets.
@@WandersonItsMe oi mano, como faço para instalar no linux?
Hi, I just have one question, why you add a "lambda: " before some function?
Muito top, baixei aqui o code e vou tentar criar o meu "vendo o seu code kk"
Opa Wanderson, não sei se você vai ler o comentário pelo vídeo ser antigo, mas curti muito o design que você criou pincipalmente do ícone, você usou o photoshop pra desenhar ele ou algum outro programa?
Haha por sorte seu comentário apareceu aqui em destaque. Eu usei um programa para fazer desenhos vetoriais chamado Inkscape, é gratuito e muito bom.
@@WandersonItsMe Nossa muito obrigado pela ajuda, comecei a programar recentemente e seus vídeos estão me ajudando muito, valeu mesmo cara, Sucesso!
Fala Wanderson, tudo certo? Tu produz essas imagens que nem o pydracula ou pega de algum site?
Olá, eu faço tudo, somente alguns ícones que são de um pacote open source, o restante eu desenho tudo.
Hey @Wanderson. Thank you for this project. I am trying to use it, but running into some issues. When I use a QWebEngineView in the new_page of the stackedWidget the QWebEngineView is very very slow and unresponsive. I am loading google maps into the QWebEngineView, but even with a basic HTML file it is still slow and unresponsive
hi... You teach at other level, Thank you.. God bless You.. Can you make a tutorial about personalized slider but not QML? similar to Pytoggle.
Looks beautiful,
Is this ui safe to use?
Or has anyone noticed some security concerns or vulnerabilities
Hidden in the project?
Thanks! How safe to use? This project just use PySide to work and is open source, you have access to all files 😃
Hello thanks for PyDracula it is wonderful I want to ask you why we need python 3.9 can we use 3.8 or what we need to use pyDracula on python 3.8 ??
In GitHub read me modules/: line 'PyDragula' I think It will be 'PyDracula'
Thanks for reply, is many lines of code and my English is very bad haha, probably have much more wrong words 😅
@@WandersonItsMe It's ok , you are great.
Error:: Traceback (most recent call last):
File "main.py", line 5, in
from .protocol_data.msi_keymaps import AVAILABLE_MSI_KEYMAPS
ImportError: attempted relative import with no known parent package
Hi Wanderson! Really appreciate your work! It's been very important for me. One thing I would like to add is "aero snap" in Windows with a frameless app like this. How can I achieve? Thanks again :)
Unfortunately not by default. You can try to use another modules win for that but this can generate many problems. Only Electron JS have all this features by default when you set a custom title bar / frameless window.
@@WandersonItsMe thanks for your answer! :D I want to tell you that I’ve luckily found a solution for that on GitHub. There’s a very interesting project, maybe you can have a look ;) You’re far way more expert than me 😜
github.com/zhiyiYo/PyQt-Frameless-Window
I’ve implemented this functionality in a gui like yours. That’s amazing
Is there any video series for this 'PyDracula' project so that we can learn step by step?
Hi, Have a presentation and tutorial video in the description.
thank you very much.
I'll wish pay for a tutorial
Thanks man
Nice 👌
How can I create another menu in the left menu
can you make custom timeline ui as in video editor
Opa Wanderson, trampo duka! Parabens !!! Dúvida: pela licença free, podemos alterar as imagens do app como por exemplo a img principal da home? Questiono pois ao tentar alterar a img PyDracula_vertical.png por outra (na mesma pasta images, com mesma dimensão e extensão png), eu recebo "Could not create pixmap from".
Consegui, faltava adicionar a imagem no resource pra que pudesse ser reconhecida e recriar o resource_rc.py
Hi RUclipsr, can you make a video on how to combine c++ and python in making a program.
I'm waiting.
nose que es pero me lo instalare porque se ve bueno
Hi, can I use only qss file with my application?
Qt only accepts Qt Style Sheet (QSS), it is not the same thing as CSS, even though it looks very similar.
You can rename the file to CSS so that your text editor recognizes it as CSS, but they are not the same.
@@WandersonItsMe I know how to use a ready-made style with a qss file, it can be applied to application. But I am interested in the question, do you have a similar file not only for this application, but simply styling all possible widgets? I really like this style, but for example I want to write my application without using pydracula
how to install PySide6
pip install pyside6. it's in the readme, come on man. you have to try to solve things for yourself before asking others.