Class implementing a dialog to enter the data for a copy operation.
Methods
|
|
__init__
getData
handleTarget
|
|
__init__
|
__init__ (
self,
source,
parent=None,
move=0,
)
Constructor
Arguments
- source
- name of the source file/directory (QString)
- parent
- parent widget (QWidget)
- move
- flag indicating a move operation
|
|
getData
|
getData ( self )
Public method to retrieve the copy data.
Returns
the target name (QString)
|
|
handleTarget
|
handleTarget ( self )
Private slot to handle the button press for selecting the target via a selection dialog.
|
|