Initial Qt5/Python3 switch

This converts the GUI code to use Qt5 and Python3

The GUI is still somewhat buggy, and it can't open files yet,
but seems to be mostly working, extensive testing will
be needed before this can be released.
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-02-19 14:00:47 +01:00
parent 98da6fa7f6
commit cf377eca46
11 changed files with 526 additions and 574 deletions

View File

@@ -42,7 +42,7 @@ To launch the application, run
```
If it needs some dependencies:
Qt4, Python 2.7, either PyQT4 or Pyside.
Qt5, Python 3.4 or greater, PyQt5
It can run on osx but this is not supported.