Fala Wanderson, sou programador de python para meus projetos de estatistica e trading strategies. Acompanho seu canal pois estou qierendo transformar meu projeto em uma aplicação. Seus tutoriais ajudam bastante
Every week waiting for your new video, thanks! Wondering if you can teach how to design table widget (datagrid) like you did using C# + WPF, it just looks awesome!
Nice, Maybe Next Tutorial on QdialogBox and Opening Up the QdialogBox opon clicking on a button inside mainwindow and we can change the settings of Mainwindow From QdialogBox for example Changing the background Color of main window from QdialogBox.
Hello thanks for the videos, really highlighting the power of qss in modern guis, I have been designing past one year but getting along with custom qss gets scary at times. Just noticed you are editting each items stylesheet which may gets robust to maintain for huge projects. Was hinted to using css similar trick of having them in the main window or parent widget but with unique selector so that same state buttons can have same features all though the project or application
@@WandersonItsMe yes i guess it easier this way when using the setStylesheet method from python. In main window when all the child widgets have same uniform behavior and state. thanks again for the tips. Honestly now i'm going back to dig the qss and css tips
Great Video! Can I prevent that QT steal the focus from other window when making for example a simple virtual keyboard?. I use the Focus option in QT designer for keys and window without success.
I think this will depend a lot on how your application works. "Focus" is the option to keep the application in the foreground, but clicking on another app will lose that focus, so I can't think of a solution for you now 😕
@@WandersonItsMe Thanks. I think the solution is to keep track of the event before you click in the QT app and then restore it. Or maybe some disable everthing in QT that can change the focus but track the mouse for example to do sth.
Man! You are awesome! :D My suggestion is only, that it would be great if you would talk to us, instead of making subtitles - then it may also take less time for you to create the tutorial :D And I have also quick question - Do you maybe plan to make some video about touch screen events?
Thank you very much 😀. The problem is because I don't speak English haha, is not my first language, but I will try in the future! Thanks you for de tips.
Boa tarde Wanderson, parabéns pelos vídeos. Cria um curso em português ai de qt Desing e python com banco de dados do básico ao avançado, seria top. queria saber como colocar um plot() do folium(biblioteca de mapas) e do pandas em algun qtframe, tem alguma dica? Um abraço. Vamos criar um grupo ai.
Sim, eu vou fazer um mais simples em breve assim que a sáude der uma melhorada sobre como criar uma interface de para aplicações, porém só isso já vai dias de para gravar e editar. Alguns módulos ainda não são tão intuitivos para integrar no Qt, porém a empresa está trabalhando para melhorar isso na versão 6. Sobre o grupo eu fiz o Discord: discord.gg/WufW3ZHZyX
Ótimo vídeo, se tivesse visto ele ah um mês teria me economizado um bom tempo eheheh. Tem umas property que não sei como funciona, especificamente a size increment e a base size, tem alguma dica em relação a elas? Estou iniciando uma aplicação e seus vídeos foram de grande ajuda.
Eu não cheguei a usar essa ferramenta porque como só estou trabalhando com o Windows ela não tem nenhuma função: doc.qt.io/qt-5/qwidget.html#sizeIncrement-prop
I’m creating my first GUI with pyqt and your videos are helping me very much
Thank you for your knowledge sharing
Cool ❤, good studies!!!
Cara, você simplesmente salvou um novato!!! consegui fazer uma Iinterface bem bacana! Patreon com certeza mano!! Muito obrigado mesmo!!!
Thank you! Your video really helped me for my case.
You are very talented - thank you
Man, thanks you a lot, in TH-cam there aren't videos sytiling things like this, ty :)
Awesome!!!! cant wait for the discord!!
Thanks man ❤
We hope for more videos about these great styles
Love you,good work
Fala Wanderson, sou programador de python para meus projetos de estatistica e trading strategies. Acompanho seu canal pois estou qierendo transformar meu projeto em uma aplicação. Seus tutoriais ajudam bastante
Que bom cara, fico muito feliz em saber que estou ajudando muita gente. Boa sorte em seus projetos!
When u use Qt within Visual Studio 2019 the go to slot... option in qt designer is missing u what is the best way to configure buttons within VS?
tem alguma forma de mudar a cor do icone do botão igual vc faz com o fundo?
Every week waiting for your new video, thanks!
Wondering if you can teach how to design table widget (datagrid) like you did using C# + WPF, it just looks awesome!
Thank you very much 😀. I will try record, thanks for the tip.
Nice, Maybe Next Tutorial on QdialogBox and Opening Up the QdialogBox opon clicking on a button inside mainwindow and we can change the settings of Mainwindow From QdialogBox for example Changing the background Color of main window from QdialogBox.
Great video.
Hello thanks for the videos, really highlighting the power of qss in modern guis, I have been designing past one year but getting along with custom qss gets scary at times.
Just noticed you are editting each items stylesheet which may gets robust to maintain for huge projects. Was hinted to using css similar trick of having them in the main window or parent widget but with unique selector so that same state buttons can have same features all though the project or application
Yes! Like class and Id in css, is very interesting. I use this with setStyleSheet in Python, or applying in MainWindow class.
@@WandersonItsMe yes i guess it easier this way when using the setStylesheet method from python. In main window when all the child widgets have same uniform behavior and state. thanks again for the tips. Honestly now i'm going back to dig the qss and css tips
Great Video! Can I prevent that QT steal the focus from other window when making for example a simple virtual keyboard?. I use the Focus option in QT designer for keys and window without success.
I think this will depend a lot on how your application works.
"Focus" is the option to keep the application in the foreground, but clicking on another app will lose that focus, so I can't think of a solution for you now 😕
@@WandersonItsMe Thanks. I think the solution is to keep track of the event before you click in the QT app and then restore it. Or maybe some disable everthing in QT that can change the focus but track the mouse for example to do sth.
Need more tutorials sir. In particular alignments
Man! You are awesome! :D My suggestion is only, that it would be great if you would talk to us, instead of making subtitles - then it may also take less time for you to create the tutorial :D
And I have also quick question - Do you maybe plan to make some video about touch screen events?
Thank you very much 😀. The problem is because I don't speak English haha, is not my first language, but I will try in the future! Thanks you for de tips.
Amazing 😉
Boa tarde Wanderson, parabéns pelos vídeos. Cria um curso em português ai de qt Desing e python com banco de dados do básico ao avançado, seria top. queria saber como colocar um plot() do folium(biblioteca de mapas) e do pandas em algun qtframe, tem alguma dica? Um abraço. Vamos criar um grupo ai.
Sim, eu vou fazer um mais simples em breve assim que a sáude der uma melhorada sobre como criar uma interface de para aplicações, porém só isso já vai dias de para gravar e editar. Alguns módulos ainda não são tão intuitivos para integrar no Qt, porém a empresa está trabalhando para melhorar isso na versão 6.
Sobre o grupo eu fiz o Discord: discord.gg/WufW3ZHZyX
Ótimo vídeo, se tivesse visto ele ah um mês teria me economizado um bom tempo eheheh.
Tem umas property que não sei como funciona, especificamente a size increment e a base size, tem alguma dica em relação a elas?
Estou iniciando uma aplicação e seus vídeos foram de grande ajuda.
Eu não cheguei a usar essa ferramenta porque como só estou trabalhando com o Windows ela não tem nenhuma função: doc.qt.io/qt-5/qwidget.html#sizeIncrement-prop
I LOVE YOU :)
Hello, you have amazing videos
Hi man 😀, unfortunately it does not seem possible to customize this widget with stylesheet, I tried and I was not successful.
@@WandersonItsMe thanks bro, np , i tried too but i cant too jaja greetings, thanks for your time
Show