mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Use Window instead of Dialog for the Engine Log as Dialog is not available
This commit is contained in:
parent
b0ae7ee180
commit
61de130880
1 changed files with 3 additions and 4 deletions
|
|
@ -1,14 +1,13 @@
|
|||
import QtQuick 2.2
|
||||
import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Controls 1.2
|
||||
import QtQuick.Window 2.1
|
||||
import QtQuick.Controls 1.1
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
Dialog {
|
||||
Window {
|
||||
id: dialog
|
||||
|
||||
title: qsTr("Cura Engine Log");
|
||||
|
||||
standardButtons: StandardButton.Close;
|
||||
modality: Qt.NonModal;
|
||||
|
||||
width: 640;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue