mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
User settings are now properly proposed for export
CURA-11561
This commit is contained in:
parent
2aef33f521
commit
8ad4ab90a8
6 changed files with 114 additions and 46 deletions
|
@ -3,13 +3,7 @@
|
|||
|
||||
from enum import IntEnum
|
||||
|
||||
from PyQt6.QtCore import Qt, QObject, pyqtProperty, pyqtEnum
|
||||
from UM.FlameProfiler import pyqtSlot
|
||||
from UM.Application import Application
|
||||
from UM.Qt.ListModel import ListModel
|
||||
from UM.Logger import Logger
|
||||
|
||||
from .SettingExport import SettingsExport
|
||||
from PyQt6.QtCore import QObject, pyqtProperty, pyqtEnum
|
||||
|
||||
|
||||
class SettingsExportGroup(QObject):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue