Clean up Cura.qml:

- Create a Skeleton folder where the main parts of the application will
be stored.
- Separate the top menus to a different file.

Contributes to CURA-5784.
This commit is contained in:
Diego Prado Gesto 2018-10-08 10:33:01 +02:00
parent 436860f841
commit 193f113851
3 changed files with 251 additions and 246 deletions

View file

@ -617,9 +617,7 @@ class CuraApplication(QtApplication):
self._message_box_callback(button, *self._message_box_callback_arguments)
self._message_box_callback = None
self._message_box_callback_arguments = []
showPrintMonitor = pyqtSignal(bool, arguments = ["show"])
def setSaveDataEnabled(self, enabled: bool) -> None:
self._save_data_enabled = enabled