mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Update QtControls to v2.0 in image reader plugin
CURA-8684
This commit is contained in:
parent
bcd1689680
commit
ee38c9c05b
@ -1,8 +1,8 @@
|
|||||||
// Copyright (c) 2015 Ultimaker B.V.
|
// Copyright (c) 2022 Ultimaker B.V.
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.1
|
import QtQuick 2.1
|
||||||
import QtQuick.Controls 1.1
|
import QtQuick.Controls 2.0
|
||||||
import QtQuick.Layouts 1.1
|
import QtQuick.Layouts 1.1
|
||||||
import QtQuick.Window 2.1
|
import QtQuick.Window 2.1
|
||||||
|
|
||||||
@ -210,7 +210,7 @@ UM.Dialog
|
|||||||
Slider {
|
Slider {
|
||||||
id: smoothing
|
id: smoothing
|
||||||
objectName: "Smoothing"
|
objectName: "Smoothing"
|
||||||
maximumValue: 100.0
|
to: 100.0
|
||||||
stepSize: 1.0
|
stepSize: 1.0
|
||||||
width: 180
|
width: 180
|
||||||
onValueChanged: { manager.onSmoothingChanged(value) }
|
onValueChanged: { manager.onSmoothingChanged(value) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user