* Set FHPath Nodes property list to read-only

This commit is contained in:
Enrico Di Lorenzo - FastFieldSolvers S.R.L 2019-01-30 19:08:13 +01:00
parent f96aa6eb17
commit 85041325c3

View File

@ -120,6 +120,11 @@ class _FHPath:
obj.addProperty("App::PropertyInteger","nwinc","EM",QT_TRANSLATE_NOOP("App::Property","Number of filaments in the width direction ('nwinc' segment parameter)"))
obj.addProperty("App::PropertyInteger","rh","EM",QT_TRANSLATE_NOOP("App::Property","Ratio of adjacent filaments in the height direction ('rh' segment parameter)"))
obj.addProperty("App::PropertyInteger","rw","EM",QT_TRANSLATE_NOOP("App::Property","Ratio of adjacent filaments in the width direction ('rw' segment parameter)"))
# Setting the Nodes property to read-only. The user should not directly handle this.
#0 -- default mode, read and write
#1 -- read-only
#2 -- hidden
obj.setEditorMode("Nodes", 1)
obj.Proxy = self
self.Type = "FHPath"
obj.Discr = EMFHPATH_DEF_DISCR