pyqt4 support
This commit is contained in:
parent
948776c31c
commit
cfdf145160
12 changed files with 52 additions and 20 deletions
|
|
@ -1,5 +1,8 @@
|
|||
from toxcore_enums_and_consts import *
|
||||
from PySide import QtGui, QtCore
|
||||
try:
|
||||
from PySide import QtCore, QtGui
|
||||
except ImportError:
|
||||
from PyQt4 import QtCore, QtGui
|
||||
import profile
|
||||
from file_transfers import TOX_FILE_TRANSFER_STATE
|
||||
from util import curr_directory, convert_time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue