Це відео не доступне.
Перепрошуємо.

PyQt5 QMenuBar: Create and use a Menu Bar with PyQt5 and Qt Designer [QMenuBar, QMenu, QAction]

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • Learn how to use a Menu Bar or QMenuBar with Python PyQt5. Add a menu and actions to your PyQt5 application. Manipulate and connect functions to the actions. Create shortcuts for QActions and QMenuBar.
    In this video, you will:
    - Work with PyQt5 and QtDesigner
    - Use QMenuBar or PyQt5 Menu Bar
    - Create Menus in PyQt5
    - Add functions to the Menu Bar
    - Connect QAction with function
    - Add keyboard shortcuts to PyQt5 Menu Bar
    For more info:
    Install and Setup PyQt5 and Qt Designer: • Install and Setup PyQt...
    PyQt5 tutorials playlist: • PyQt5 tutorials
    For suggestions or comments:
    My email: code.first.io@gmail.com
    Timestamps:
    00:00 Introduction and Overview
    01:47 Creating the menu bar
    05:37 Loading the UI into our code
    07:55 Connecting actions to functions
    11:55 Creating keyboard shortcuts
    14:58 Adding a status tip
    *************
    *Tags*
    PyQt5
    PyQt5 tutorial
    PyQt5 module
    PyQt5 Designer
    QtDesigner
    Qt GUI tutorial
    QMenuBar
    PyQt5 Menu Bar
    QMenu PyQt5
    QAction PyQt5

КОМЕНТАРІ • 17

  • @khayajmahxyz
    @khayajmahxyz 2 роки тому +1

    finally some video from you

  • @melissarainchild
    @melissarainchild 6 місяців тому

    Subscribed! Your video is HUMAN, I move the way you bring the knowledge...thank you

  • @abdouhk1683
    @abdouhk1683 2 роки тому +1

    شكرا على الشرح الواضح

  • @mustafardk
    @mustafardk Рік тому

    Thank you for awesome and complete guides!

  • @karlhustav9434
    @karlhustav9434 Рік тому

    Hello from Ukraine! Your video helped me a lot with my diploma, because for a long time I could not figure out how to connect a menu item that was created in QtDesigner with a function (the moment with writing a function WITHOUT parentheses inside the .triggered.connect() segment was very unexpected for me)

  • @kuahara
    @kuahara Рік тому

    I absolutely love your teaching style. You do an incredible job. Thank you for posting and please keep the content coming. I don't know what the rules are, but if I could donate to this, I would.

  • @lholeydesign2316
    @lholeydesign2316 2 роки тому

    I love your voice ❤❤
    thank you for this tutorial

  • @TheWolf1340
    @TheWolf1340 7 місяців тому

    Hello. Nice job!!! Just a question: I want to add the current font size in the status bar ... How can I do this?

  • @its_code
    @its_code 2 роки тому

    Wow really informative 👍❤️💕

  • @yahiazkria6616
    @yahiazkria6616 Рік тому

    Super great, just wondering am i able to link each QAction with different set of components in same main menu, like each QAction will show some component in same window maybe be like one container.

  • @shelememosisa585
    @shelememosisa585 Рік тому

    thank you

  • @20fe
    @20fe 2 роки тому

    Nice

  • @dishenyt1968
    @dishenyt1968 2 роки тому

    what is the scheme?

  • @Jdeadevil
    @Jdeadevil Рік тому

    Lol I went this into video thinking I needed to do a .findChild() before coding a triggered signal.