mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
New style more info dialog for SliceInfo
CURA-6057
This commit is contained in:
parent
ac1b1a9902
commit
3bf8a1f257
3 changed files with 99 additions and 94 deletions
|
@ -62,7 +62,7 @@ class SliceInfo(QObject, Extension):
|
|||
def showMoreInfoDialog(self):
|
||||
if self._more_info_dialog is None:
|
||||
self._more_info_dialog = self._createDialog("MoreInfoWindow.qml")
|
||||
self._more_info_dialog.open()
|
||||
self._more_info_dialog.show()
|
||||
|
||||
def _createDialog(self, qml_name):
|
||||
Logger.log("d", "Creating dialog [%s]", qml_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue