Issues with focus and Calendar
问题 For both Combobox and Calendar I've added a simple Custom ToggleButton . When the Window becomes small ComboBox 's popup renders on top of other Card BUT in case of Calendar it stays behind other Cards: When I click outside the ComboBox it closes the popup and sets the checked state of ToggleButton to false . In case of Calendar I wanted to set that in onFocusChanged event BUT that doesn't work! Here's the Calendar : import QtQuick 2.9 import QtQuick.Controls 2.5 import QtQuick.Controls 1.4