Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Siecje/qml-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example QML Application

To demonstrate how to test and package a PyQt5 QML Application.

Development Instructions

Linux

git clone https://github.com/siecje/qml-testing
cd qml-testing
python3 -m venv venv
source venv/bin/activate
pip install PyQt5
python main.py

Windows

git clone https://github.com/siecje/qml-testing
cd qml-testing
python3 -m venv venv
call venv\Scripts\activate.bat
pip install PyQt5
python main.py

Then enter 'user' as the password.