Install and Setup PySide6 and Qt Designer [PySide6 tutorial]

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 มิ.ย. 2024
  • Tutorial to install and setup PySide6 as well as use Qt Designer for drag-and-drop GUI design. Learn how to launch and create your first GUI for Python programs and desktop applications.
    In this tutorial, you will learn how to create your first Python Graphical User Interface. The first step you will perform is downloading and installing PySide6. Then you will install PyQt6 tools and launch Qt Designer. You will create and design your first GUI.
    Timestamps:
    00:00 Introduction
    00:23 Installing PySide6
    01:06 Installing PySide6 Qt Designer
    02:40 Launching PyQt6 Qt Designer
    03:45 Creating a basic app with PySide6 Qt Designer
    Socials:
    My email: code.first.io@gmail.com
    Tiktok: / hala.codes
    *************
    *Tags*
    PySide6 tutorial
    PySide6 install
    PySide6 Setup
    PySide6 Designer
    Qt Designer
    Qt GUI tutorial
    GUI tutorial Python
    Graphical User Interface Python
    Python tutorial
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 23

  • @MicrowaveSam
    @MicrowaveSam ปีที่แล้ว +2

    This video was very helpful, Hala.

  • @marcosmonteiro1763
    @marcosmonteiro1763 3 วันที่ผ่านมา +1

    thank you

  • @TheLKStar
    @TheLKStar ปีที่แล้ว +1

    You're a great teacher

  • @mddvvmcassette1569
    @mddvvmcassette1569 2 หลายเดือนก่อน

    good one ! like it and thanks

  • @luka6775
    @luka6775 ปีที่แล้ว +5

    Just a tip If you want to change qt designer theme you need to patch windows theme only then you can get rid of the boring light theme

  • @JoaoVitor-st9pg
    @JoaoVitor-st9pg 9 หลายเดือนก่อน

    Ótimo vídeo, vlw!!!

  • @prime6003
    @prime6003 หลายเดือนก่อน

    Thanks

  • @JoydurnYup
    @JoydurnYup 5 หลายเดือนก่อน

    ty

  • @HellakatsPlayhouse
    @HellakatsPlayhouse ปีที่แล้ว +1

    I guess, the next videos will be perform in 6th versions of QtD and Pyside?

  • @youtube-joker
    @youtube-joker ปีที่แล้ว +1

    Did you just want to show us how to install Pyside6, or are there tutorials for Pydide6 coming? It would be nice if you would make tutorials with Pyside6.

  • @classic_coffee
    @classic_coffee ปีที่แล้ว

    Is it recommended to switch from pyqt5 to pyqt6?

  • @sanourtomal853
    @sanourtomal853 ปีที่แล้ว +2

    × Preparing metadata (pyproject.toml) did not run successfully.
    │ exit code: 1
    error: metadata-generation-failed
    How to solve it?

    • @Membodu26
      @Membodu26 ปีที่แล้ว +5

      I just found the QtDesigner in my PySide6 folder : "YourPythonFolder/YourPythonVersion/Lib/site-packages/PySide6" I didn't need to install pyqt6-tools (also when I tried it didn't worked, same error as you ^^) I think the solution in video is outdated

  • @user-wt1lz4vt1b
    @user-wt1lz4vt1b 6 หลายเดือนก่อน

    how i can add google map into qt designer ?

  • @0anant0
    @0anant0 4 หลายเดือนก่อน

    Got the following error while installing pyqt6
    Preparing metadata (pyproject.toml) ... error
    error: subprocess-exited-with-error
    .......
    note: This error originates from a subprocess, and is likely not a problem with pip.
    error: metadata-generation-failed
    TIA.

  • @myvmix
    @myvmix 6 หลายเดือนก่อน +1

    This is a pyside6 install tutorial not a pyside6 program or app tutorial.... Also don't bother with pyqt6 tools.... Take no notice about not having to code because although you can drag and drop widgets, boxes, dialogues and mainwindows you still have to code the controls, as anything you drop into QTDesigner will NOT have any Controls.....
    It WILL NOT DO ANYTHING! Except show you the layout and how it will look prior to the controls being set and coded.
    You will have to convert the QTDesigner .ui file into a .py Python file, put it in a folder then open it up in your editor. Like PyCharm, VSCode, Sublime or whatever else you're using and then you need to code to set the controls for the widgets.
    Then and only then will any of the widgets work if they are coded correctly.
    I think Hala is wishfully thinking about not having to code anything after using QTDesigner

  • @themayhemera3046
    @themayhemera3046 ปีที่แล้ว

    question, can i connect this to my repo

  • @niquedegraaff
    @niquedegraaff ปีที่แล้ว +1

    pyqt-tools is horrendously outdated by now. It requires you to go back 2 years in time and install 3.9.

  • @near8803
    @near8803 ปีที่แล้ว

    god bless u xdd

  • @infocus5410
    @infocus5410 ปีที่แล้ว

    So why not to use designer from pyside6 ? It comes with PySide6

    • @markkrutulis5685
      @markkrutulis5685 ปีที่แล้ว +1

      Can you help me find the path to it? I'm in site-packages in PySide6 in my venv and none of these filenames stand out. Searching the file browser for "designer" doesn't seem to turn up anything usable.

    • @infocus5410
      @infocus5410 ปีที่แล้ว +1

      @Mark Krutulis th-cam.com/video/uzqDnB44qf4/w-d-xo.html
      I would strongly recommend this guy if you're interested in pyside6, I am sure he'll help you