Warning, /sdk/selenium-webdriver-at-spi/autotests/imagecomparison.qml is written in an unsupported language. File is not indexed.

0001 // SPDX-License-Identifier: MIT
0002 // SPDX-FileCopyrightText: 2023 Fushan Wen <qydwhotmail@gmail.com>
0003 
0004 import QtQuick 2.15
0005 import QtQuick.Window 2.15
0006 
0007 Rectangle {
0008     width: Screen.width
0009     height: Screen.height
0010     color: Qt.rgba(1, 0, 0)
0011 }