/qml-testing

How do you test this?

Primary LanguageQML

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.