Drag & Drop - History
08/31/2007 16:12:37 - gambas
To implement \Drag & Drop, you have to: To implement \Drag & Drop, you have to:
* Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr * Set the [/comp/gb.qt/control/Drop] [../../def/property] on controls that cou
* Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] class. Y * Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] [../../d
* Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag * Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag
The behaviour of the control that receives a drop is the following: The behaviour of the control that receives a drop is the following:
# If you don't implement the [/comp/gb.qt/control/.Drag] event handler, nor th # If you don't implement the [/comp/gb.qt/control/.Drag] [../../def/event] han
** If the [/comp/gb.qt/control/.Drop] event handler is implemented, then the d ** If the [/comp/gb.qt/control/.Drop] [../../def/event] handler is implemented
** Otherwise, it is rejected. ** Otherwise, it is rejected.
# If you implement the [/comp/gb.qt/control/.Drag] event handler, and if the e # If you implement the [/comp/gb.qt/control/.Drag] [../../def/event] handler,
# If you implement the [/comp/gb.qt/control/.Dragmove] event handler, and if t # If you implement the [/comp/gb.qt/control/.Dragmove] [../../def/event] handl
11/05/2006 04:09:32 - gambas
To implement \Drag & Drop, you have to: To implement \Drag & Drop, you have to:
* Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr * Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr
* Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] class. * Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] class. Y
* Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag * Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag
The behaviour of the control that receives a drop is the following: The behaviour of the control that receives a drop is the following:
# If you don't implement the [/comp/gb.qt/control/.Drag] event handler, nor th # If you don't implement the [/comp/gb.qt/control/.Drag] event handler, nor th
.............................................................................. ..............................................................................
08/21/2006 08:40:29 - gambas
To implement \Drag & Drop, you have to: To implement \Drag & Drop, you have to:
* Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] class.
* Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr * Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr
* Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] class.
* Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag * Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag
The behaviour of the control that receives a drop is the following: The behaviour of the control that receives a drop is the following:
.............................................................................. ..............................................................................
08/21/2006 08:40:09 - gambas
To implement [../../comp/gb.qt/drag] & Drop, you have to: To implement \Drag & Drop, you have to:
* Start [../../comp/gb.qt/drag] & Drop operations by using the [../../comp/gb. * Start a \Drag & Drop operation by using the [../../comp/gb.qt/drag] class.
* Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr * Set the [/comp/gb.qt/control/Drop] property on controls that could accept dr
* Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag * Implement one of the [/comp/gb.qt/control/.drag], [/comp/gb.qt/control/.drag
.............................................................................. ..............................................................................
08/21/2006 08:39:48 - gambas
Creation