def filesUI(self): move = QtGui.QRadioButton("Move") copy = QtGui.QRadioButton("Copy") rename = QtGui.QRadioButton("Rename") pass