Imported the loading conditions definition tool from sourceforge

This commit is contained in:
Jose Luis Cercos Pita
2015-10-16 11:13:09 +02:00
parent d63348acf9
commit b8ede9747a
8 changed files with 857 additions and 280 deletions

View File

@@ -109,6 +109,15 @@ class Ship:
"Tanks",
"Ship",
tooltip).Tanks = []
tooltip = str(QtGui.QApplication.translate(
"Ship",
"Set of load conditions",
None,
QtGui.QApplication.UnicodeUTF8))
obj.addProperty("App::PropertyStringList",
"LoadConditions",
"Ship",
tooltip).LoadConditions = []
obj.Proxy = self