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.

About

How do you test this?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published