import QtQuick
import QtQuick.Layouts
/*!
Template for side NavigationBar
The width is given, the rest of the controls have to adapt to the width
*/
Item {
implicitWidth: 78
}