User settings are now properly proposed for export

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-01-31 09:26:49 +01:00
parent 2aef33f521
commit 8ad4ab90a8
6 changed files with 114 additions and 46 deletions

View file

@ -1,11 +1,7 @@
# Copyright (c) 2024 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt6.QtCore import Qt, QObject, pyqtProperty
from UM.FlameProfiler import pyqtSlot
from UM.Application import Application
from UM.Qt.ListModel import ListModel
from UM.Logger import Logger
from PyQt6.QtCore import QObject, pyqtProperty
class SettingsExport(QObject):