This video is now available with early access for Patreon supporters: www.patreon.com/WandersonIsMyName YOU CAN USE IMPORT CONTROLS V6: import QtQuick import QtQuick.Window import QtQuick.Controls import QtQuick.Controls.Material
Thank you so much for your videos.. I have watched all your tutorials. and learnt too much from you. thank you very appreciated . One Question please. is there a source we can download a already designed templates for custom buttons or layouts for QML ? .
Awesome Video! Its hard to find some good videos, like yours, on this topic... could you tell me if there is any benefit using PySide6 vs. 2? I just started a project using 2, is it worth upgrading while the project is still new and small?
Hello I've watched almost all of your videos and tried to learn most of the things you do. Thank you for that. Is it possible to make a video on the tableview or tablewidget example as QML? Unfortunately I did not have the chance to see Batch Render because it does not have source code. I would really appreciate it if you make such an educational video. Yours sincerely, have a nice day
Não consigo instalar o psyde6 dá o seguinte erro:"Could not find a version that satisfies the requirement pyside6" estou com o Python 3.9 32 bits Windows 10...
First of all nice video! Can you/someone help me to understand Qt, I'm lost Qt is a library for C++, PyQt5 & PyQt6 are packages used to use Qt with Python but you need to pay if the app is commercial use unless your project is open source. PySide2 & PySide6 are other packages developed for other people for the same purpose: to use Qt with Python but this packages have a different license and you can make a commercial application without need to share the code. Am I right? There is a software called Qt designer, is it a paid software used for help you making the GUI? Thanks in advance.
I'm a beginner. So can I use QT for free and even sell the program without any restrictions if I use C++and QT instead of PyQT and Python? Is that what you mean?
Qt is owned by The Qt Company (TQC, part of Qt Group). PySide is developed by them. PyQt is developed by another company, Riverbank Computing, which is somewhat of a dissident from Qt. Thing is, in the past, Riverbank developed PyQt in peace and harmony with Qt. But they had something of a disagreement and split ways. PyQt was the best product most of the time up to PySide6. Things changed. And to capture former PyQt's users, PySide's bindings are converging towards PyQt's.
Thank you for the tutorials. I gotta say that I would prefer to hear you read the transcript even if you have a heavy accent. The text-to-speech gives me the impression that these are low quality scam videos.
Qt is only for bindings/user interface. If you have your app working (without GUI), just adjust for Qt Widgets or Qt Quick to user interaction. See the full course here on RUclips about Qt Quick.
Depende muito do objetivo, se for para Windows C# é perfeito, Cross plataforma tem o C++, Python eu deixaria como uma terceira opção para o meu uso, porém depende muito do que você vem produzindo ou vai produzir.
This video is now available with early access for Patreon supporters: www.patreon.com/WandersonIsMyName
YOU CAN USE IMPORT CONTROLS V6:
import QtQuick
import QtQuick.Window
import QtQuick.Controls
import QtQuick.Controls.Material
jurava que o cara era gringo kkkkkkkkkkkkkkkkk, da hora seu conteúdo parabéns
some advices, mouse click tips and keyboard press tips should be located in right down corner with bigger scale size
Hi, awesome content! Is it necessary to install QT Creator or just pyside6 is enough to use QML?
Just PySide6 is enough.
Great Video. can't wait to try it out myself.
Really thanks for this usefull tutor resources
Thanks for these videos. I'm having trouble finding the full playlist and have only see part 1 and 2. Is there a part 3?
Where did you learn design UI very well?
Thank you so much for your videos.. I have watched all your tutorials. and learnt too much from you. thank you very appreciated .
One Question please. is there a source we can download a already designed templates for custom buttons or layouts for QML ? .
Why I am getting this error message: "TypeError: descriptor 'load' for 'PySide6.QtQml.QQmlApplicationEngine' objects doesn't apply to a 'str' object"
Very exciting
Another great video!
Is it me or does pyside6 and qtquick seem to make things more modernized appearing?
why user validation function wroten in qml with JavaScript, not in Main with Python?
Yep. This is a lot easier than Qt GUI. The Java script functions do my head in. Can we do then in Python. Thanks
Thank you sir! This was a great video. But could you please share a video on deploying Pyside6 QML to Android and iOS?
Hey Wanderson, nice video. Just a small question. Perhaps can you tell me how did you install QtQuick please? Thanks, grateful to you for this video.
Awesome Video! Its hard to find some good videos, like yours, on this topic... could you tell me if there is any benefit using PySide6 vs. 2? I just started a project using 2, is it worth upgrading while the project is still new and small?
Hello
I've watched almost all of your videos and tried to learn most of the things you do. Thank you for that. Is it possible to make a video on the tableview or tablewidget example as QML? Unfortunately I did not have the chance to see Batch Render because it does not have source code.
I would really appreciate it if you make such an educational video.
Yours sincerely, have a nice day
Hello, could you tell me which extensions of vscode you used in this video? I need a autocommplete extension.
👌👌
Eu tô estudando C++, Mas vendo seus vídeos me deu vontade de aprender Python, para fazer essas aplicações. . kkk
você pode fazer tudinho com c++
@@edgaralmeidadikenge7133 você usa C++?
@@brunofelix5434 estou aprendendo desenvolvimento com c++, e uso o qt para apps GUI
@@edgaralmeidadikenge7133 que material você usa para estudar?
@@brunofelix5434 kkk estamos usando isso tipo um chat.
qual material você está se referindo ? livros, apps ?
How can I RTL it?
The text field is not RTL and shows hint text on the wrong side
Awesome
And how to use QtQuick and set Material design without qml?
Não consigo instalar o psyde6 dá o seguinte erro:"Could not find a version that satisfies the requirement pyside6" estou com o Python 3.9 32 bits Windows 10...
Parece que o PySide6 só funciona para o Python 3.9 64 bits
First of all nice video! Can you/someone help me to understand Qt, I'm lost
Qt is a library for C++, PyQt5 & PyQt6 are packages used to use Qt with Python but you need to pay if the app is commercial use unless your project is open source. PySide2 & PySide6 are other packages developed for other people for the same purpose: to use Qt with Python but this packages have a different license and you can make a commercial application without need to share the code. Am I right?
There is a software called Qt designer, is it a paid software used for help you making the GUI?
Thanks in advance.
I'm a beginner. So can I use QT for free and even sell the program without any restrictions if I use C++and QT instead of PyQT and Python? Is that what you mean?
Qt is owned by The Qt Company (TQC, part of Qt Group). PySide is developed by them.
PyQt is developed by another company, Riverbank Computing, which is somewhat of a dissident from Qt.
Thing is, in the past, Riverbank developed PyQt in peace and harmony with Qt. But they had something of a disagreement and split ways.
PyQt was the best product most of the time up to PySide6. Things changed.
And to capture former PyQt's users, PySide's bindings are converging towards PyQt's.
Thank you for the tutorials. I gotta say that I would prefer to hear you read the transcript even if you have a heavy accent. The text-to-speech gives me the impression that these are low quality scam videos.
what is the name of the soundtrack you use?
I want a desktop application that fetches data from an API after login, can it be done? And how can I do it please.. thanks for the tutorials
Qt is only for bindings/user interface. If you have your app working (without GUI), just adjust for Qt Widgets or Qt Quick to user interaction. See the full course here on RUclips about Qt Quick.
Thanks alot
Você indica Python para desenvolver para web e desktop? ou devo continuar no C#?
Depende muito do objetivo, se for para Windows C# é perfeito, Cross plataforma tem o C++, Python eu deixaria como uma terceira opção para o meu uso, porém depende muito do que você vem produzindo ou vai produzir.
Cadê o tutorial em português??? :(
Can this also be made using QtWidgets?
Qt Widgets don't support styles like Material Designer, use QSS/CSS to change stylesheet and you can't customize all Widgets.
It says network error
Top bar as button
how to create multilang in app?
without qt creator
Maybe this help you. Learning the concept you dont need Qt Creator. doc.qt.io/qt-5/qtquick-internationalization.html
Connelly Points
Error : /main.py
QQmlEngine::setContextForObject(): Object already has a QQmlContext
zsh: segmentation fault /usr/local/bin/python3