31 qstrList.append(
"text");
38 return Qt::CopyAction | Qt::MoveAction;
51 if (event->buttons() & Qt::LeftButton) {
57 #if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
58 drag->exec(Qt::CopyAction | Qt::MoveAction);
60 drag->start(Qt::CopyAction | Qt::MoveAction);