pyqt4 support
This commit is contained in:
parent
948776c31c
commit
cfdf145160
12 changed files with 52 additions and 20 deletions
|
|
@ -1,7 +1,10 @@
|
|||
import sys
|
||||
from loginscreen import LoginScreen
|
||||
from settings import *
|
||||
from PySide import QtCore, QtGui
|
||||
try:
|
||||
from PySide import QtCore, QtGui
|
||||
except ImportError:
|
||||
from PyQt4 import QtCore, QtGui
|
||||
from bootstrap import node_generator
|
||||
from mainscreen import MainWindow
|
||||
from profile import tox_factory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue