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

emit progress signals from QFileSystemModel::dropMimeData()

    XMLWordPrintable

Details

    Description

      The copy and move operations performed by this can be slow and it would be nice to have some feedback for the user.

      Emitting signals
      void progressRangeChanged ( int minimum, int maximum )
      void progressValueChanged ( int progressValue )
      would facilitate connection to a QProgressDialog or similar.

      The alternative is to intercept the event in the item view and replicate the functionality there, but I think this would make the class more useful. It could also benefit from a cancel slot.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            ibex Rob
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes