Install and Setup PyQt6 and Qt Designer [PyQt6 tutorial]

  Рет қаралды 48,553

Code First with Hala

Code First with Hala

Күн бұрын

Пікірлер: 56
@pedroayala6818
@pedroayala6818 Жыл бұрын
Thanks Hala, this is a very straight forward tutorial, it took me no time to have PyQt6 and Qt Designer set to Rock & Roll
@TheJpsj02
@TheJpsj02 3 ай бұрын
Thank you so much for the very informative tutorial!
@Conetopiatv
@Conetopiatv 8 ай бұрын
Python 3.12.2 & .3 WITH pyqt6-tools 6.4.2.3.3 gives errors when trying to install PyQt6 tools , so if your having a lot of errors like me, maybe try installing an older version of python / pyqt
@Somedifflove
@Somedifflove 3 күн бұрын
If anyone is having problems installing pyqt5 make sure you are running python version 3.9.13 because that is the version it is currently compatible with
@jorgemoreno3655
@jorgemoreno3655 Жыл бұрын
Muchas gracias, me sirvió de mucho el tutorial.
@azlanabuhassan4447
@azlanabuhassan4447 Жыл бұрын
Is there a way to change the colour of the title bar? any workarounds?
@joeking5211
@joeking5211 Жыл бұрын
Superb direct to the point vid. Just a comment for others following along to say this will NOT work if your Python 3 is later than 3.9, so if any viewers are having errors when installing the 'PyQt6-Tools' this will be the reason. I installed the latest Python 3.11 and did not work, uninstalled this installed Python 3.9.5 and then followed this video and all worked fine. Many many thks for this. One last note, why I did this I have no idea as I have never programmed in Python before but I used pip3 to do the installing, so any of you command lines that start with pip i used pip3, can you comment on why you used pip and I'm am only assuming that pip3 goes with python3 ???. Thks again.
@ZzMegatadzZ
@ZzMegatadzZ Жыл бұрын
thks for the comment joe, it helped me with the installation
@pancake8133
@pancake8133 Жыл бұрын
In Windows, pip and pip3 work the same but for Linux/Mac "pip" is used for python 2 and pip3 is for python 3+
@waves42069
@waves42069 11 ай бұрын
@@pancake8133 why do they complicate this
@tapafon_red
@tapafon_red 2 ай бұрын
To get PyQt6-tools working on Python 3.13, I had to install ~7GB of MS build tools (basically Visual Studio 2022 Community minus GUI).
@joeking5211
@joeking5211 2 ай бұрын
@@tapafon_red WOW, I'm lost as to why there cos ifI had to that I would not be using it, as I cannot get VSC or VScodium to do ANYTHING here, to me it's the biggest load of MS obfuscated cryptic bloatware I have ever seen in the last 40+ years of (play) programming. It just does not work on my system at all, despite the world and his dog supposed be using it, I have absolute contempt for it, but it is free so how can I complain. But best of luck with that, it may be worth another go from scratch on another PC or a VM as that sounds strange to me. Rgds.
@gauravmankoo4743
@gauravmankoo4743 2 жыл бұрын
Hi Hala I'm getting this error "AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'" after running pip install pyqt6-tools Can you please help me 🙏 I tried googling it got I can't find a solution
@miusicpro-musicaparacreado9513
@miusicpro-musicaparacreado9513 Жыл бұрын
tengo el mismo error, ya lo solucionaste?
@gauravmankoo4743
@gauravmankoo4743 Жыл бұрын
@@miusicpro-musicaparacreado9513 No, I switched to PyQt5
@miusicpro-musicaparacreado9513
@miusicpro-musicaparacreado9513 Жыл бұрын
@@gauravmankoo4743 estas con la version actual de python la 3.11
@itsagusgamer1241
@itsagusgamer1241 Жыл бұрын
How do I put a shortcut for this application, so I avoid all that step of following all that route to be able to use the application
@dztuananh-oq4ik
@dztuananh-oq4ik Жыл бұрын
Why can't I download it?
@tomkmb4120
@tomkmb4120 10 ай бұрын
Nice tutorial, though I'm not sure that it was ever followed up with more tutorials on Qt6 as mentioned
@cooolbyj
@cooolbyj 2 жыл бұрын
Preparing metadata (pyproject.toml) did not run successfully.
@JustQerq
@JustQerq 2 жыл бұрын
You need to install qt6 first and make sure that qmake directory is in the PATH system variable
@Marian-rv4sr
@Marian-rv4sr 2 жыл бұрын
Me aparece el mismo error en Windows. ¿Alguien sabe como solucionarlo?
@santiagocoral3173
@santiagocoral3173 Жыл бұрын
@@Marian-rv4sr Toca tener instalado Qt
@miusicpro-musicaparacreado9513
@miusicpro-musicaparacreado9513 Жыл бұрын
tengo ese mismo error
@colmshea
@colmshea Жыл бұрын
how exactly do we do this?@@JustQerq
@bilalsheikh9127
@bilalsheikh9127 Жыл бұрын
Hi Hala. PyQt5-tools throws error on latest Python version like version 3.10 onwards. Any solution for that?
@alandasettt
@alandasettt Жыл бұрын
Gracias ...desde Colombia
@cristianoltfs
@cristianoltfs 4 ай бұрын
Thank you so much!
@miusicpro-musicaparacreado9513
@miusicpro-musicaparacreado9513 Жыл бұрын
Qt Desgin no abre me da un error No se encuentra el punto de entrada del procedimiento SystemParamentersInForDpi
@softwareengineer8923
@softwareengineer8923 Жыл бұрын
It helped a lot, thanks.
@kisasatijacob8000
@kisasatijacob8000 4 ай бұрын
Why am getting Errrors: raise PyProjectOptionException('qmake', sipbuild.pyproject.PyProjectOptionException [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. Please help
@mayank139
@mayank139 2 жыл бұрын
Thanks for the Video !!! It was very Helpful for me ... BTW, I have Qt C++ already installed in my computer, so Qt designer is also installed along with it. So, do I need to download the Designer again to use it with python ?
@codefirstwithhala
@codefirstwithhala 2 жыл бұрын
Nope, as long as you can output the .ui files from any QtDesigner, you're good to go 👍
@parhamdehghan1020
@parhamdehghan1020 Жыл бұрын
thank you very mach
@javierrodriguez3624
@javierrodriguez3624 2 жыл бұрын
does PATH still have to be modified?
@seyiramametepey3012
@seyiramametepey3012 6 ай бұрын
i cant the directory after the installation i did that with pyqt5 and 6
@seyiramametepey3012
@seyiramametepey3012 6 ай бұрын
ive solved it
@luka6775
@luka6775 2 жыл бұрын
Qt designer light theme is killing my eyes
@HodaMoodi
@HodaMoodi Жыл бұрын
Perfect Thanks
@Python_Lover_Official
@Python_Lover_Official 10 ай бұрын
Getting error all the time when trying to run "pip install pyqt6-tools" command error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [26 lines of output]
@BeilaMohachek
@BeilaMohachek 9 ай бұрын
me too i have this problem now do you know how to fix it?
@MuhammadUsman-dt1zu
@MuhammadUsman-dt1zu 7 ай бұрын
did you find the solution?
@Python_Lover_Official
@Python_Lover_Official 7 ай бұрын
@@MuhammadUsman-dt1zu no sir, plz help if you know..
@AV1461
@AV1461 2 ай бұрын
This is too old already. PyQt6-tools doesnt install under python 3.13, although PyQt6 does.
@abnalgeria4598
@abnalgeria4598 2 жыл бұрын
i cant find it the qt6 looked everywhere
@YhcTiR
@YhcTiR 10 ай бұрын
I have this issue : qtbuild\builder.py", line 69, in apply_user_defaults raise PyProjectOptionException('qmake', sipbuild.pyproject.PyProjectOptionException [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. 😭😭😭
@MrSobreviviente33
@MrSobreviviente33 9 ай бұрын
Did you find the solution?
@djmixerbox
@djmixerbox Жыл бұрын
Thank you :D
@itgel1596
@itgel1596 2 жыл бұрын
Can't I install pyqt6 and tools in over python 3.9
@augustmarshall2961
@augustmarshall2961 2 жыл бұрын
So where do we install designer from?
@SebrinaAnagnost-l9h
@SebrinaAnagnost-l9h 4 ай бұрын
Jenkins Prairie
@jorge1869
@jorge1869 2 жыл бұрын
Beatiful and smart girl. Thanks
@18maisi
@18maisi 2 жыл бұрын
nice voice
@dooleyjlt5503
@dooleyjlt5503 Жыл бұрын
Hello, First of all I am new to your channel. Secondly I have no hearing or comprehension issues of any kind. My... I guess comment/complaint is the speed at which you are speaking. To someone that is completely familiar with the subject matter all the words that you are saying may be flowing smoothly and fully understandable. However to someone that is totally new to the subject having information or instructions spoken with the words just running from one directly into another makes it very difficult to follow what it is that you are saying. The words seem to run together. It is exactly like trying to read something that is typed that has no or very few spaces or punctuation. I now know what my mother-in-law feels like. She is quite hard of hearing and I speak with an intentional 1/4 to 1/2 second between each word so that she can understand what I am saying. It makes repeating myself much less necessary. I backed up and replayed parts of the video as many as 5 times in order to catch what was being said because of words just flowing from one directly into another. Which is fine between people that fully know the subject. However the purpose of the video would self defeating if it was a learning or educational video to teach those that knew the subject well enough to follow without any issues at all. They probably would not need the video assist. I learned decades ago when teaching that you must speak in such a way as to make what you are saying understandable and can be followed with ease. The primary goal of those listening is focusing to understand what the idea being communicated is however, to preempt that with trying to just understand and follow the words that are spoken in it's place causes following and absorbing the information being given a secondary task that is absolutely dependent upon the first being successfully done. I know I am long winded and ADHD and tend to run on. I am not bitching or being an ass by no means just conveying my problems with watching and learning from your video and your gracious sharing of information. I usually just go on to the next video until I find one that has both speech and video because it is always best to have both. And your voice is not one that is offensive or grating as some one here are. So I figured the best solution would be to be informative and maybe help alleviate what I see as the only issue with the video. Thank You Dooleyjlt
A basic PySide6 and Qt Designer tutorial.
1:33:05
Jason Codes Qt
Рет қаралды 47 М.
PyQt vs. PySide: Differences, Similarities, and Licenses [2022]
6:58
Code First with Hala
Рет қаралды 57 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Install and Setup PySide6 and Qt Designer [PySide6 tutorial]
6:09
Code First with Hala
Рет қаралды 27 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
PyQt5 Tutorial - How to Use Qt Designer
10:53
Tech With Tim
Рет қаралды 832 М.
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 111 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
PyQt5 QtDesigner Login and Signup Forms tutorial: for COMPLETE beginners
30:47
Code First with Hala
Рет қаралды 117 М.
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 372 М.