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

QAbstractItemView clipboard behaviour

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes