Skip to content
  • Thomas Hartmann's avatar
    QmlDesigner: adding a distinguished context for the form editor · 71d98970
    Thomas Hartmann authored
    Since Actions like copy/paste and delete interfiere
    with controls like LineEdit, I added a special context
    for the form editor. Now copy/paste/delete on the Qml items
    are only registered for the form editor context and copying the contens
    of a LineEdit will not lead to copy an item instead, anymore.
    
    Reviewed-by: Kai Koehne
    71d98970