Imported the loading conditions definition tool from sourceforge
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user