Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-139137

using TextField inside TableView.editDelegate breaks editingFinished signal

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.9.1
    • Quick: Controls 2
    • None
    • All

      TableView.editDelegate makes it so that editingFinished doesn't trigger on TextFields used for the editDelegate. I tried using Connectsion to onEditingFinished, but that did not succeed either. I had to work around it manually like this:
      TableView.editDelegate: TextFieldCustom {
        TableView.onCommit:

      {     editingFinished(); // shouldn't have to trigger this manually     model.display = ...;   }

       }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            brannon Brannon King
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes