blob: b60b074915a83036dad612cf4fd4a1eb563bf850 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.11
import QtQuick.Controls 2.4
import QtQuick.Layouts 1.11
Rectangle {
color: "black"
height: 1
width: parent.width
}
|