132 for (
auto const & mimetype : this_model->mimeTypes() )
134 if ( not event->mimeData()->hasFormat( mimetype.toStdString().c_str() ) )
142 if ( event->proposedAction() != Qt::DropAction::CopyAction )
147 event->acceptProposedAction();
151 connect ( GetTableView(), SIGNAL ( OpenEditor (
tref ) ), mainwin,
152 SLOT ( slot_launch_object_editor (
tref ) ), Qt::UniqueConnection );
153 connect ( GetTableDelegate(), SIGNAL ( CreateObjectEditorSignal (
tref ) ), mainwin,
154 SLOT ( slot_launch_object_editor (
tref ) ), Qt::UniqueConnection );
static MainWindow * findthis()