diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-06 19:58:37 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-06 19:58:37 +0800 |
| commit | 4cfe4c682dc4dfe8398c93670347d31aa0275bf0 (patch) | |
| tree | 0cf99e5a67bdbb3314e94f221d481b4d3158e0fb /OrderCompleted.ui.qml | |
| parent | f635fe320fe7e77cac49957aa447f116e19d30d5 (diff) | |
Upgrade the project to a Qt6 one
Diffstat (limited to 'OrderCompleted.ui.qml')
| -rw-r--r-- | OrderCompleted.ui.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OrderCompleted.ui.qml b/OrderCompleted.ui.qml index 471fe6f..b65a6f7 100644 --- a/OrderCompleted.ui.qml +++ b/OrderCompleted.ui.qml @@ -1,6 +1,6 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts Flickable { property alias orderCompletedLabel: label |