PySide6 / PyQt6 Validators & Input Masks.

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • In this video we will discuss how to validate data entered into forms in PySide6 / PyQt6 applications. I cover using validators, and also using an input mask in Qt Designer.
    Input Mask documentation,
    doc.qt.io/qtfo...

Комментарии • 9

  • @MrDigileee
    @MrDigileee 10 месяцев назад

    Very nice video, it clarified QValidator use nicely. However, after listening to a video like this, I like to go over the code to make sure I understand it completely, even trying to run examples.
    Long story short, it would be nice to have downloadable example source code.

  • @gregnewberry4813
    @gregnewberry4813 Год назад

    Hi Jason. Great video. I'm new to Python, and somewhat new to PyCharm and IntellaJ. How are you showing your sql table in a tab in PyCharm? Years ago I did a lot of database and SQL work, but that's all changed. Trying to learn PySide6 and more sql integration. Thanks for any help. I hope you do more videos. You are a natural teacher. Very thorough.

    • @josys363
      @josys363  Год назад +2

      I have PyCharm Professional which comes with the Data Grip plugin installed. This lets you connect and work with SQL Databases. They also have Data Grip as a separate product you can purchase and install. I will be doing more videos but my work schedule has been busy, and my main laptop died a few weeks ago. Working on a new system.

    • @gregnewberry4813
      @gregnewberry4813 Год назад

      @@josys363 Thanks for the explanation!

  • @MiguelVergara-d3j
    @MiguelVergara-d3j 5 месяцев назад

    Great video.

  • @puglialovelife
    @puglialovelife Год назад +1

    Great video series. As a beginner this is gold. Do you by any chance have a git with all the files? I'm struggling a bit with some details and the files would help out a lot.

    • @josys363
      @josys363  Год назад

      Hello! Unfortunately I don't use git at the moment. I have however considered putting these sample files out there, so if that changes in the future I'll be sure to let you know in a comment.

    • @puglialovelife
      @puglialovelife Год назад

      @@josys363 That would be great. Thanks looking forward to the next videos

  • @nmstoker
    @nmstoker Год назад

    Great video. Thank you 🙂