Spreadsheet: switched to pyside

This commit is contained in:
Yorik van Havre 2014-01-09 18:23:39 -02:00
parent e3cb403b39
commit f73a3d6b8a
2 changed files with 7 additions and 231 deletions

View File

@ -21,7 +21,7 @@
#***************************************************************************
import re, math, FreeCAD, FreeCADGui
from PyQt4 import QtCore,QtGui
from PySide import QtCore,QtGui
DEBUG = True # set to True to show debug messages
if open.__module__ == '__builtin__':

File diff suppressed because one or more lines are too long