| 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
            sourcename of the source file/directory (QString)            parentparent widget (QWidget)            moveflag 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. |  |