mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Revert "Update model data handling in 3MFReader plugin"
This reverts commit 4da17d643d
.
This commit is contained in:
parent
15d600e76c
commit
9662aefa37
2 changed files with 5 additions and 8 deletions
|
@ -362,6 +362,10 @@ class WorkspaceDialog(QObject):
|
|||
def exportedSettingModel(self):
|
||||
return self._exported_settings_model
|
||||
|
||||
@pyqtProperty("QVariantList", notify=exportedSettingModelChanged)
|
||||
def exportedSettingModelItems(self):
|
||||
return self._exported_settings_model.items
|
||||
|
||||
@pyqtProperty(int, notify=exportedSettingModelChanged)
|
||||
def exportedSettingModelRowCount(self):
|
||||
return self._exported_settings_model.rowCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue