Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topapp

Topology App to try out Qt related ideas

The app is made of a backend called Topology located in app/ and a TopologyGui located in gui/

The purpose is to use the dummy Topology model to create an Qt based gui that allows to edit and interact with the model.

Run the gui by issuing the command:

python gui/gui.py

Coding style

Pre-Commit

The Docker container comes with pre-commit installed. pre-commit is a pre-commit framework which can be attached as git hook. It runs code-formatting and other checks automatically before committing any code. You just need to install with:

pre-commit install
pre-commit autoupdate

Python

For Python we can use black:

black -S .

NOTE: The -S parameter prevents black from changing quotes.

About

A mockup application to help me learning pyqt

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages