mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Port Attachments to QQC2
This commit is contained in:
parent
d92f461f12
commit
68b08f429c
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
import QtQuick 2.5
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.2
|
||||
import QtQuick.Dialogs 1.2 as OriginalDialogs
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
|
||||
import "../../../styles-uit"
|
||||
import "../../../controls-uit" as HifiControls
|
||||
|
@ -246,7 +245,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
Action {
|
||||
HifiControls.Action {
|
||||
id: cancelAction
|
||||
text: "Cancel"
|
||||
onTriggered: {
|
||||
|
@ -255,7 +254,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
Action {
|
||||
HifiControls.Action {
|
||||
id: okAction
|
||||
text: "OK"
|
||||
onTriggered: {
|
||||
|
|
Loading…
Reference in a new issue