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

QAbstractItemView::selectionChanged() is not emitted.

XMLWordPrintable

      How to reproduce:
      Open Address Book example in examples/itemviews/addressbook. In addresswidget.cpp, line 188:

      replace
      connect(tableView->selectionModel(),
      with
      connect(tableView,

      Run the example, use Tools -> "Add Entry..." to add an entry. Find the entry in address book and select it.

      What's expected:
      "Edit Entry..." and "Remove Entry" actions should become enabled.

      What happens:
      Actions remain disabled.

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

            vfm Thierry Bastian (closed Nokia identity) (Inactive)
            willebab Wille Mikkola
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes