mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Update Dialog imports to remove version
Update FileDialogs selectExisting -> fileMode and folder -> currentFolder CURA-8640
This commit is contained in:
parent
90f03befc8
commit
f327c2479b
9 changed files with 19 additions and 17 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.15
|
||||
import QtQuick.Dialogs 6.0
|
||||
import QtQuick.Layouts 1.3
|
||||
import QtQuick.Dialogs
|
||||
|
||||
import UM 1.5 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue