Home
last modified time | relevance | path

Searched refs:AllowDragAndDrop (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqeditor.h91 AllowDragAndDrop = 0x00000800, enumerator
H A Dqeditor.cpp3835 if ( inSel && flag(AllowDragAndDrop) ) in mousePressEvent()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview.cpp1618 editor->setFlag(QEditor::AllowDragAndDrop, config->allowDragAndDrop); in updateSettings()