diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-09 20:31:14 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-09 20:31:14 +0800 |
| commit | d9e050dc8a74f45d43c84436ba8c2146d32b583a (patch) | |
| tree | 63d2026220f78cbc72362ae820b8990e73efa753 /ChatForm.ui.qml | |
| parent | 6114dd5acbffd3ee3fc66b4e5da77030977a7f56 (diff) | |
Update the project & QML files to be Qt6 compatible
Diffstat (limited to 'ChatForm.ui.qml')
| -rw-r--r-- | ChatForm.ui.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ChatForm.ui.qml b/ChatForm.ui.qml index f53342d..962d64d 100644 --- a/ChatForm.ui.qml +++ b/ChatForm.ui.qml @@ -1,8 +1,8 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import QtGraphicalEffects 1.15 -import Bootstrap 5.3 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Qt5Compat.GraphicalEffects +import Bootstrap Item { width: 360 |