import QtQuick import QtQuick.Controls.Styles Component { ToolBarStyle { background: Rectangle { implicitWidth: 20 implicitHeight: 35 } } }