Merge pull request #1235 from Ultimaker/project_save_dialog

Project save dialog
This commit is contained in:
jack 2016-12-12 10:41:49 +01:00 committed by GitHub
commit 8fdc0a40ce
6 changed files with 277 additions and 9 deletions

View file

@ -1,3 +1,6 @@
# Copyright (c) 2016 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from PyQt5.QtCore import Qt, QUrl, pyqtSignal, pyqtSlot, QObject, pyqtProperty, QCoreApplication
from PyQt5.QtQml import QQmlComponent, QQmlContext
from UM.PluginRegistry import PluginRegistry
@ -11,6 +14,7 @@ import threading
import time
i18n_catalog = i18nCatalog("cura")
class WorkspaceDialog(QObject):
showDialogSignal = pyqtSignal()