import QtQuick 2.0 import QtQuick.Layouts 1.2 Rectangle { height: 1 Layout.fillWidth: true color: app.accentColor }