aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/chatclient-qml/MainForm.ui.qml
diff options
context:
space:
mode:
authorBalazs Egedi <egedib@inf.u-szeged.hu>2021-08-18 16:40:52 +0200
committerBalazs Egedi <egedib@inf.u-szeged.hu>2021-09-09 09:20:06 +0000
commitd42770a9fda2e00617e6f4c2452156b9b9cafd03 (patch)
tree6c017874548933e86f16d257e7f700a259ab70c7 /examples/webchannel/chatclient-qml/MainForm.ui.qml
parenta79d015bec5b5a55c5975f1fdcca8f3b7e0b0b28 (diff)
Fix QML files in tests and examples
- Removed the import versions - Changed the implicitly defined properties in Connections - Ported qmls to Qt6 - Dialog icon support is incomplete, so no icon in Dialog for now Pick-to: 6.2 Pick-to: 6.2.0 Change-Id: I2dab3a0e715d447004aa408476bcfd638599b012 Reviewed-by: Arno Rehn <a.rehn@menlosystems.com>
Diffstat (limited to 'examples/webchannel/chatclient-qml/MainForm.ui.qml')
-rw-r--r--examples/webchannel/chatclient-qml/MainForm.ui.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/webchannel/chatclient-qml/MainForm.ui.qml b/examples/webchannel/chatclient-qml/MainForm.ui.qml
index ff881df..f887f78 100644
--- a/examples/webchannel/chatclient-qml/MainForm.ui.qml
+++ b/examples/webchannel/chatclient-qml/MainForm.ui.qml
@@ -49,9 +49,9 @@
**
****************************************************************************/
-import QtQuick 2.0
-import QtQuick.Controls 2.2
-import QtQuick.Layouts 1.3
+import QtQuick
+import QtQuick.Controls
+import QtQuick.Layouts
Item {
property alias chat: chat