Mentions légales du service

Skip to content
Snippets Groups Projects

towards spinbox

Merged CABEL Tristan requested to merge spinbox into qt6
Files
5
@@ -113,19 +113,6 @@ Button {
cursorShape: Qt.PointingHandCursor
}
////////////////////////////////////////////////////////////////////////////////
// MouseArea
// /////////////////////////////////////////////////////////////////////////////
// Ensure that if a field has been modified, it is appllied before the click.
MouseArea {
id: _mouseArea
anchors.fill: parent
onClicked: {
_control.forceActiveFocus()
_control.clicked()
}
}
// /////////////////////////////////////////////////////////////////////////////
// States
// /////////////////////////////////////////////////////////////////////////////
Loading