9 lines
129 B
QML
9 lines
129 B
QML
import QtQuick 2.0
|
|
import QtQuick.Layouts 1.2
|
|
|
|
Rectangle {
|
|
height: 1
|
|
Layout.fillWidth: true
|
|
color: app.accentColor
|
|
}
|