Skip to content

Documentation. This example for production-ready. However, it does not include local server and api server call (multithreading or run-subprocess)

Notifications You must be signed in to change notification settings

junxian428/DesktopApp_Qt_Example_Production

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesktopApp_Qt_Example_Production

Development Environment: root directory and run python Main.py

My Development Python Version (Backend): Python 3.9.2

Qt Design (Windows Qt Designer) -Frontend : ui files


Compile command into exe: pyinstaller --onefile Main.py


However, the line of code requires load the UI files therefore need to copy Design folder beside EXE file where stores the backend logic and UI frontend will be accessed by the public. I guess doesnt matter?


Therefore production program can be found in dist/Main

All you need is copy dist/Main to run Python QT project (ready to sell to the customer, this is a simple example only, for reference later on)

About

Documentation. This example for production-ready. However, it does not include local server and api server call (multithreading or run-subprocess)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages