+ PySide migration

This commit is contained in:
wmayer
2014-02-27 19:15:46 +01:00
parent b3d1b7a2ea
commit 1e2268e8b6
3 changed files with 4 additions and 5 deletions

View File

@@ -84,8 +84,7 @@ class TemplatePyMod_Cmd3:
import PythonQt
from PySide import QtGui
mw=FreeCADGui.getMainWindow()
QtGui.QMessageBox.information(mw,"PySide","""PySide was loaded successfully.\n
Load the PyQt sandbox now...""")
QtGui.QMessageBox.information(mw,"PySide","""PySide was loaded successfully.""")
FreeCADGui.activateWorkbench("PythonQtWorkbench")
def GetResources(self):