0
votes
0answers
20 views

How to detect target when I drag from Qt application and drop to Windows Explorer

I am stucked with one issue while developing application using Qt. My issue is as below: I have list of files in one list view in my qt application. My requirement is I need to drag one item from list ...
0
votes
0answers
29 views

How do I find out which item has been drag'n'dropped?

I have a QTreeView control with dragging enabled (I drop it on my custom control). While dropping I need to know what item from QTreeView was dragged. How do I find it out?
0
votes
0answers
17 views

How to enable drag-n-drop in QTreeView with showDropIndicator == false

I want to support custom drag and drop operations in my QTreeView. Drop Action is LinkAction. Dragging is working OK with showDropIndicator == true, but I don't need annoying black rectangle around ...
0
votes
1answer
42 views

QScollArea doesn't autoscroll when dragging inside it

I have some widgets inside a QScrollArea and I'm dragging between these widgets, the problem is that the QScrollArea doesn't scroll when I'm dragging inside it, so if I want to drag between a widget A ...
0
votes
1answer
38 views

Drag'n'Drop from Outlook only for one Attachment in Qt?

I accept drops from Outlook in my application. Extract the filenames were a funny torture, but now I have a list of them. But if I ask for the FileContents it is always empty for messages (.msg ...
0
votes
0answers
66 views

qt - Drag & Drop : Frame disappears

i'm about to create a drag and drop between two QGroubBox. each contains DragDropFrames, they are a subclass from QFrame, now i have the problem when i want to release the DragDropFrame from the ...
0
votes
1answer
64 views

Drag and drop support when subclassing from QAbstractItemModel

I subclassed from QAbstractItemModel, put model into QTreeView, everything is fine. Now I want to support drag and drop, so it will be possible change item position with mouse. I set to QTreeView ...
0
votes
0answers
40 views

Qt - DnDcontainer in QStateMachine, Drag and Drop no longer works?

I have a Qt cross platform application, that has a DnDcontainer in Screen3 below. Drag and Drop into the DnDcontainer used to work fine, until I updated the project to use QStateMachine and ...
1
vote
1answer
151 views

Move(dragg) a QLabel inside a QFrame

I need to be able to show controls in the screen on top of a background image. I've already acomplished that task, and already created and displayed one control (a QLabel displaying an image). Now I ...
0
votes
1answer
129 views

qtreeview: drag and drop of a subtree results in bad selections

I've been trying to drag and drop a subtree in qtreeview. The tree correctly re-orders when I execute the drop and the underlying model is updated, however, item selection is then screwed up ...
1
vote
0answers
110 views

Qt 5.0 Crashes when dragging file over QWidget with parent

I got a really strange crash when going from qt4.8 to qt 5.0.1 with dragging and dropping. Everything worked fine with the old qt 4.8 but as soon as I went in to qt 5.0 it always seem to crash when ...
0
votes
0answers
14 views

How to move objects between multiple QGLViewers

I'm developing a QT-based application, using 2 QGLViewers and some other non relevant stuff, for the visualization and merging of graphs. Long story short, what I need is to drag and drop the graph ...
3
votes
1answer
455 views

PyQt4 - Drag and Drop

Hey I had been going through this tutorial for understanding drag and drop methods in PyQt4. However I am not able to understand the following points . It would be nice if somepne could make it ...
0
votes
2answers
68 views

Distinguish Qt itemChange signal on item when move and edit

I have QTreeView and QStandatdItemModel. I have slot that connected to itemChanged signal, where I work up with new item data. Then I activated drag and drop possibility and find out that on mowing ...
0
votes
0answers
181 views

Dragging and dropping widgets in Qt, Items not changed when iterating through the layout but are changed on th GUI

I've made a container that should allow widgets to be dropped, this will remove the widget from an other instantiation of the same widget, and place it into this one in the correct place. While this ...
1
vote
2answers
174 views

Qt ensureVisible() not working in QScrollArea

I have 2 column. One of the columns is filled with lots of QWidgets. When I drop a widget in a column I call this method: void MainWindow::scrollToItem(Product_View *item) { QPoint point = ...
0
votes
0answers
30 views

Qt animation after widget drop

I'm facing an issue over here. I have two columns and I want to drag an item from the first to the second. That's not the hard part, but I want the item to shrink and expand at the moment I drop it in ...
0
votes
1answer
89 views

Drag and drop issue in Qt: Pass parameter to receiving dropEvent

A healthPackButton is dropped on a mysquare. Now I would like to add a value to this button (because I have a number of healthPackButtons and I want to be able to differentiate them). I have tried ...
0
votes
1answer
183 views

Qt: Drag & Drop Widgets to Achieve Arbitrary Layout (Split) like in Eclipse

I am aware of dock widgets, splitters, etc. Still I wonder, if it's possible to create flexible splitting system like in Eclipse: when any widget just keeps splitting either vertically or horizontally ...
1
vote
1answer
255 views

Qt drag & drop button; drop not detecting

I'm creating a 2D game in QT and i'm trying to implement a drag & drop into my program. For some reason the drop is not registered: qDebug should print a message on dropping but this doesn't ...
0
votes
1answer
164 views

QStandardItemModel with QListView, external drop action does not work

I'm using Qt 4.2. I've a QMainWindow with a QListView inside which uses a QStandardItemModel for showing some items that I get from .desktop files. Now I'm trying to implement a drop action over the ...
0
votes
1answer
61 views

What is the difference between itemismovable and drag&drop in QT

I have some rect on a QGraphicsView. I need to drag and drop one to a specific position. Is there a difference between set a item movable or drag and drop?
0
votes
0answers
27 views

QT Drag&Drop mousepress children

I want to use drag and drop and it's working, but not flawless. I have a item whick looks like this: ------------------------------------- | [x] | | [TITLE ...
1
vote
0answers
81 views

Drag and drop between different table views

I have two different Qtable views (I'm using QT) and I don't know how to implement drag&drop functionality between them. It seems to work only when dealing with a single model view ...
0
votes
0answers
29 views

Differences in dropEvent across versions of Qt4

I have 2 versions of Qt4 I am playing with both 64bit-Windows 1: Obtained via PCL downloads - http://pointclouds.org/downloads/windows.html 2: Compiled by hand from 4.8.3 using MSVC 2010 In the PCL ...
1
vote
0answers
217 views

When Dragging and Dropping QTreeWidgetItems within a QTreeWidget, how can I catch the Item that was moved so i can retrieve its new parent?

I have a simple TreeWidget populated with subclassed TreeWidgetItems. When one of these Items is moved through an Internal Drag and Drop event, how do I catch the Item that was moved? When the Item ...
0
votes
1answer
92 views

Making part of a QWidget draggable

I have a USB device that can "move" along a linear axis, stop at a target, report its position, report its target, have its target set by the host application. Now I want to create a widget that I ...
1
vote
1answer
113 views

QDrag and Skype issue (win only)

I am writing a little file/archives explorer and got an issue with interaction between qt-based app and Skype chat window on Windows platform only. When I try to drag-drop file (provided by QDrag ...
3
votes
1answer
89 views

Drag multiple images from Qt Application to MS Word

I want to put not one but multiple images into a QMimeData to drop into MS Word. The interface doesn't support this (multiple calls of setImageData() overwrite each other). Can this be done with ...
0
votes
1answer
649 views

Drag and Drop of QListView Items

Please help me out to solve this.... I have a QListView on the Left side and a QWidget on the other side. In QListView i had added few items using QStandardItem. Now i want to Drag and Drop the ...
5
votes
2answers
223 views

QListWidget Drag after scrolling down the list

I am creating A Sortable List in Qt. The Code works perfectly well for Downward Scroll but when i having some issues getting the draggable item after i scroll the list down. I have added some test ...
0
votes
1answer
567 views

Qt: Reordering ListView Items using drag and drop

I have implemented the following methods for drag and drop void mousePressEvent(QMouseEvent *event); void dragEnterEvent(QDragEnterEvent *event); void dragMoveEvent(QDragMoveEvent *event); void ...
1
vote
0answers
162 views

How override cursor when draging out the app?

Tell me please. Is it posible to override standart "Stop" (crossed circle) cursor when I drag and drop outside the main window? I have very simple code and that is enough for me. I drag PushButton ...
1
vote
2answers
473 views

How to set custom data in an event as for Drag and Drop?

I have a listwidget and a treewidget. I want the listwidgetitems to be able to move inside the listwidget via drag and drop, and I also want the listwidget to accept drops from dragged items from the ...
0
votes
2answers
228 views

I want to extend dropEvent() (QListWidget), should I completely reimplement it?

I have a QListWidget and I have set it to accept drops, the mode to be DragDrop etc and I can move QListWidgetItems all around the place (inside the QListWidget of course). I like this behavior and I ...
0
votes
1answer
239 views

Update a QGraphicsItem whilst a drag is occuring

I'm creating a QGraphicsView-derived widget which, amongst other things, needs to create connections between items in it - a little like a control flow graph. But I am having trouble implementing a ...
0
votes
0answers
49 views

View used as a selection stack, using Drag & Drop

I have two TableViews. For now, one is connected to a SQLTableModel. I would like the user to be able to drag some rows and drop them into the second view which would work as a temporary stack. In the ...
0
votes
1answer
65 views

Trigger action on completion of drag action

I'm trying to allow items from a QListWidget to be dragged to a "Trash" (A subclassed widget which accepts drops and does nothing with them). I know that if I setDropAction(Qt.MoveAction), the ...
0
votes
1answer
88 views

QListView - mixed drag mode

I have a QListView with the ViewMode set to IconMode. I would like to achieve the following DnD behavior: If a list view item is dragged inside the view, only the items position in the view is ...
0
votes
0answers
69 views

qt : Can I drag onto selected shell in QTableView

I made a UI with inherited "QTreeView and QAbstractTableModel". I can drag & drop well in common ways. But when I select multiple shells, (like this) and drag & drop onto selected shell, it ...
0
votes
0answers
221 views

Drag from any browser drop in QT app - set custom mime type data

Basically I am setting custom mime type data when i drag image from browser using javascript. Say ex, mime type is "text/x-my" and its data = "My data". But when I try to read it in QT (when you drop ...
5
votes
3answers
263 views

Qt drag/drop: cannot move when copy is enabled (Ubuntu Gnome)

I'm implementing a view and a model where I want to support both moving items internally (by dragging), and copying items (by pressing Ctrl while dragging). I've done everything I need to do according ...
0
votes
1answer
163 views

Get mouse position of the QDragEnterEvent

As the photo below shows, I want to get the mouse position on the canvas while dropping a QListWidgetItem to the canvas, this mouse position will facilitate to me getting the object I dropped the item ...
1
vote
0answers
62 views

Sortable QBoxLayout

I have a list of QGroupBoxes and I want them to be "sortable" as in drag and drop to another order. Very much like QListView does it with InternalMove. Is it possible to do this without reinventing ...
1
vote
1answer
247 views

Qt: send QPixmap in QDrag's QMimeData?

I create a drag object from a QListWidgetItem. I can send text as mime data in this drag object. How can I send a pixmap and retrieve it from the mime data? Would it even be possible to create a ...
1
vote
1answer
706 views

Qt Drag and Drop QListView removing the item on which it is released

I working on a small QlistView which is Sortable. iListView = new QListView(this); //Creating a standard item model iStandardModel = new QStandardItemModel(this); //First item ...
1
vote
1answer
291 views

Selection with right mouse button in QTableView

I have a table view with the following selection settings: setSelectionBehavior(QAbstractItemView::SelectRows); setSelectionMode(QAbstractItemView::ExtendedSelection); This way I can select several ...
0
votes
1answer
412 views

Dragging widgets to window won't work

I'm using Qt Creator for several months now and from time to time, I get a problem dragging widgets like buttons, line edits and so from the toolbox to the window. I try by removing the layouts but ...
1
vote
1answer
734 views

Drag and drop onto a QStandardItemModel in a QTreeView not working

I have a QTreeView with a QStandardItemModel attached to it. I am trying to enabled drag and drop from external sources. I've done everything mentioned in the documentation for drag and drop and drag ...
0
votes
1answer
419 views

How to accept Drag and Drop from QListWidget in custom QTextEdit

In my own TextEdit (inherits QTextEdit) I implement this DragEventHandler: void CustomTextEdit::dragEnterEvent(QDragEnterEvent* e) { qDebug() << "void ...

1 2