Update QtQuick and QtQuick.Controls

CURA-7813
This commit is contained in:
jelle Spijker 2021-03-29 17:55:19 +02:00 committed by Jelle Spijker
parent a277adae64
commit 2986d50745
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
148 changed files with 308 additions and 308 deletions

View file

@ -1,9 +1,9 @@
// Copyright (C) 2021 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
import QtQuick 2.15
import QtQuick.Controls 1.4 as OldControls // TableView doesn't exist in the QtQuick Controls 2.x in 5.10, so use the old one
import QtQuick.Controls 2.3
import QtQuick.Controls 2.15
import QtQuick.Controls.Styles 1.4
import UM 1.2 as UM
@ -65,4 +65,4 @@ OldControls.TableView
incrementControl: Item { }
decrementControl: Item { }
}
}
}