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

QAbstractItemView clipboard behaviour

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P4: Low
    • None
    • 4.8.4
    • Widgets: Itemviews
    • All

    Description

      Classes derivated from QAbstractItemView won't let copy item data to the clipboard using CTRL+C if the data is not of type QVariant::String. For example it is not possible to copy data from a sql model if column type is numeric. Have a look at the KeyPressed method.

      QAbstractItemView should be able to copy any data to the clipboard, which can be converted to QString , not only QVariant of type string.

      Attachments

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

        Activity

          People

            stephen.kelly Stephen Kelly (Unused account) (Inactive)
            rykomick Robert V
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes