Details
-
Bug
-
Resolution: Incomplete
-
P4: Low
-
None
-
4.8.4
-
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.