import QtQuick 2.15 import QtQuick.Layouts 1.0 import Linphone Item{ id: mainItem RowLayout{ Button{ text: 'Sign In' } Button{ text: 'Sign Out' } } }