PyQt5 Tutorial - How to Use Qt Designer

  Рет қаралды 805,573

Tech With Tim

Tech With Tim

Күн бұрын

Пікірлер: 613
@chriss3154
@chriss3154 3 жыл бұрын
Using python 3.9 I found the designer.exe in site-packages -> qt5_applications -> Qt -> bin👍
@daniyarauezkhan7518
@daniyarauezkhan7518 3 жыл бұрын
thanks dude
@xuaninhnguyen4900
@xuaninhnguyen4900 2 жыл бұрын
thanks ^^
@adhityamandlem6796
@adhityamandlem6796 2 жыл бұрын
Thank you very much I was really wasting time trying multiple things This really saved my time
@vlogsentertenment1249
@vlogsentertenment1249 2 жыл бұрын
thnx
@RaviYadav-nj8zh
@RaviYadav-nj8zh 2 жыл бұрын
Thanks man
@AnnoyingErrors41
@AnnoyingErrors41 4 жыл бұрын
Just open up your console and type in "designer" after the pip installs
@luiscuenta6789
@luiscuenta6789 4 жыл бұрын
Hero
@AnnoyingErrors41
@AnnoyingErrors41 4 жыл бұрын
@@luiscuenta6789 LoL thanks
@raheelalhamidi8262
@raheelalhamidi8262 4 жыл бұрын
i love u , u save me
@javiporras3396
@javiporras3396 4 жыл бұрын
you're the best!
@IagoMartinsJ
@IagoMartinsJ 4 жыл бұрын
thanks bro!
@wabalabavxx
@wabalabavxx 3 жыл бұрын
8:11 TIL that you can open command prompt in a folder by typing cmd in the address bar
@brendan8915
@brendan8915 3 жыл бұрын
Same. All the years Tim has taught me some incredible things, but this one I doubt even my senior software dev even knows lol. Fucking supreme stuff right there. Man.
@jklingler4848
@jklingler4848 Жыл бұрын
I had to work around pyqt5-tools not installing: py -m pip install pyqt5-sip py -m pip install pyqt5 py -m pip install pyqt5designer FYI for anyone else running into this issue
@axelanderson2030
@axelanderson2030 Жыл бұрын
Thanks you, ill try this
@Cyrax_LK4D4
@Cyrax_LK4D4 Жыл бұрын
Location of the DESIGNER application for ppl using the latest Python Version in April 2023 ----------------------------> C:\Python\Python310\Lib\site-packages\qt5_applications\Qt\bin
@zitrakzsingh7295
@zitrakzsingh7295 5 жыл бұрын
If u cant find the designer in pyqt5-tools then Qt then bin folder If Qt folder is not shown then install "Qt for Python' extension on vscode etc
@silverasdf2055
@silverasdf2055 5 жыл бұрын
Thanks so much dude!
@neoquam
@neoquam 5 жыл бұрын
@@silverasdf2055 Awesome! Thank you :)
@quocbao6046
@quocbao6046 5 жыл бұрын
@@neoquam can you please explain how to install it pls?
@staticintsolo1939
@staticintsolo1939 4 жыл бұрын
thx
@zitrakzsingh7295
@zitrakzsingh7295 4 жыл бұрын
@@quocbao6046 if u are using vs code then type pip install (your extension)
@beelzebub3920
@beelzebub3920 4 жыл бұрын
me having 4 python versions and 5 interpreters
@idkwhatnameilikewhy2236
@idkwhatnameilikewhy2236 4 жыл бұрын
But only half of them work correctly xd
@beelzebub3920
@beelzebub3920 3 жыл бұрын
@just a user tru
@emilkhojayev4645
@emilkhojayev4645 3 жыл бұрын
do you know which python version I need to use? i got anaconda for python 3.8 but I can't find the designer file in the pyqt5_tools folder
@beelzebub3920
@beelzebub3920 3 жыл бұрын
@@emilkhojayev4645 if you use windows, go to your C drive and search for Designer.exe if that doesn't find it try to install qt and repeat what I did
@kimberleymataure5356
@kimberleymataure5356 3 жыл бұрын
😂😂😂
@XengShi
@XengShi 4 жыл бұрын
first of all Type this code pip install pyqt5-tools and go to this directory > C:\Users\User_name\AppData\Local\Programs\Python\Python38-32\Scripts\pyqt5designer.exe;
@SafikMaster
@SafikMaster 4 жыл бұрын
For anyone getting this error when trying to open the deigner: "this application failed to start because no qt platform plugin could be initialized" I solved it by going into the plugins folder and copying a folder called "platforms", I then pasted the folder where the designer.exe is located.
@freedempire
@freedempire 4 жыл бұрын
thank you, really helpful. for those who have the same problem: copy the whole folder of 'plugins' under folder pyqt5_tools\Qt, then paste it to folder pyqt5_tools\Qt\bin, replace, done!
@tonyu7689
@tonyu7689 4 жыл бұрын
god bless you both
@santiagotorres6929
@santiagotorres6929 4 жыл бұрын
Dude, God loves you
@SteliosZouridakis
@SteliosZouridakis 4 жыл бұрын
Thank you very much! :D
@weixinfeng2999
@weixinfeng2999 4 жыл бұрын
God loves both of you soooooooo much!!!!
@noobownerbob
@noobownerbob Жыл бұрын
Another way of finding where Python is installed on Windows is just typing the command in CMD: "where python" and it will show the installed locations on your PC!
@till-louiswinters3484
@till-louiswinters3484 4 жыл бұрын
When you have no idea where you can find your python folder, open cmd/terminal and write "where python". That will show you the install path on your computer.
@hunter85070
@hunter85070 4 жыл бұрын
I FUCKIIING LOVE YOOOOOOOOOUUUUUUU!!!!! THANKS ♥
@erectlocution
@erectlocution 4 жыл бұрын
I concur with Darwin Jimenez. I'm familiar with bash/zsh, but totally forgot most of what I knew of cmd.
@markjohnson6343
@markjohnson6343 2 жыл бұрын
Using Python 3.10.4, I found that PyQt5-tools had an error when installing. PyQt5 was fine. Nothing seemed to resolve this until I removed Python and installed 3.9.10 which allowed me to install both PyQt5 and PyQt5-tools. The Designer and pyuic5 both worked perfectly. Great tutorial! Thank you Tim.
@YacineZerimi
@YacineZerimi 2 жыл бұрын
I'm facing the same issue with the same edition 3.10.4, downgrading to 3.9.10 thnx
@tommyispog8026
@tommyispog8026 2 жыл бұрын
Thank you! You're an absolute lifesaver
@deiaabdullah2008
@deiaabdullah2008 2 жыл бұрын
@@YacineZerimi that was so helpful
@kristijankizem6877
@kristijankizem6877 2 жыл бұрын
@@deiaabdullah2008 I've lost 40 minutes on this problem while watching first video in the series... Thank you a lot for posting this. P.S. 3.9.10 isn't available any more but it works on 3.9.13 which is the last version of 3.9
@cnfnbcn3227
@cnfnbcn3227 5 ай бұрын
That's because PyQt works only with Python 3.9 and lower
@guireis5389
@guireis5389 4 жыл бұрын
For those who are experiencing this error: "'pyuic5' is not recognized as an internal or external command, operable program or batch file. " This is because your pyuic5.exe is not in PATH. Probably your pyhton script folder is not in PATH, even though you put the option "add to Path" when you were installing Python. This happened to me, my Python folders are scattered around and I don't even know why. There are two methods of resolving: 01 - (What I did) The folder he shows that has all the files that pip installed, I added to PATH. (So much so that when you install a new library, you will no longer see that warning suggesting to add it to the path as the entire folder is already there.) There are already tutorials on the internet, it's very simple 02 - Instead of typing "pyuic5", you write the location where "pyuic5.exe" is. It's more complicated, but it also works. Like if I helped you :)
@alessandrorotondo1906
@alessandrorotondo1906 2 жыл бұрын
For those who cannot still solve the problem, use: python -m PyQt5.uic.pyuic youruifile -o yourpyfile -x Thank me later :D
@SurajKumar-vu7ef
@SurajKumar-vu7ef 2 жыл бұрын
@@alessandrorotondo1906 thank you so much man! Really appreciated ⚡
@mak448a
@mak448a 11 ай бұрын
And for those who are using PyQT6: just write "pyuic6"
@aamano7439
@aamano7439 6 ай бұрын
@@alessandrorotondo1906 Thanks dude! Also works for PyQt6 (replacing PyQt5 for PyQt6)
@hy0chan
@hy0chan Ай бұрын
@@alessandrorotondo1906 thank you so much!!!
@bilalmuhammed3987
@bilalmuhammed3987 2 жыл бұрын
If you dont find designer in the path mentioned in the video, it will be here in this path. (I use python 3.8) C:\Program Files\Python38\Lib\site-packages\qt5_applications\Qt\bin
@ukaszturon8893
@ukaszturon8893 4 жыл бұрын
Im have {ERROR} in execute this : >pyuic5 [ENTER] 'pyuic5' is not recognized as an internal or external command, operable program or batch file.
@SanderBakkerMusic
@SanderBakkerMusic 4 жыл бұрын
Same issue here
@zeeshanchhipa7597
@zeeshanchhipa7597 4 жыл бұрын
yes same here
@abdellasolomon6244
@abdellasolomon6244 4 жыл бұрын
same issue
@jaroquicksilver
@jaroquicksilver 3 жыл бұрын
Go to your Python Scripts folder and type in cmd "pip install pyqt5-tools"
@mcjohn8838
@mcjohn8838 3 жыл бұрын
If you can't find after pip install. You can also try look the location C:\Python39\Lib\site-packages\qt5_applications\Qt\bin
@crimsonjester777
@crimsonjester777 3 жыл бұрын
I've been searching for how to make my Designer work for a month: googling weird advices, reading overcomplicated articles, digging into documentation... And you has solved my problem in a half an hour. Thanks!!!
@MotoGReviews
@MotoGReviews 2 жыл бұрын
The first 2 min and a half can be skipped by just typing "designer" in the terminal window xD
@cornevanzyl5880
@cornevanzyl5880 4 жыл бұрын
Import uic and just load the .ui file... it's much simpler and will save you SO much time when you want to change something
@AkumaQiu
@AkumaQiu 4 жыл бұрын
Thanks for the awesome video! When I run pyuic5 from my folder with the test.ui file, I was giving me a 'pyuic5' is not recognized as an internal or external command So then I went and found the pyuic5 application, from the scripts folder, copied it, and pasted it into the folder with the test.ui file, and it worked. Is this due to the scripts folder not being on PATH? I still don't really understand how to add folders to path~ thank you!!
@Xanderioz
@Xanderioz 4 жыл бұрын
for some reason I do not have pyuic5 in scripts folder either, any solution?
@goldenslingshot6251
@goldenslingshot6251 3 жыл бұрын
look i had this probleme but there's a way to solv it Suppose you have saved your file from Qt Designer as dialog.ui. Then you can create another file, say main.py, with the following contents: from PyQt5 import uic from PyQt5.QtWidgets import QApplication Form, Window = uic.loadUiType("dialog.ui") app = QApplication([]) window = Window() form = Form() form.setupUi(window) window.show() app.exec_() it actualy worked you can try it
@Soljarag5
@Soljarag5 5 жыл бұрын
Definitely my new favorite channel that I found.... I'm going to go through your pygame tutorial series soon
@TechWithTim
@TechWithTim 5 жыл бұрын
Glad to hear that!
@billygrahamram8535
@billygrahamram8535 2 жыл бұрын
The location of the designer.exe file for me was: virtualEnvironments\Lib\site-packages\qt5_applications\Qt\bin
@unlkc
@unlkc 4 жыл бұрын
if u guys get error like :No Qt platform plugin could be initialized when u opened the desginer.exe, do these steps: 1- go /pyQT5 -/QT /PLUGINS and then copy the "platforms" and then go back 2- go /pyqt5_tools-/QT/BIN/ AND then paste the folder and the click the designer.exe :) have fun!
@BIT_HIMANIGulati
@BIT_HIMANIGulati 4 жыл бұрын
hey it works but how? i mean platform folder is already there but after copy-pasting it from plugins to bin , it works!! would you please tell the reason.
@misanthropy101
@misanthropy101 4 жыл бұрын
Life saver.
@hasson2349
@hasson2349 4 жыл бұрын
The designer is running but when I'm trying to run the converted .py file it throws the same error. Any idea?
@Razor1379
@Razor1379 2 жыл бұрын
If you still cant find: C:\Users\*****\AppData\Local\Programs\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin
@shunnoysarkar6906
@shunnoysarkar6906 2 жыл бұрын
You sir, are a life saver!
@punpunmuk2751
@punpunmuk2751 2 жыл бұрын
It's similar to this path. Thanks
@philipyip1988
@philipyip1988 4 жыл бұрын
The designer application is included with Anaconda 2020-02 by default and found in anaconda3\Library\bin
@ashish2099
@ashish2099 Жыл бұрын
Initially I couldn't find pyqt5-tools inside scripts. Using pycharm with virtual environment made using virtualenv, python version 3.10.5. pyqt5-tools didn't get installed in my system for some reason. So, "pip install PyQt5Designer" within the same working directory as my virtual environment worked for me. I can now use designer.exe. As always, I'm grateful to tim for his clear explainations and free tutorials. God bless you brother, keep up the good work. You're definitely making this world a better place.
@Beansswtf
@Beansswtf 3 жыл бұрын
2021: designer.exe is inside Lib\site-packages\qt5_applications\Qt\bin Use pip install pyqt5-tools again and it will tell you the location of them if you can't find them. appdata if non admin and program files if everything was done as admin.
@graham287
@graham287 4 жыл бұрын
I was 10 minutes away from sacking Python after hours of trawling far too many annoying tutorials and reviews trying to find a decent GUI RAD to use. Your tutorial on installing and running Pyqt Designer saved the day. Excellent. Thanks. Not a TShirt guy these days but do you have a Patreon page or similar?
@majamengineering2391
@majamengineering2391 3 жыл бұрын
I instaled the pyqt5 tools by cmd but there is no qt designer in the installation folder
@techdiyer5290
@techdiyer5290 Жыл бұрын
For the first part, i basically just typed Qt and windows just gave it to me. I used the search
@Jak35ter
@Jak35ter 5 жыл бұрын
Hey Can you tell me what Sublime Package you are running that lets you run code from the editor? Thanks! EDIT: I am also running anaconda fyi :)
@xiokraze
@xiokraze 5 жыл бұрын
Quick way to find your pyqt5-tools install location is to run the install command again. It'll state the package is already installed and provide the file path location!
@gyaneshupadhyaya1447
@gyaneshupadhyaya1447 4 жыл бұрын
@9:06 , i am unable to convert the .UI file to .py file. Cmd is showing errors. Please help me out.
@michelletay9664
@michelletay9664 4 жыл бұрын
same
@gyaneshupadhyaya1447
@gyaneshupadhyaya1447 4 жыл бұрын
@@michelletay9664 did you find yourself the solution
@abdelhaksaouli8802
@abdelhaksaouli8802 Жыл бұрын
also you can view python code from : Form->View Code
@SirDonTheThird
@SirDonTheThird 3 жыл бұрын
0:40 the console tells you where it installed pyqt5-tools. just wanted to comment incase anyone was having trouble finding theirs.
@thecathode
@thecathode 3 жыл бұрын
Nice Tutorial - but you should have emphasized that there is a better approach than to start editing the generated file as the warning at the file header implies: "WARNING! All changes made in this file will be lost! "
@rob876
@rob876 4 жыл бұрын
This is the tutorial I've been waiting for - in particular 9:24
@ronaldknerr9018
@ronaldknerr9018 Жыл бұрын
Hey Tim. Great tutorials. I just wanted to share an update. For those looking for the Designer.exe file, mine was located in ...Lib/sitepackages/qt5_applications/Qt/bin
@vxsniffer
@vxsniffer Жыл бұрын
I recommend PySide (now 6, for Qt6), it is very alike PyQt, but more up to date, and based on LGPL license - you don't need to publish source for your commercial code... BTW, Qt Designer comes as part of PySide, with no additional library to install.
@justoneofthepeople7585
@justoneofthepeople7585 4 жыл бұрын
if you could please i have this problem, could you help me 'pyuic5.bat' is not recognized as an internal or external command, operable program or batch file. i am using pycharm
@coconutnut905
@coconutnut905 3 жыл бұрын
I am having this error "This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem." how can I fix this? :'C edit: nvm i just copied the plugin folder at site-packages\PyQt5\Qt and make sure that the plugins folder contains a lot of folder inside it otherwise the same problem will insist.
@sagittarius_pk
@sagittarius_pk 4 жыл бұрын
For me, the designer was located in: *C:\Program Files (x86)\Python38-32\Lib\site-packages\pyqt5_tools\Qt\bin*
@gourabchakraborty4064
@gourabchakraborty4064 3 жыл бұрын
Hello, I am getting the following error for pyuic5: "ImportError: DLL load failed while importing QtCore: The specified procedure could not be found". Can anyone help me with solving this?
@שובלשדה
@שובלשדה 2 жыл бұрын
It happened to me as well, did you solved it?
@amansrivastava9890
@amansrivastava9890 4 жыл бұрын
C:\Python\Python38-32\Lib\site-packages\pyqt5_tools\Qt\bin You can find it here if u are having trouble.Make sure u use your PC path.The idea is go to Qt then bin and here u will find it.
@FCL00
@FCL00 2 жыл бұрын
Using python 3.9 the designer.exe is inside site-packages -> qt5_applications -> Qt -> bin
@jamesstone8988
@jamesstone8988 2 жыл бұрын
As of writing this: not compatible with python 3.10... Save yourself a lot of headache and use 3.9 Thanks for the tutorials Tim!
@hasson2349
@hasson2349 4 жыл бұрын
Why when I`m trying to run the program(the converted ui file-"test.py") it`s throws an error says "This application fails to stat..."
@MiskoKatua
@MiskoKatua 4 жыл бұрын
Provide more info to try to resolve the issue
@samuelsantos8901
@samuelsantos8901 4 жыл бұрын
Thank you very much, but if you are using a linux, it's very more easy make the installation by apt rather than using pip. sudo apt-get install qttools5-dev-tools and sudo apt-get install qttools5-dev
@simonspeckert8503
@simonspeckert8503 2 жыл бұрын
got it running on my raspberry pi 4 sweet!
@dnetne5508
@dnetne5508 4 жыл бұрын
Wow this is interesting - it reminds me somewhat of Microsoft Visual Basic 2010 :'D Good ol' newbie times.
@Heddanofarsan
@Heddanofarsan 4 жыл бұрын
Yes but that is a quite heavy program and this is luckily not something from Microsoft. Or are you saying there was ever a minimalistic utilitarian Microsoft program without a million popups and 2000 dependencies? ,)
@mr.m2193
@mr.m2193 5 жыл бұрын
Hey, the tutorials are done really well! But I have a little problem, not critical one, but still annoying. So, whenever I run a python file with Qt script in it, it opens the app and another terminal that spits out this message: Warning: QT_DEVICE_PIXEL_RATIO is deprecated. Instead use: QT_AUTO_SCREEN_SCALE_FACTOR to enable platform plugin controlled per-screen factors. QT_SCREEN_SCALE_FACTORS to set per-screen factors. QT_SCALE_FACTOR to set the application global scale factor. Can't seem to find any way of fixing it. Could use a helping hand, or you could put this in your next video, if you want. Have a great day!
@bluesdog88
@bluesdog88 4 жыл бұрын
If designer.exe comes up with an error try this: Go to => Python38>lib>site-packages>PyQt5>Qt>plugins In plugins copy platform folder After that go to Python38>lib>site-packages>PyQt5_tools>Qt>bin paste folder here . Do copy and replace.
@NRG319
@NRG319 4 жыл бұрын
thank you very much
@hasson2349
@hasson2349 4 жыл бұрын
The designer is running but when I'm trying to run the converted .py file it throws the same error. Any idea?
@bkhoo5
@bkhoo5 Жыл бұрын
Bravo, thanks for the great sharing
@gholubec
@gholubec 4 жыл бұрын
After doing the pip install > pip show pyqt5-tools Then you get all the information you need.
@let0uch929
@let0uch929 2 жыл бұрын
thanks, worst tutorials I've ever seen in my life. keep this up!!!!
@TechWithTim
@TechWithTim 2 жыл бұрын
You are very welcome :)
@emreaka3965
@emreaka3965 3 жыл бұрын
I couldn't install PYQT. Could someone help me? Please.
@wariare12world95
@wariare12world95 3 жыл бұрын
type -> pip install pyQt5 for the tool -> pip install pyQt5-designer I hope this helps
@dabraabraka2854
@dabraabraka2854 4 жыл бұрын
Finding the site-package directory is easy. The pip install shows the full path of the /newly/ installed modules, so just read it from the screen as it shows at 0:24 or 0:40
@loading685
@loading685 3 жыл бұрын
For those who cant install pyqt5-tools on mac, its not support on mac(At least currently)
@mar2ck_
@mar2ck_ 4 жыл бұрын
Run "where.exe python.exe" and itll tell you exactly where the folder is
@jimmysavile69
@jimmysavile69 3 жыл бұрын
Or for bash, simply where python
@rolfjohansen5376
@rolfjohansen5376 4 жыл бұрын
found the designer.exe file ........but got an error: this application failed to start because no platform PLUGIN could be initialized , reinstall may fix this ! but it did not
@emyx
@emyx 4 жыл бұрын
i had to copy all dll files from \site-packages\PyQt5\Qt\bin to \site-packages\pyqt5_tools\Qt\bin hope it works out for you too
@dr.drakon3928
@dr.drakon3928 4 жыл бұрын
@@emyx even though i copied it is still showing me the same error
@dr.drakon3928
@dr.drakon3928 4 жыл бұрын
ok it's working now, i did these steps :- 1. Go to => Python38>lib>site-packages>PyQt5>Qt>plugins 2. In plugins copy platform folder 3. After that go to Python38>lib>site-packages>PyQt5_tools>Qt>bin 4. paste folder here . Do copy and replace.
@amoghk.m.6769
@amoghk.m.6769 4 жыл бұрын
@@dr.drakon3928 Thanks! Your solution works like a charm.I'd have saved a lot of time had I come across your comment earlier. I also found that you can run the pyqt5designer.exe file from \Python\Python36\Scripts\ to run the designer.
@dr.drakon3928
@dr.drakon3928 4 жыл бұрын
@@amoghk.m.6769 welcome buddy 😁
@danielspicer8737
@danielspicer8737 3 жыл бұрын
i have found the pyqt5_tools folder but i dont have the installer there
@marcovalentinoalvarado3290
@marcovalentinoalvarado3290 4 жыл бұрын
You can actually run "pip list" to check what you have installed with pip :)
@X_X1286
@X_X1286 4 жыл бұрын
C:\Users\**your pc name**\AppData\Local\Programs\Python\Python38\Lib\site-packages\pyqt5_tools\Qt\bin
@theonlyari
@theonlyari 4 жыл бұрын
import uic from pyqt. then use the loadui method. Now you dont have to regen code every time you make a change to your ui.
@PaulSachers
@PaulSachers 3 жыл бұрын
Every thing worked thank you so much😍💪
@mcasualjacques
@mcasualjacques Жыл бұрын
hi there, any idea why after 2 or 3 Designer sessions, the Designer's own [ File Edit View Tools.... ] menu bar stopped working? i uninstalled, re-installed rebooted. ... Fixed I think ... I uninstalled Qt and deleted the Qt folders in %appdata% - I think Qt designer was stuck in full screen mode and when it's in full screen mode the drop-down menus fail to display (or try to display outside the screen )
@jorkajacobo5690
@jorkajacobo5690 2 жыл бұрын
C:\Users\YOUR PC USER \AppData\Local\Programs\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin in python 3.9.9
@samarmohan9891
@samarmohan9891 3 жыл бұрын
Just type "designer" in your console to open Qt Designer! Hope this helps!!!
@hieuluutrong8591
@hieuluutrong8591 3 жыл бұрын
Excuse me, What's exactly console mean? You're talking about the command prompt ? If not true, can you please tell me how can i open my console. I tried command prompt but it reply me " 'designer' is not recognized as an internal or external command, operable program or batch file"
@samarmohan9891
@samarmohan9891 3 жыл бұрын
@@hieuluutrong8591 Uhh, the console is the command prompt. Have you installed pyqt5-tools and pyqt5 via pip?
@hieuluutrong8591
@hieuluutrong8591 3 жыл бұрын
@@samarmohan9891 yes, i did it. What happen to me @.@ ?
@SaieenTwist
@SaieenTwist 3 жыл бұрын
For anaconda users ,find designer.exe in C:\Users\\.conda\envs\\Lib\site-packages\qt5_applications\Qt\bin
@squeecy9965
@squeecy9965 4 жыл бұрын
Is there no way to update the converted py file that was previously a ui file, after I edit things in Qt designer?
@atreepuncher5437
@atreepuncher5437 3 жыл бұрын
mine was in C:\Users\(user)\AppData\Local\Programs\Python\Python38\Lib\site-packages\qt5_applications\Qt\bin
@ഇസ്ലാമികപ്രഭാഷണങ്ങൾ-ഘ9ട
@ഇസ്ലാമികപ്രഭാഷണങ്ങൾ-ഘ9ട 4 жыл бұрын
Path :C:\Users\Username\AppData\Local\Programs\Python\Python38\Lib\site-packages\
@jayakumarm1803
@jayakumarm1803 3 жыл бұрын
This is where I found the designer: C:\Users\Username\AppData\Roaming\Python\Python39\site-packages\qt5_applications\Qt\bin
@lancelotdewouters474
@lancelotdewouters474 2 жыл бұрын
Found my designer @ C:\Users\\AppData\Local\Programs\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin Running Windows 11 in March 2022
@IAmOrion
@IAmOrion 2 жыл бұрын
Just started a python project that needed a GUI - having never done this much in python (I've done the odd py project and used circuitpython a fair bit but not as complex as my current project) -- this video playlist has been a godsend! Thank you so much for this pyqt5 series playlist / tutorial :)
@karliskazaks8422
@karliskazaks8422 3 жыл бұрын
If you didnt find it try searching this E:\Users\\AppData\Local\Programs\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin
@youssef-attai
@youssef-attai 3 жыл бұрын
designer.exe is found in Lib\site-packages\qt5_applications\Qt\bin\designer.exe and if you installed the package in a venv, then venv\Lib\site-packages\qt5_applications\Qt\bin\designer.exe
@SadSack963
@SadSack963 3 жыл бұрын
Using Python 3.9.1 on Windows 10 - I found designer.exe in this folder: C:\Users\\AppData\Local\Programs\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin
@TheOfficialArcVortex
@TheOfficialArcVortex 2 жыл бұрын
After modifying the python file with custom code, how can you open the .py file back in qtDesigner
@sunilyadav1983
@sunilyadav1983 3 жыл бұрын
Search in "\anaconda3\Lib\site-packages\qt5_applications\Qt\bin" I found there
@medio_cre
@medio_cre 3 жыл бұрын
C:\Program Files (x86)\Python37-32\Lib\site-packages\qt5_applications\Qt\bin where I found designer.exe %|
@azeddinfaouzi8126
@azeddinfaouzi8126 3 жыл бұрын
if someone is using archlinux you mignt find it in : /home/username/.local/lib/python3.9/site-packages/qt5_application/QT/bin/ the file is name designer you just execute it : ./designer
@AzizChandoul
@AzizChandoul 2 жыл бұрын
Hello Mr I need help. I create a project with Qt designer , but I didn't know how to exporte thé project to be a executed file ". Exe" Please I need help 😭😭
@brandonnelson8781
@brandonnelson8781 3 жыл бұрын
Some comments from a year ago weren't working to pull up Designer. According to pypi.org/project/pyqt5-tools/, try this: /Scripts/pyqt5-tools.exe designer
@top3hourmusic
@top3hourmusic 3 жыл бұрын
I found designer.exe in: python\Lib\qt5_applications\Qt\bin
@sonnyornido1643
@sonnyornido1643 4 жыл бұрын
need help I just installed PyQt5 and PyQt5-tools no problem, but when I run the Qt Designer it gives an error saying "The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix this problem."
@flapsmulcahy
@flapsmulcahy Жыл бұрын
For anyone else who can't find designer.exe Jan 2023 it is under \Lib\site-packages\qt5_applications\Qt\bin. Hope this helps someone.
@ernestovalenzuela5018
@ernestovalenzuela5018 3 жыл бұрын
Excelent video! This is what I need! If I signed as a Programmer Master could I get support on how to use PyQt5 to execute c++ programs? Or, support how to use f2py / ctypes?
@wojciecholejko85
@wojciecholejko85 3 жыл бұрын
Quick access to pyqt5 folder location: pip show pyqt5-tools But I found my designer.exe in *Lib/site-packages/qt5_applications/Qt/bin*
@vladimirsch.3015
@vladimirsch.3015 2 жыл бұрын
Thanks for the conten. I have found my Designer exe somewhere else: "Lib\site-packages\qt5_applications\Qt\bin"
@mikayelaganyants602
@mikayelaganyants602 Жыл бұрын
when I enter pyuic5 in cmd the following is returned: from PyQt5 import QtCore Import Error: DLL load failed while importing QtCore: The specified module could not be found.
@nicolasreyes4835
@nicolasreyes4835 4 жыл бұрын
Thanks for your time, i hace a question for you, How can i add, a QGis map in my gui?
@shtinky5831
@shtinky5831 2 жыл бұрын
If you're using this today and installing PyQt5-tools for the first time, as of today, PyQt-tools is only supported through Python 3.9. The pip install will fail on Python 3.10. Happy coding and good luck!
@eggsys7990
@eggsys7990 4 жыл бұрын
for anyone who can't find ' Desginers.exe' look in side : site-packages\pyqt5_tools\Qt\bin or you can following @annoying Errors commend
@N1ghtR1der666
@N1ghtR1der666 3 жыл бұрын
typical console BS that doesnt work, what a surprise where python is involved, not even a single "work around" from the comments works either EDIT: just search for Designer.exe on your whole c: and you will find it eventually, then shortcut this garbage
@mengarain4327
@mengarain4327 3 жыл бұрын
Hello Tim! Do you know how i can insert a "next" and "back" Button which results in refreshing the window with other widgets? And thanks for your tutorials, they are very usefull.
@vaiakun4859
@vaiakun4859 2 жыл бұрын
Don't they know that since 1995 Microsoft has created a start button on the lower left side to make it easier to find recently installed applications? Also in 1998 there was VB6 which allows us to easily create desktop applications, why do you guys make it even more difficult?
@malekalkoairi9316
@malekalkoairi9316 Жыл бұрын
when i run it i have this Error "ModuleNotFoundError: No module named 'QSS_Resources_rc'" and i dont know what to do ?? pls someone can help
@maulanayusuf5486
@maulanayusuf5486 2 жыл бұрын
I have an assignment from the company where I work to create a GUI software using pyqt5 for the purpose of simplifying data input. if i just use python pyqt5 library without changing the pyqt5 library. is it still free?
@rachelxue6502
@rachelxue6502 3 жыл бұрын
HELP!! pip install pyqt5-tools is not working on MacOs, python 3.8 What am I gonna do to install Qtdesigner? Thank you
PyQt5 Tutorial - MenuBar (Shortcuts, Status Bar and Triggers)
11:23
Tech With Tim
Рет қаралды 253 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 2,4 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 29 МЛН
Learn Python PyQt5 in 1 hour! 🐍 (2024)
1:10:29
Bro Code
Рет қаралды 11 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 200 М.
Python AI Web Scraper Tutorial - Use AI To Scrape ANYTHING
45:36
Tech With Tim
Рет қаралды 99 М.
How to use Qt Layouts
19:18
Velcode
Рет қаралды 94 М.
OpenAI's o1 Model - Is it Over For Software Developers
10:43
Tech With Tim
Рет қаралды 61 М.
How To Think Like A Developer - Fix This Or Keep Struggling…
11:08
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 72 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН