Skip to content

bakerbrown/PySide2-Designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PySide2-Designer

Qt for Python is great, but not as easy to use initially as C++ and Qt Creator, on Python you cannot use .ui files directly from your program without a little work.

I have found two methods of achieving this from Python:

  1. Google pyside_dynamic.py (https://gist.github.com/cpbotha) and use this to dynamically access your ui files

  2. convert the ui and resource files a runtime by using pyside2-uic for ui files, and pyside2-rcc for resources respectively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages