Building-PyQt-GUI
Building-PyQt-GUI
Follow steps described below to create design of future GUI, convert it from .ui to .py file
and run application.
To run Qt Designer open Terminal (or Anaconda Prompt), activate your environment where
you have installed Qt Designer and use following command:
• designer
To convert .ui file into .py file open Terminal (or Anaconda Prompt), activate your
environment where you have installed PyQt, then navigate to saved file design.ui and run
following command:
Copy converted file design.py into folder GUI that includes downloaded file gui.py and image.
Page 2