8.5.9. pymodaq_gui.qt_utils module
- pymodaq_gui.qt_utils.decode_data(encoded_data)[source]
Decode QbyteArrayData generated when drop items in table/tree/list view :type encoded_data:
QByteArray:param encoded_data: Encoded data of the mime data to be dropped :type encoded_data:QByteArray- Returns:
data – list of dict whose key is the QtRole in the Model, and the value a QVariant
- Return type: